@charset "UTF-8";
/* CSS Document */

body {background:#000;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#000;
}

#main {
	width:900px;
	margin:0 auto;
	background-color:#fbeaa3;
	overflow:hidden;
}

#content {
	background-color:#000;
	font:Georgia, "Times New Roman", Times, serif;
	
}

.col_2 {
	width:175px;
	height:auto;
	border-left:1px solid #000;
	padding:25px;
	float:left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.col_1 { width:600px;
	height:auto;
	padding:25px;
	margin:10px 0px 40px 0px;
	float:left;
}


#header{
	background-color:#8b6900;
	color:#CCC;
	height: 175px;
	overflow: hidden;
	border-bottom:#000, 1px, solid;
	background-image:url(images/headerlogo.jpg);
}

.wrapper, block {
	width:100%;
	overflow:hidden;
}

#footer {
	height:54px;
	width:900px;
	margin:0px;
	border-bottom:10px solid #000;
	border-top:1px solid #000;
	padding:30px,40px,0px;
	float:left;
}
	
.titletext{
	color:#cd9d3a;
	position:relative;
	top:-40px;
	font-size:90px
}

.slogan{
	color:#999;
	font-size:20px;
	position:relative;
	top:20px;
	left:460px;
}

.footer{
	position:relative;
	top:22px;
	left: 12px;
	font-size:x-small;
	color:#999;
}

#buttons{
	background-color: #9b713b;
	width: 780px;
	padding-left:120px;
}