body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bkgrd.jpg);
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 98px;
	width: 798px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}

#mainContent {
	width: 760px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/content_bkgrd.jpg);
	background-repeat: repeat-y;
	margin: 0;
	
}

#nav {
	/*position:relative;
	top:-235px;*/
	height: 325px;
	width: 195px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}
#topmenu {
	width: 195px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topmenu a {
	background-image: url(images/nav_bkgrd.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 200px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topmenu a:hover {
	background-image: url(images/nav_bkgrd_ovr.jpg);
}
#current a {
	color: #0000CC;
}

/*#topmenu a:visited {
	color: #CCCCCC;
}
*/

#navcontact {
	width: 195px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/nav_bkgrd_big.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}



#rightpic {
	float: right;
	position: relative;
	top: -75px;
	width: 500px;
	padding-top: 10px;
	padding-right: 15px;

}
#rightcontent {
	float: right;
	position: relative;
	top: -75px;
	width: 500px;
	padding: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	clear:both;
	z-index: 5;
}
#bottom {
	position:relative;
	left: -20px;
	top: 11px;
*/
	height: 100px;
	width: 799px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	z-index: 0;

}


#footer {
	background-image: url(images/footer_bkgrd.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 800px;
	position:relative;
	top:20px;
	padding-bottom: 30px;
	text-align: center;
}
#footer ul {
	position:relative;
	top:20px;
	margin: 0px;
}

#footer li {
	display: inline;
	margin: 5px;
}

#footer a{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
#footer a:hover{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#0000CC;
}
#style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
}

form.contact {
	/*font-size: 0.9em;*/
	margin: 20px 10px 10px 0;
	}
form.contact fieldset {
	padding: 10px;
	background: url(../i/formgrad.jpg) 0 0 repeat-x #e5eef7;
	border: 1px solid #f00;
	}
form.contact input {
	width: 240px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
form.contact textarea {
	width: 300px;
	height: 120px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
form.contact input.submit {
	width: 150px;
	margin: 10px 0 0 20px;
	}

