html {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: "Times New Roman";
	color: #326D42;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 1px;
}

p {
	font-family: "Times New Roman";
	color: #36360c;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.8;
	text-align: justify;
}

a {
	color: #36360c;
	text-decoration: none;
}

a:hover {
	color: #326D42;
	text-decoration: underline;
}

#maincontainer {
	width:  800px;
	height: 602px;
	border: 1px solid #36360c;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float:  left;
	height: 108px;
	width: 353px;
}

#rightheader {
	float: right;
	width: 447px;
	height: 108px;
	clear: none;
	background: url(../imgs/contact_background.jpg) no-repeat left bottom;
}

#contactlink {
	position: relative;
	left: 18px;
	top: 94px;
	height: 20px;
	text-transform: uppercase;
	font: 10px Arial;
	color: #36360c;
}

#menu {
	clear: both;
	border-top: 1px solid #36360c;
	height: 20px;
}

a.nav {
	color: white;
	text-decoration: none;
}

a:hover.nav {
	color: #326D42;
	text-decoration: underline;
}

a.sel {
	color: #326D42;
	text-decoration: underline;
}

#nav {
	height: 20px;
	padding-top: 4px;
	width: 353px;
	font: 10px Arial;
	color: white;
	text-transform: uppercase;
	text-align: center;
	background-color: #36360c;
	overflow: hidden;
}

#subnav {
	float: right;
	padding-top: 4px;
	font: 10px Arial;
	color: #36360c;
	text-transform: uppercase;
	text-align: left;
	width: 440px;
	height: 20px;
	overflow: hidden;
}

#leftcontent {
	float: left;
	margin: 0;
}

#rightcontent {
	float: right;
	margin: 0;
	width: 447px;
	height: 473px;
	overflow: auto;
	
}

#homecontent {
	width: 365px;
	margin-top: 125px;
	margin-left: 40px;
}

#homecontent table{
	border-right: 1px solid #36360c;
	border-bottom: 1px solid #36360c;
	width: 100%;
	font-family: "Times New Roman";
	color: #36360c;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.2;
	text-align: left;
	padding: 0;
	border-spacing: 0;
	margin-bottom: 25px;
}

.strongText {
	font-family: "Times New Roman";
	color: #36360c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}

#homecontent td{
	border-top: 1px solid #36360c;
	border-left: 1px solid #36360c;
	padding: 3px;
}

#contactcontent {
	width: 365px;
	margin-top: 125px;
	margin-left: 40px;
	text-align: center;
}

#contactcontent p {
	text-align: center;
}
