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

* { padding: 0px; margin: 0px; }
html {
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FF9900;
	background-image:url(../_images/BG.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
body {
	position:relative;
	line-height: 1em;
	font-size: 14px;
	margin: auto;
	padding: 0;
}
#main {
	background-image:url(../_images/Main.jpg);
	background-position:center;
	height: 640px;
	width: 840px;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 50px;
}
#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent:-9999px;
	left: 0px;
	top: 0px;
}
h1 {
	font-weight: bold;
	position: absolute;
}
#img {
	background-image:url(../_images/Logo.png);
	width:367px;
	height:216px;
	top: 10px;
	left: 250px;
	position: relative;
}
#nav {
	background-image:url(../_images/Nav.png);
	background-repeat:no-repeat;
	width:457px;
	height:56px;
	left: 200px;
	position: relative;
	color:#999999;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	padding-top: 20px;
	display:block;
	word-spacing: 10px;
}
#nav ul li {
	display:inline; 
}
#nav  ul  li a:link, a:visited {
	color:#999999;
	text-decoration:none;
}
#nav  ul  li a:hover, a:active{
	color:#CCCCCC;
	text-decoration:none;
}
#nav  ul  li a.current, #nav  ul  li a.current:hover, #nav  ul  li a.current:active { color:#FF9900;
	text-decoration:none; }	
#content {
	position:relative;
	height:345px;
	width:600px;
	left:120px;
	bottom:20px;
}
#footer {
	color:#006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
	text-align:center;
}
#footer a:link { color:#006600; text-decoration:underline; }
#footer a:visited { color:#006600; text-decoration:underline; }
#footer a:hover {color:#009900; text-decoration:underline; }
#footer a:active { color:#009900; text-decoration:underline; }
#footer span a:hover {color:#006600; text-decoration:underline; }
</style>

