#body{
	width: 812px;
	margin: 0 auto;
}

#top{
	display: block;
	width: 812px;
	height: 10px;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	margin-top: 15px;
}

#mid{
	display: block;
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
}

#logo{
	margin-left: 20px;
	float: left;
	display: block;
	width: 236px;
	height: 127px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#navbar{
	float: right;
	margin-right: 27px;
	margin-top: 27px;
}

#navbar a{
	display: block;
	float: left;
	margin-right: 1px;
	padding: 60px 15px 8px 10px;
	color: #fefefe;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: arial, verdana, helvetica;
	background-color: #45555f;
	border-bottom: solid 1px #272f35;
	width: 65px;
}

#navbar a:hover{
	background-color: #a8947c;
	border-color: #6a5d4e;
}

#padded{
	margin: 0px 27px;
}

#header{
	background-color: #e6e8ea;
	padding: 11px 0px;
	border-top: solid 1px #afb6bb;
	border-bottom: solid 1px #afb6bb;
}

#head_left{
	float: left;
	display: block;
	width: 419px;
	height: 230px;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	margin-right: 1px;
}

#head_left div{
	padding: 58px 23px 20px 23px;
	font-size: 21px;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	color: #d5cfc7;
}

#fade{
	float: left;
}

.dots{
	border-bottom: 1px dotted #d4d7da;
	display: block;
	height: 1px;
	padding: 15px 0px;
}

#footer{
	margin-top: 15px;
	padding: 0px  0px 10px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #c2c3c5;
	font-family: arial, verdana;
}

#footer a{
	color: #959595;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover{
	text-decoration: none;
	color: #a3a3a3;
}

#bot{
	display: block;
	width: 812px;
	height: 10px;
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
}

#inner{
	float: left;
	width: 320px;
}

#inner a{
	font-size: 14px;
	font-weight: bold;
	color: #7e6c55;
	display: block;
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid 1px #d4d7da;
	padding: 10px 22px;
	background-image: url('../images/inner_bg.png');
	background-repeat: repeat-y;
}

#inner a:hover{
	color: #45555f;
	background-image: url('../images/inner_bg_alt.png');
}

#content{
	min-height: 250px;
	padding-top: 15px;
}