/* dulosmedia.com/css/main.css */

BODY {
	background:url(../images/MAIN_bg_stripe.png) bottom left repeat-x #e6e6e6;	
}
BODY, P {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#281201;
}
P {
	margin:10px 0px 0px;
}

#topArea {
	height:112px;
	background:url(../images/MAIN_bg_top.png) -7px 0px repeat-x #a7a7a7;
	border-left:solid #723502 1px;
	border-right:solid #723502 1px;
	vertical-align:bottom;
}

#navBar {
	position:relative;
	top:3px;
	height:25px;
	height:22px;/*3px padding in menuCell adds to height*/
	background:url(../images/MAIN_bg_nav.png) 0px 3px repeat-x;
	}
	#navBar #leftPadding {
		width:328px;
	}
	#navBar #menuCell {
		width:287px;
		vertical-align:top;
		padding-top:3px;
		height:22px;
	}
	#navBar #menuDiv {
		width:287px; width:291px;
		overflow:hidden;
	}

TD#keywords_cell {
	width:91px;
}
INPUT#keywords {
	width:88px;
	height:14px;
	margin:6px 0px 0px 3px;
	padding:0px 3px;
	border:none;
	outline:none;	/*for Safari*/
	background:url(../images/bg_search_field.png) 0px 0px no-repeat;
	font-size:9px;
	color:black;
}
DIV#search_submit {/*so Dreamweaver template acts right*/
	overflow:hidden;
	height:19px;
	width:51px;
}
A#search_submit {
	display:block;
	width:47px;
	height:13px;
	line-height:500px;
	overflow:hidden;
	margin:6px 0px 0px 4px;
	background:url(../images/btn_search.png) 0px 0px no-repeat;
	text-decoration:none;
}
A#search_submit:hover {
	background-position:0px -13px;
}

TD#CONTENT {
	border-left:solid #723502 1px;
	border-right:solid #723502 1px;
	background:url(../images/MAIN_bg_content.png) top left repeat-x white;
}
TD#CONTENT_LEFT {
	padding:32px;
	vertical-align:top;
}
TD#CONTENT_RIGHT {
	vertical-align:top;
}

#BOTTOM {
	border:solid #723502 1px;
	border-top:none;
	background-color:white;
}
#BOTTOM_NAV TD {
	white-space:nowrap;
	font-size:10px;
	letter-spacing:1px;
	color:#b08a59;
}
#BOTTOM_NAV A {
	color:#b08a59;
	text-decoration:none;
}
#BOTTOM_NAV A:hover {
	color:#999;
}

H3 {
	font-size:12px;
	font-weight:bold;
	color:#006540;
	margin-bottom:0px;
}
A {
	color:#006540;
	text-decoration:none;
}
A:hover {
	color:##b08a59;
}