@charset "utf-8";
body {
	background-image: url(images/back_grad.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #BDBDBD;
	text-align: center;
}
#backwrap {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}

P, h1, h2, h3, h4, h5, ul, li, ol {
margin:0; padding:0;
}

#wrapper {
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper #content_wrapper {
	width: 671px;
	margin-right: auto;
	margin-left: auto;
	background-color:#E7D0B6;
	margin-top: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#nav {
	background-color:#000000;
	margin:0;
	padding:0;

}

#wrapper #content_wrapper #nav ul {
	display: inline;
	float:right;
}
#wrapper #content_wrapper #nav li {
	display: inline;
	padding: 15px;
}
#wrapper #content_wrapper #nav li img {
	margin:0;
	padding:0;
}

#wrapper #content_wrapper #footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	clear:both;
}
wrapper #content_wrapper #content h3 {
	margin-right:20px;
	margin-bottom:5px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#wrapper img {
	margin: 0px;
	padding: 0px;
}
#wrapper #content_wrapper #footer p {
	margin-right:8px;
	text-align:right;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
}

#clearone {height:10px;}

#sidebar {
	float:left;
	width:225px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
	border-right:thin #000000 solid;
	border-bottom:thin #000000 solid;


}

#main {
	float:right; 
	width:400px;
	padding: 0 8px;

}

#wrapper #content_wrapper #footer {
	margin-top:5px;
}#wrapper #content_wrapper #main h3 {
	text-decoration: underline;
}
#wrapper #content_wrapper #sidebar img {
	padding: 5px;
	border: thin solid #333333;
}
#wrapper #content_wrapper #nav a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content_wrapper #nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content_wrapper #main img {
	margin: 5px;
}
#wrapper #content_wrapper #sidebar p {
	font-size: 75%;
}
