body {
	background: #003958 url(images/banner.jpg) no-repeat top left;
	font: 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	background: url(images/line.png) no-repeat bottom left;
	color: #727272;
	margin: 0;
	padding: 0;
	font: 19px verdana bold;
}

/* Navigation */
#nav{
	background: transparent url(images/nav.png) no-repeat top left;
	width: 867px;
	height: 232px;
	margin: 74px 0 0 59px;
}

#nav li {
	padding: 2px 0 0 0;
	float: left;
	list-style: none;
}

#nav li a {
	background: transparent url(images/sep.jpg) no-repeat right;
	color: #edacad;
	padding: 8px;
	font: 15.67px verdana bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#nav li a:hover {
    color: #ffffff;
	text-decoration: none;
}

/* Main Content Area */
#page {
	background: #d0d0d8 url(images/grad.jpg) repeat-x top;
	width: 635px;
	margin: 0 0 0 59px;
	float: left;
	border-left: 1px solid #89A4BE;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px; 
}

#page .post {
	padding: 0 5px 10px 15px;
}

#page .post p {
	color: #707070;
	margin: 0;
	padding: 5px 1px 5px 10px;
	font: 14.3px verdana;
}

/*Member Style */
.member {
	padding: 0 5px 15px 15px;
}

#page .member p {
	color: #707070;
	margin: 0;
	padding: 5px 1px 0 10px;
	font: 14.3px verdana;

}

#page .member img {
	color: #707070;
	margin: 5px;
	font: 14.3px verdana;
	float:left;
	border: 1px solid #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
}

/* Sidebar */
#sidebar {
	background: #babcc0 url(images/sidegrad.jpg) repeat-x;
	width: 230px;
	float: left;
	border-left: 1px solid #EEEEEE;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px; 
}
#sidebar h3 {
	background: url(images/lilline.png) no-repeat bottom left;
	color: #727272;
	margin: 1px 0 4px 9px;
	padding: 0;
	font-family: 18px verdana bold;
}
#sidebar .side_video {
	padding: 0 0 7px 9px;
}

/* Footer */
#footer {
	color: #fffccc;
	padding: 5px 0 0 0;
	margin: 0 0 50px 335px;
	clear: both;
}