* { padding: 0; margin: 0; }
html, body {
	height:100%; width:100%;
}

body {
	font-family: "Century Gothic";
	font-size: 12px;
	background-color: #000000;
}
img {border:0px}
#content {position:absolute; top:50%; height:600px; margin-top:-310px;width:100%;}


#wrapper {
	width: 975px;
	height:600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer{
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
	width: 975px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-top: 3px;
}
#header {
	float: left;
	height: 60px;
	width: 975px;
	background-image: url(../images/hd.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}

#homepage{
	color: #666666;
	text-align: justify;
	padding-top: 50px;
	float: left;
	width: 975px;

}

#leftcolumn {
	height: 350px;
	width: 275px;
	float: left;
}
#rightcolumn {
	float: right;
	width: 700px;
	padding-bottom: 5px;
}
#navigation {
	float:left;
	height:60px;
	display: inline;
}

#nav0
{
	float:left;
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}
#nav0:hover
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav0. on
{ 
 background: url("../images/logo_on.jpg") no-repeat 0 0;
}
#nav0 span
{
  display: none;
}
#nav1
{
	float:left;
	display: block;
	width: 224px;
	height: 60px;
	background-image: url(../images/comm_off.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}
#nav1:hover
{
	background-image: url(../images/comm_on.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav1on
{ 
	float:left;
	display: block;
	width: 224px;
	height: 60px;
	background-image: url(../images/comm_on.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav1 span, #nav1on span, #nav2 span, #nav2on span, #nav3 span, #nav3on span, #nav4 span, #nav4on span, #nav5 span, #nav5on span
{
  display: none;
}
#nav2
{
	float:left;
	display: block;
	width: 190px;
	height: 60px;
	background: url("../images/res_off.jpg") no-repeat 0 0;
}
#nav2:hover
{ 
  background: url("../images/res_on.jpg") no-repeat 0 0;
}
#nav2on
{
	float:left;
	display: block;
	width: 190px;
	height: 60px;
	background: url("../images/res_on.jpg") no-repeat 0 0;
}

#nav3
{
	float:left;
	display: block;
	width: 111px;
	height: 60px;
	background: url("../images/about_off.jpg") no-repeat 0 0;
}
#nav3:hover
{ 
  background: url("../images/about_on.jpg") no-repeat 0 0;
}
#nav3on
{
	float:left;
	display: block;
	width: 111px;
	height: 60px;
	background: url("../images/about_on.jpg") no-repeat 0 0;
}

#nav4
{
	float:left;
	display: block;
	width: 147px;
	height: 60px;
	background: url("../images/cont_off.jpg") no-repeat 0 0;
}
#nav4:hover
{
background: url("../images/cont_on.jpg") no-repeat 0 0;
}


#nav4on
{
	float:left;
	display: block;
	width: 147px;
	height: 60px;
	background: url("../images/cont_on.jpg") no-repeat 0 0;
}
#nav5
{
	float:left;
	display: block;
	width: 103px;
	height: 60px;
	background: url("../images/news_off.jpg") no-repeat 0 0;
}
#nav5:hover
{
background: url("../images/news_on.jpg") no-repeat 0 0;
}

#nav5on
{
	float:left;
	display: block;
	width: 103px;
	height: 60px;
	background: url("../images/news_on.jpg") no-repeat 0 0;
}
.homepic{
	padding-top: 75px;
	padding-bottom: 50px;
}
#menu{
	width: 275px;
	float: left;
	text-align: left;
	overflow: hidden;
	display: inline;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu ul {
	list-style-type: none;
	float: left;
	display: inline;
}
#menu li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
	float: left;
	font-size: 14px;
	width: 275px;
	font-weight: normal;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #585856;
}
#menu li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#menu .on{
	text-decoration: none;
	color: #FFFFFF;
}
.text{
	color: #999999;
	padding-right: 10px;
}
 
