body
{
	margin: 0px;
	padding: 0px;
}
#header
{
	position: fixed;
	border:1px ridge #038718;
	height:119px;
	width:98%;
	background-color: white;
	margin-right: 1%;
	margin-left: 1%;
	clear: both;
	max-width: 1200px;
}
#contactus
{
	height:105px;
	width:310px;
	float:left;
	left: -5px;
}
.links{
	float: right;
	border-style: solid;
	border-color: #038718;
	border-width: 0px 0px 0px 1px;
	width: 180px;
}
.container{
	position: fixed;
	top: 120px;
	bottom: 22px;
	width: 98%;
	height: 76%;
	text-align: center;
	margin-left:1%;
	margin-right:1%;
	max-width: 1200px;
}
#nav
{
	position: relative;
	border-color:#038718;
	border-style:ridge;
	border-width:0 0 0 1px;
	float:left;
	top: 0px;
	bottom: 22px;
	text-align:left;
	width:20.5%;
	overflow: auto;
	height: 100%;
	
}

#main
{
	position: relative;
	border-color:#038718;
	border-style:ridge;
	border-width:0 1px;
	width:79.1%;
	height: 100%;
	float: right;
	bottom: 22px;
	top: 0px;
	text-align: center;
	overflow: auto;
}

#footer
{
	position: fixed;
	border:1px ridge #038718;
	height:22px;
	width:98%;
	bottom: 0px;
	background-color: white;
	text-align: center;
	right:0px;
	left:0px;
	margin-right: 1%;
	margin-left: 1%;
	max-width: 1200px;
}
#signature{
	float: right;
	clear: both;
	width: 200px;
}