* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }

body {
	background:#d0e8c4;
}

#wrap {
	width:900px;
	margin:0px auto;
	margin-top:25px;
	font-family: arial;
	color: #636466;
}

#hd {
	height:72px;
	color:#FFFFFF;
	background: url(../images/header_complete.jpg) no-repeat;
	border-bottom:1px solid #737373;
}

#hd_nav {
	margin:0px 10px 0px 0px;
	padding:50px 0px 0px 0px;
	float:right;
	
}

#hd_nav a {
	text-decoration:none;
	font-size:0.80em;
	font-weight:bold;
	color:#000000;
}

#hd_nav a:hover {
	color:#636466;
}

#hd_logo{
	width: 230px;
	height: 72px;
	float: left;
	margin: 0px;
	padding:0px;
}


#ft {
	height:34px;
	color:#FFFFFF;
	background: url(../images/footer_complete.jpg) no-repeat;
	border-top:1px solid #737373;
}

#content {
	height: 500px;
	background: url(../images/txtbg.jpg) no-repeat #FFFFFF;
	font-size:0.75em;
	line-height:1.5em;
}

#content_left {
	float:left;
	height: 500px;
	width:626px;
	border-left:1px solid #000000;
	border-right:1px solid #737373;
}

#content_right {
	float:left;
	height: 500px;
	width:271px;
	border-right:1px solid #000000;
}

#sidebar_image {
	width:100%;
	text-align:center;
	margin:10px auto;
}

.content_image {
	float: left;
	margin:10px auto;
	padding: 10px;
}

#sidebar_content {
	margin-top:35px;
}

#main_content {
	margin:20px 5px;
}

p {
	margin:15px 5px;
}
ul, li {
	margin:0px 15px;
}