body {
	background-image: url('4.jpg');
	background-repeat: repeat;
	background-color: #9B6200;
	margin: 0px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 11pt;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 120px;
	width: 100%;
	margin-bottom: 15px;
	/*background-color: #ffffff;
	/*opacity: 0.1;*/
	background-image: url('headerbg.png');
	background-repeat: repeat-x;
	/*padding:20px;*/
	color: #ffffff;
	text-align: center;
}

#header img {
	margin-top: 20px;
}

#maincontent {
	width: 960px;
	min-height: 300px;
	background-color: #ffd8a9;
	background-image: url('bgtest1.png');
	/*background-repeat: no-repeat;
	background-position: bottom;*/
	border-radius: 5px;
	border: 2px solid #170E07;
	box-shadow: 0px 0px 10px #000000;
}

#leftcol h1 {
	margin: 0px;
}

h1 {
	font-size: 12pt;	
	color: #444444;
	margin: 10px;
}

#content h2 {
	font-size: 11pt;
	color: #444444;	
}

#footer {
	font-size: 9pt;
	width: 100%;
	text-align: right;
	margin-top: 5px;
	color: #cccccc;
}

#footer a {
	color: #cccccc;
	text-decoration: none;	
}

#menu {
	width: 100%;	
	height: 27px;
	padding-top: 7px;
	position: relative;
	top: 2px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: #ffe9d0;
	margin-left: 10px;
}

#menu ul li {
	display: inline;
	border-top: 1px solid #170E07;
	border-left: 1px solid #170E07;
	border-right: 1px solid #170E07;
	border-radius: 5px 5px 0px 0px;
	background-color: #412814;
	padding: 5px;
	background-image: url('menubg.png');
}

#menu ul li.active {
	background-color: #7E4220;
}

#menu ul li a:hover {
	color: #060046;
}

#menu ul a {
	text-decoration: none;
	color: #ffffff;	
}

#textContact {
	width: 250px;	
}

div.text {
	margin-right: 20px;
}

.leftCol {
	float: left;
}

div.clear {
	clear: both;
	text-align: center;
}

div.clear p {
	font-size: 9pt;
	margin-bottom: 2px;
}

#leftcol {
	float: left;
	width: 620px;
	padding: 10px;
	padding-bottom: 0px;
}

#rightcol {
	float: right;
	width: 300px;	
	padding: 10px;
}

#rightcol img, #leftcol img {
	border-radius: 5px;
}

#rightcol a img, #leftcol a img {
	border: 0px;
}

#background {
	background-image: url('bgtest2_4.png');
	background-position: center top;
	background-repeat: repeat-y;
	width: 100%;
	position: absolute;
	height: 100%;
}

#contactbox {
	background-image: url('transparentwhite.png');
	background-repeat: repeat;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	height: 415px;
}

#contactbox p {
	margin-top: 0px;	
}

#contactbox h1 {
	margin-bottom: 10px;
}