#top_bar{
	width: 100%;
	height: 24px;
	background-color: #69220c;
	position: absolute;
	z-index: 2;
}

#top_bg{
	width: 100%; 
	height: 224px;
	position: absolute;
	z-index: 1;
	background-image: url('../images/top_bg.jpg');
	background-repeat: repeat-x;
}

#body{
	width: 934px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#tagline {
	float: left;
	display: block;
	width: 265px;
	height: 24px;
	background-image: url('../images/tagline.png');
}

#header{
	float: right;
	font-family: tahoma, helvetica, verdana;
	color: #d6cda7;
	font-size: 14px;
	padding-top: 3px;
}

#logo {
	float: left;
	position: absolute;
	display: block;
	width: 361px;
	height: 218px;
	background-image: url('../images/logo.png');
}

#top_nav{
	float: right;
	width: 304px;
}

#top_nav a{
	display: block;
	float: left;
}

#left_nav_body{
	float: left;
	margin-top: 110px;
}

#left_nav_body div{
	border-left: 1px solid #9d8a68;
	padding-left: 20px;
}

#left_nav_body a{
	background-image: url('../images/navbar/widget.png');
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-family: Times New Roman, Georgia, serif;
	font-size: 20px;
	color: #572111;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 8px;
}

#left_nav_body a:hover{
	color: #9c8414;
}

#content{
	float: right;
	width: 703px;
	margin-top: 24px;
}

#footer{
	margin: 150px 0px 15px 0px;
	border-top: 1px solid #9d8a68;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #787241;
	padding-top: 4px;
}

#footer a{
	font-size: 13px;
}

.submit {
	height: auto;
	padding: 8px 16px;
	border: solid 1px #959573;
	background-color: #d3d3b4;
	color: #696969;
	cursor: pointer;
	font-size: 14px;
	width: auto;
}

.submit:hover{
	background-color: #696969;
	color: #ffffff;
}

#error ul{
	list-style: disc;
	margin-bottom: 14px;
}

#error li{
	font-size: 13px;
	font-weight: bold;
	color: #6e2c2c;
}

#portfolio img{
	border: solid 4px #69220c;
}