@charset "UTF-8";
/* CSS Document */


#header {
	position:absolute;
	width:800px;
	height:130px;
	z-index:1;
	background-color: #FFFFFF;
}
#content {
	position:absolute;
	top:130px;
	width:800px;
	height:auto;
	z-index:2;
	background-position: center;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#footer {
	background-color: #666666;
	bottom: 0px;
	position: relative;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
	margin-top: 40px;
}
#sidenav {
	float:right;
	width: 120px;
	height: 300px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	width: 120px;
	float: right;
	text-align: right;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}

#imageside {
	float:right;
	position:relative;
	margin-top: 25px;
}
	
body {
	background-color: #666666;
}
#master {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 20px;
	background-color: #FFFFFF;
}
#textcontent {
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 580px;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	height: auto;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	clear: left;
}
#insidetext {
	background-color: #F3F3F3;
	height: auto;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
#bullet {
	height: auto;
	width: 400px;
	margin-right: 40px;
	margin-left: 40px;
}

#contactbox {
	margin-top: 10px;
	clear: right;
	float: right;
	height: auto;
	margin-right: 0px;
	margin-left: 5px;
}


#imageside {
	margin-top: 10px;
	clear: right;
	float: right;
	margin-left: 10px;

}
#navbox {
	clear: right;
	float: right;
	position: relative;
	margin-left: 15px;
	margin-right: 5px;
}
