body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#999999;
	margin: 0px;
	font-family: "Lucida Grande", Myriad Pro, Myriad, Geneva, Arial, Verdana, sans-serif;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/*****  START OF TOP (Header, Nav, Photo) *****/

#top {  
	width: 800px;
}

#header {
	background: transparent url(../images/header.jpg) no-repeat; 
	height: 75px;
	width: 798px;
	margin: 0px 1px 0px 1px;
}

#header h1{
	width: 424px; 
	height: 75px; 
	margin: 0px;
	display:block;
	float:left;
	background: transparent url(../images/header.jpg) no-repeat; 
}

#header h1 span {
	display:none;
}

#headerLinks {
	float: right;
	font-size: 8pt;
	color: #585858;
	margin: 0 6px 0 0;
	width: 350px;
	text-align:right;
}

#headerLinks a {
	text-decoration: none;
	color: #585858;
}

#headerLinks a:hover {
	text-decoration: underline;
}

#search {
	float: right;
	font-size: 10pt;
	color: #585858;
	margin: 0 6px 0 0;
	width: 350px;
	text-align:right;
}

.searchBox {
	width: 85px;
	height: 17px;
	border: 1px solid #585858;
	background-color: #e9e9e9;
}

.go {
	position:relative;
	top: 6px;
}

#navigation {
	width: 798px;
	height: 26px;
	margin: 0 1px 0 1px;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat;
}

#feature1, #feature2, #feature3, #feature4, #feature5 {
	width: 790px; 
	height: 195px; 
	margin-left: 5px;
	margin-top: 5px;
}

#feature1 { background: transparent url(../images/feature/1.jpg) no-repeat top center; }
#feature2 { background: transparent url(../images/feature/2.jpg) no-repeat top center; }
#feature3 { background: transparent url(../images/feature/3.jpg) no-repeat top center; }
#feature4 { background: transparent url(../images/feature/4.jpg) no-repeat top center; }
#feature5 { background: transparent url(../images/feature/5.jpg) no-repeat top center; }

#featureText {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background: #FFFFFF;
	width: 285px;
	height: 90px;
	padding: 10px;
	font-face: verdana;
	font-size: 11px;
	margin: 0 0 0 485px;
	position:relative;
	top: 75px;
}

#featureText p {
	text-align:justify;
	margin: 0;
	padding: 0;
}

/*****  END OF TOP  *****/

/*****  START OF CONTENT *****/

#content {  
	position: relative;
	width: 790px;
	height: 350px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#left {
	float: left;
	width: 495px;
	height: 336px;	
	border-top: 1px solid #d9d9d9;
}

#input {
	width: 495px;
	height: 168px;	
	border-bottom: 1px solid #cbcbcb;
}

#input h2 {	
	margin: 0 0 15px 0;
	padding: 0 5px 0 5px;
	line-height: 32px;
	background-image:url(../images/h2.jpg);
	background-repeat:repeat-x;	
	background-color: #ebebeb;
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #3f3f72;
}

#input img {
	float: left;
	padding: 3px;
	border: 1px solid #cbcbcb;	
	margin-top: -10px;
	width: 96px;
	height: 106px;
}

#input p {
	float: right;	
	position: relative;
	font-family: verdana;
	font-size: 10pt;
	margin: -10px 0 0 0;
	padding-left: 0 8px 10px 8px;
	width: 375px;
	text-align:justify;
}


#right {
	float: right;
	width: 284px;
	height: 337px;
	border: 1px solid #d9d9d9;
}

#right img {
	margin-top: 6px;
	margin-left: 6px;
	padding: 3px;
	border: 1px solid #cbcbcb;
	width: 265px;
	height: 197px;
}

#right p {
	position: relative;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 6px;
	width: 265px;
	height: 130px;
	text-align:justify;
}
/*****  END OF CONTENT  *****/

#bottom{
	position: relative;
	width: 760px;
	height: 29px;
	margin-left: 6px;
	margin-top: 10px;
}

#button {
	position: absolute;
	border: 1px solid #333366;
	background-color: #FFFFFF;
	width: 240px;
	height: 27px;
	display: block;
	float: left;
}

#button a h6 {
	margin-top: 1px;
	margin-left: 1px;
	padding-top: 2px;
	background-color: #3c3c6f;
	font-face: Verdana;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	width: 238px;
	height: 23px;
	display: block;
	float: left;
}

#clear {
	clear:both;
}

#footer {
	font-size:10px;
	padding: 5px 0 0 0;
	border-top: 1px solid #d9d9d9;
	margin: 5px;
}

#footer a {
	color: #000000;
}