body, h1, div, table, tr, td, p, img{ margin: 0 0 0 0;}

*{ font-family: Arial;}

h1{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

h2{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

p{
	color: #4E1514;
	font-size: 12px;
	padding: 0 0 20px 0;
}

a{
	color: #7F3E3E;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

body{
	background: #231f20 url(assets/images/bg.jpg) top left repeat-x;
}

div#header{
	background: url(assets/images/header.jpg) bottom left no-repeat;
	height: 295px;
	width: 958px;
}

	div#logo{
		margin: 100px 0 0 30px;
		float: left;
	}
	
	div#names{
		text-align: right;
		margin: 110px 80px 0 0;
		float: right;
		color: #5a5b2e;
		font-size: 22px;
		line-height: 1.6;
	}

div#content{
	background: url(assets/images/content-repeat.jpg) top left repeat-y;
	width: 958px;
}

div#left-col{
	background: #5a5b2e url(assets/images/sidebar.jpg) top left no-repeat;
	width: 164px;
	min-height: 410px;
	float: left;
}

	ul#nav{
		margin: 0;
		padding: 20px 10px 0 0;
		list-style: none;
		text-align: right;
	}
	
		ul#nav li{
			margin: 3px 0 3px 0;
		}
		
			ul#nav li a{
				color: #fff;
				text-decoration: none;
				font-size: 14px;
			}
			
			ul#nav li a:hover{
				font-weight: bold;
			}

div#right-col{
	background: #caac6a url(assets/images/content.jpg) bottom left no-repeat;
	min-height: 420px;
	width: 713px;
	padding: 40px;
	float: right;
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
}

#footer {
	margin: 0px auto;
	padding: 10px 0px 30px;
	width: 957px;
	color: #D59F45;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	text-align: center;
}
	#footer span {
			padding: 0px 20px;
}

.clear{
	clear: both;
}
