body {
	margin:0px; padding:0px;
	background-color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
}

#header{
	background:#2A1C0A url(images/header_bkg.png) repeat-y;
	height: 50px;
	padding:175px 0 0 0;
}

/*
	Logo / Menu 
*/
#logo{
  z-index:2;
  position:absolute; top:0px; left:240px;
	/*padding:124px 0 0 154px;*/
}

#menu {
	background:url(images/menu_bkg.png);
	height:48px;
	min-width:800px;
	/*margin:175px 0 0 0;*/
	padding:0 0 0 250px;
}

ul#menu-text {
	padding-top: 15px;
}

ul#menu-text li {
	list-style:none;
	margin-right:30px;
	font-size:14px;
	font-weight:bold;
	display:inline;
}
ul#menu-text li a {
	text-decoration:none;
	color:#AC9D47;
}
ul#menu-text li a:hover {
	text-decoration:none;
	color:#CEC07E;
}


/*
	Content
*/

#main-content td {
	vertical-align: top;
}

#main-content {
	padding:50px 5% 50px 250px;
	color:#CEC07E;
	font-size:13px;
	line-height:20px;
	width: 650px;
	min-height:130px;
	text-align: justify;
}

#main-content a {
	color:#AC9D47;
}

#main-content a:visited {
	color:#CEC07E;
}

#main-content a:hover {
	color:#CEC07E;
}

 h2 {
	color:#AC9D47;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}

 h3 {
	font-size:18px;
	color:#000000;
	margin:20px 0px 20px 0px;
	font-weight:bold;
}

.contactform .left {
	width: 200px;
}


/*
	Footer
*/

#footer {
	border-top:1px solid #2a1c0a;
	padding:30px 50px 80px 50px;
	color:#2a1c0a;
	font-size:9px;
	line-height:14px;
}

#footer span {
	display:block;
	float:left;
	width:250px;
}
#footer a {
	color:#2a1c0a;
	text-decoration:none;
}
#footer a:hover { color:#AC9D47; }

/*#picture {
	background: url(/fileadmin/templates/keithdean/images/keith.png);
	width:214px;
	height:333px;
	position:absolute; top:0px; left:0px; 
}*/


/*
	General Styles
*/

a img { border:0px }
