body {
	background-color:#7c9a65;
	padding:0px;
	margin:0px;
	color:white;
	font-size:18px;
	background-image:url(../images/green.jpg);
	background-repeat:repeat-y;
}
h1{
	margin:0px;
	padding:0px;
}

#wrapper{
	background-color:white;
        margin:0px auto;
	width:1440px;
}

#header{
	height:221px;
	background-position:right;
	background-repeat:no-repeat;
}

#nav{
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:1440px;
	height:35px;
	float:right;
	padding-top:9px;
}
#nav a, #nav a:visited{
	color:white;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}

#content{
	background-image:url(../images/background.jpg);
	height:455px;
	width:1440px;
	margin-top:-2px;
}

#content .left a, #content .left a:visited{
	text-decoration:none;
	color:white;
}
#content .left a:hover{
	text-decoration:underline;
}

#content .left,#content .right{
	
}

#content .left{
	padding:0px 0px 0px 20px;
	width:790px;
	float:left;
	font-size:16px;
	
}

#content .right{
	margin-top:0px;
	margin-right:30px;
	width:600px;
	height:398px;
	float:right;
}

#content .right .seperator a img{
	border:none;
	text-decoration:none;
}
#content .left .seperator a img{
	border:none;
	text-decoration:none;
}

#content .left .seperator a, #content .left .seperator a:visited{
	color:white;
	text-decoration:none;
}

#content .right .seperator a, #content .right .seperator a:visited{
	color:white;
	text-decoration:none;
}

#content .left .seperator a:hover{
	
	text-decoration:underline;
}

#content .right .seperator a:hover{
	
	text-decoration:underline;
}

#leftcontent{
	height:380px;
}

#footer{
	
}
.seperator{
	margin-top:80px;
}
.indent{
	margin-left:20px;
}

.email{
	padding-top:10px;
	color:#b8e5ff;
	font-size:24px;
}
#content .left .email a,#content .left .email a:visited,#content .left .email a:link{
	color:#b8e5ff;
}

.option{
	color:#b8e5ff;
	font-size:18px;
}

.option a, .option a:visited{
	color:#b8e5ff;
}
.option a:hover{
	color:#b8e5ff;
	text-decoration:none;
}

.title{
	color:#b8e5ff;
	font-size:24px;
}

#content .right img{
	margin:10px 17px 0px 0px;
}