/* Body Styles */
html, body {
	margin: 5px 0 5px 0;
	scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: gray;
	scrollbar-track-color: FBFBF6;
	scrollbar-face-color: pink;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6D5D3C;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	background-image: url(images/bgnd.jpg);
	background-repeat: repeat;
}

a:link {font-size: small; color:#E18599; text-decoration: none; font-weight: bold;}
a:visited {font-size: small; color:#E18599; text-decoration: none; font-weight: bold;}
a:hover {font-size: small; color:#6D5D3C; text-decoration: underline;}
a:active {font-size: small; color:#E18599; text-decoration: none; font-weight: bold;}

/* Wrapper */
#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 0 0 0 0;
	background-color: #EAD1D6;
	border: 3px solid #666666;
	}

/* Top Box */
#topbox {
	position: top left;
	padding: 0;
	width: 100%;
	background-color: #FBFBF6;
	background-image: url(images/belly.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#pinkbox {
	position: relative;
	top: -20px;
	background-color: #E18599;
}
img {
	border: none;
}
#links {
	position: relative;	
	top: -5px;
	left: -17px;
	width: 500px;
	line-height: 2.5;
	font-size: large;
	color: #E18599;
	font-weight: bold;
}
#links ul{
	list-style-type: none;
}
#links a:link {font-size: large; color:#E18599; text-decoration: none; font-weight: bold;}
#links a:visited {font-size: large; color:#E18599; text-decoration: none; font-weight: bold;}
#links a:hover {font-size: large; color:#6D5D3C; text-decoration: underline;}
#links a:active {font-size: large; color:#E18599; text-decoration: none; font-weight: bold;}

.logo {
	position: top left;
	margin: 0 0 0 0;
	padding: 2 2 2 2;
}

/* Bottom Box */
#bottombox {
	position: relative;
	margin-top: 2px;
	margin-left: 20px;
}
#bottomboxalt {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#bottomtext {
	width: 465px;
	text-align: justify;
	float: left;
}
#bottomtextwide {
	width: 700px;
	float: left;
	clear: both;
}

#bottomtextwidealt {
	width: 500px;
	padding: 10px;
	margin-bottom: 15px;
	float: right;
	border: 3px dotted #FBFBF6;
	background-color: #F3DADF;
}
#bottomlinks {
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#bottomlinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
#bottomlinks ul a:link {
	line-height: 1;
	width: 140px;
	background-color: #FBFBF6;
	padding: 5px;
	margin: 0;
	display: block; 
	font-size: small; 
	color:#E18599; 
	text-decoration: none; 
	font-weight: bold; 
	border: 1px dotted #6D5D3C; 
}
#bottomlinks ul a:visited {
	line-height: 1;
	width: 140px;
	background-color: #FBFBF6;
	padding: 5px;
	margin: 0;
	display: block; 
	font-size: small; 
	color:#E18599; 
	text-decoration: none; 
	font-weight: bold; 
	border: 1px dotted #6D5D3C;
}
#bottomlinks ul a:hover {background-color:#E18599; color:#FFFFFF;}
#bottomlinks ul a:active {line-height: 1;
	line-height: 1;
	width: 140px;
	background-color: #FBFBF6;
	padding: 5px;
	margin: 0;
	display: block; 
	font-size: small; 
	color:#E18599; 
	text-decoration: none; 
	font-weight: bold; 
	border: 1px dotted #6D5D3C;
}
.bord {
	font-size: x-small;
	font-weight: bold;
	color: #6D5D3C;
	text-align: center;
}
.bord img {
	border: 3px solid #FBFBF6;
}
#right {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
	width: 225px;
}
.nostyle {
	text-align: left;
	margin-top: -10px;
	margin-left: 15px;
	
}
.nostyle li {
	list-style-type: none;
}
.nostyle a:link {font-size: small; color:#E18599; text-decoration: none; font-weight: bold;}
.nostyle a:visited {font-size: small; color:#E18599; text-decoration: none; font-weight: bold;}
.nostyle a:hover {color:#6D5D3C; text-decoration: underline;}
.nostyle a:active {font-size: small; color:#E18599; text-decoration: none; font-weight: bold;}
#rightalt {
	float: right;
	margin: -45px -5px 0 0;
	text-align: right;
}
#right img {
	border: none;
}

.bold {
	font-size: small;
	font-weight: bold;
	color: #6D5D3C;
}
.boldbig {
	font-size: medium;
	font-weight: bold;
	color: #6D5D3C;
}
.pink {
	font-size: medium;
	font-weight: bold;
	color: #E18599;
}
.large {
	font-size: large;
	font-family: Verdana, Arial, Helvetica, San-Serif;
	font-weight: bold;
	color: #E18599;
}
.small {
	font-size: x-small;
	font-style: italic;
}
.center {
	text-align: center;
}
#footer {
	position: relative;
	bottom: 0;
	clear: both;
	background-color: #E18599;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	font-size: small;
}
#footer a:link {color:#FFFFFF; font-weight: bold;}
#footer a:visited {color:#FFFFFF; font-weight: bold;}
#footer a:hover {color:#FFFFFF; font-weight: bold;}
#footer a:active {color:#FFFFFF; font-weight: bold;}

.dark {
	font-size: x-small;
}
.dark a:link {font-size: x-small; color:#6D5D3C; text-decoration: none; font-weight: bold;}
.dark a:visited {font-size: x-small; color:#6D5D3C; text-decoration: none; font-weight: bold;}
.dark a:hover {color:#E18599; text-decoration: underline;}
.dark a:active {color:#E18599; text-decoration: none;}	
.podcast {float: left; padding-right: 30px;}
.photoleft {float: left; padding-right: 10px; padding-bottom: 10px;}
.photoright {float: right; padding-left: 10px; padding-bottom: 10px;}