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

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #111111;
	background-image: url(../PSDs/Grunge%20BG.jpg);
}

.oneColFixCtrHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #333;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 778px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	padding: 10;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #999;
	height: 50px;
	width: 1024px;
	text-align: left;
	vertical-align: text-bottom;
	background-image: url(../PSDs/Banner-1024x50.jpg);
	background-position: center;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	background-repeat: no-repeat;
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8B8B8B;
	line-height: normal;
	background-image: url(../PSDs/Footer-with-all-contacts.jpg);
	height: 60px;
	width: 1024px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer-html
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8B8B8B;
	line-height: normal;
	height: 60px;
	width: 1024px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: right;
	margin: 0;
}

#nav-menu li a
{
	height: 3 em;
	line-height: normal;
	float: none;
	width: 125px;
	display: block;
	border: 1px solid #111;
	color: #666;
	text-decoration: none;
	text-align: center;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	background-image: url(../PSDs/1x8%20gradient.jpg);
	background-position: center;
}

#nav-menu li a:hover
{
	height: 3 em;
	line-height: normal;
	float: none;
	width: 125px;
	display: block;
	border: 1px solid #666;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

#nav-menu
{
	width:1020px;
	height: auto;
	float: right;
	clear: none;
	background-image: url(../PSDs/1x8%20gradient.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 4px;
}

</style>
