@charset "utf-8";
/* CSS Document */

BODY {
	background-image:url(/images/background_stripes.gif);
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#07420E;
}



P {
	text-align:left;
	padding-bottom:20px;
}

A {
	color:#DCD8BE;
}

H3 {
	font-size:24px;
}

#main {
	width:940px;
	background-color:#07420E;
	background-image:none;
	text-align:center;
}

#header-top {
	width:940px;
	height:140px;
}

#header-top-left {
	width:303px;
	height:140px;
	background-image:url(/images/header-left.jpg);
	float:left;
}

#header-top-center {
	width:361px;
	height:140px;
	background-image:url(/images/header-center.jpg);
	float:left;
}

#header-top-right {
	width:261px;
	height:120px;
	background-image:url(/images/header-right.jpg);
	float:right;
	text-align:right;
	padding-top:20px;
	padding-right:15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#imagewrapper {
	width:940px;
	height:441px;
	/*border:1px solid #bbbbbb;*/
}




#footer {
	width:940px;
	text-align:center;
	font-size:10px;
	padding-top:15px;
	position:relative;

}

#content {
	padding-top:15px;
	padding-bottom:15px;
	width:940px;
	height:auto;
}

#content-secondary {
	width:910px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

#content-left {
	padding-left:15px;
	padding-right:8px;
	font-size:14px;
	float:left;
	width:602px;
	text-align:left;
}



#content-right {
	padding-left:7px;
	padding-right:15px;
	width:293px;
	float:right;
}


#test1 {
	width:940px;
}

#contactform TABLE TD {
	padding:4px;
}

.menubutton {
	border:2px solid #004433;
	background-color:#F6E31D;
	width:350px;
	text-align:center;
	padding:8px;
	cursor:pointer;
	font-size:24px;
	font-weight:bold;
	color:#073F0F;
}


