body {
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background: url(../images/bg.png) center repeat-y;
	background-color: #472101;
	font-family: Georgia, serif; 
}

#container {
	width: 770px; 
	height: auto;
	margin: 0 auto 0; 
	padding: 20px 0 0 0;
	text-align: left; 
	background-color: #FFF;
}

#top {
	height: 90px;
}

#logo {
	margin: 0 0 0 12px;
}

#leftnav {
	float: left;
	width: 200px;
	margin: 0; 
	padding: 0;
}

ul#sidelinks {
	list-style: none; 
	margin:0;
	padding: 0;
}

#sidelinks a {
	display: block; 
	margin: 5px 0 5px 20px; 
	padding: 2px 0 2px 0;
	width: 150px; 
	border: 3px solid; 
	border-color: #BC927B #B16345 #B16345 #BC927B;
	text-decoration: none; 
	color: #FFFFEF; 
	background-color: #834B1F; 
	font-size: 11px;
	text-align: center; 
	text-transform: uppercase;
} 

#sidelinks a:focus {background-color: #B16345;}
#sidelinks a:hover {background-color: #B16345;}

#footer {
	clear: both;
	margin: 0; 
	padding: 20px 0 20px 0;
	text-align: center;
}

#footer a {
	padding: 0 10px 0 10px; 
	text-decoration: none; 
	font-size: 10px; 
	text-transform: uppercase;
	line-height: 1em;
}

#footer a:link {color: #9C682F;}
#footer a:visited {color: #9C682F;}
#footer a:focus {color: #D3A791;}
#footer a:hover {color: #D3A791;}
#footer a:active {color: #D3A791;}
/*END LAYOUT STYLES FOR DARK BACKGROUND PAGES*/


/* START ACROSS SITE STYLES */
.content {
	margin: 0 25px 0 225px;
	color: #602e00;
}

.content p {font-size: 14px;}

#contents_left {
	float: left;
	width: 200px;
	padding-left: 15px;
}

#contents_right {
	width: 200px;
	margin-left: 220px;
	padding-top: 1px;
}

.content a {text-decoration: none;}
.content a:link {color: #FFFFEF;}
.content a:visited {color: #FFFFEF;}
.content a:focus {color: #C2856E;}
.content a:hover {color: #C2856E;}
.content a:active {color: #C2856E;}


.centered {text-align: center}
.bold {font-weight: bold;}
.first first-letter {font-size: 18px;}
.italic {font-style: italic;}
.first {font-style: italic;}
.first:first-letter {font-size: 22px; font-style: normal;}

.indent {
	padding-left: 22px;
}


.img_caption {
	font-size: 10px;
	text-align: center;
	margin: 15px 0 20px;
}

.img_caption img {padding-bottom: 5px;}

.blue {color:#0000FF;}
.red {color:#FF0000;}
.orange {color:#FF6600;}
.purple {color:#CC00FF;}
.green {color:#009900;}
.pink {color:#FF00FF;}
/* END ACROSS SITE STYLES */

/* START RAVELS & REVELS STYLES */
#left_links {
	margin-top: 75px;
}

#left_links p {
	color:#9900CC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 30px 0;
}

#left_links a {text-decoration: none;}

#left_links a:link {color:#9900CC;}
#left_links a:visited {color:#9900CC;}
#left_links a:focus {color:#DF61FF;}
#left_links a:hover {color:#DF61FF;}
#left_links a:active {color:#9900CC;}



#ravels {
	background:  url(images/ravels_logo.png) 0 20px no-repeat;
	color:#336600;
}

#ravels a:link {color:#336600;}
#ravels a:visited {color:#336600;}
#ravels a:focus {color:#C2856E;}
#ravels a:hover {color:#C2856E;}
#ravels a:active {color:#336600;}

#ravels_text {
	text-align: center;
	padding: 140px 0 0 180px;
	line-height: 1.25em;
}

#ravels_text p {
	font-size: 16px;
}
