body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #333333;
}

#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/nav_bg.jpg) repeat-y;
}

#header {
	
}

#left {
	width: 185px;
	margin: 10px 0 0;
	padding: 0;
	float: left;
}

#left #left-header {
	margin: 0 0 0 61px;
}

#left #left-header h1 {
	width: 122px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_header.jpg) no-repeat;
}

#left #left-header h1 span {
	display: none;
}

#left #navigation {
	margin: 0 0 0 61px;
}

#main-content {
	width: 369px;
	float: left;
	margin: 10px 0 10px 10px;
	padding-bottom: 30px;
	background: #dfdac7 url(../images/content_closer.jpg) bottom right no-repeat;
}

#right {
	width: 196px;
	margin: 0 0 10px 0;
	float: left;
	background: url(../images/right_bg.jpg) repeat-y;
}

#right #right-header {
	height: 40px;
	background: url(../images/right_header.jpg) no-repeat;
}

#right #right-closer {
	height: 25px;
	background: url(../images/right_bottom.jpg) no-repeat;
}

#right #right-ad {
	width: 161px;
	margin: 0 15px 0 20px;
	border-bottom: solid 2px #FFFFFF;
}

#foot {
	clear: both;
	height: 45px;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#foot p {
	padding: 0 28px 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 45px;
	text-align: right;
}
#foot p a, #foot p a:link, #foot p a:visited, #foot p a:active {
	color: #333333;
	text-decoration:none;
}

#foot p a:hover {
	text-decoration:underline;
}

