/* CSS Document */

body {
	color:#999;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #D1B093;
}
	   
#wrapper {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	background: #D1B093;
	border: #001b1c 6px solid;
}
#header{
	width: 750px;
	background: #D68585;
	border-bottom: 2px solid #001b1c;
	text-align: center;
}
.navigation {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #480200;
	display: block;
	width: 140px;
	padding: 5px;
}
.navigation:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #480200;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	width: 142px;
}
.navigation_visited {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #480200;
	display: block;
	width: 140px;
	padding: 5px;
	cursor: default;
}
.link {
	color:#9f4035;
	font-weight:bold;
	text-decoration:underline;
	font-size:90%;
	font-weight:bold;
}
	
 #center_content {
	width:750px;
	background-image: url(images/two-column.jpg);
	background-repeat:repeat;
 }
#left {
	float:left; 
	width: 140px;
	padding: 5px;
}

#right {
	float:right;
	width: 550px;
	padding: 10px;
}

#footer{
	clear:both;
	margin-top:0px;
	height:50px;
	text-align: center;
	border-top: 2px solid #400200;
	background-color: #d1a37c;
	clear:both;
}
#footer p {
	margin-top: 10px;
	font-size: 70%;
	color:#001b1c;
}

p {
	font: 100% Arial, Helvetica, sans-serif;
	color: #001b1c;
}
	
#left p{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 90%; 
	color: #D1B093;
	font-style:italic;
}

#right p {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 100%; 
	color: #001b1c;
	line-height:1.2em;
}

.bulleted_list {
	font: 100% Arial, Helvetica, sans-serif;
	color: #001B1C;
	list-style-type:disc;
	list-style-position: outside;
	line-height: 1.2;
	margin-right: 20px;
}

h1 {
color: #333333;
font-size: 110%; 
border-bottom: 2px solid #AD3838;
}
h2 {font-size: 105%; color: #CC6666;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #B83D3D;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}