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

html{
height:100%;
}

a:link{
text-decoration: none;
color: #000000;
}
.maincontent{font-size: 12px; font:Tahoma; color:#333333;}
.red {color: #FF0000;}



a:visited {
text-decoration: none;
color: #cc0000;
size:13px;
}

a:hover {
text-decoration: none;
color: #cc0000;
size:13px;
}

a:active {
text-decoration: none;
color:#cc0000;
size:13px;
}

html {
height:100%;
}

body{
height:100%;
margin:0;
padding:0;
}

#lines{
	width:100%;
	background:url(../siteimages/lines.gif) top left repeat-x;
}
#stage{
	width:800px;
	left:50%;
	margin-left:-400px;
	height:200px;
	position:relative;
}
#header{
	width:800px;
	height:93px;
	padding-top: 45px;
	text-align: center;
}
#navigation{
	width:800px;
	height:18px;
	margin-top:3px;
}
#navigation a{
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	padding:4px 11px 4px 11px;
}
 a:hover.but1, a.butcurrentb1 {
	background:url(../siteimages/but1.gif) top no-repeat;
}
a:hover.but2, a.butcurrentb2 {
	background:url(../siteimages/but2.gif) top no-repeat;
}
a:hover.but3, a.butcurrentb3 {
	background:url(../siteimages/but3.gif) top no-repeat;
}
a:hover.but4,  a.butcurrentb4 {
	background:url(../siteimages/but4.gif) top no-repeat;
}
a:hover.but5, a.butcurrentb5 {
	background:url(../siteimages/but5.gif) top no-repeat;
}
a:hover.but6, a.butcurrentb6 {
	background:url(../siteimages/but2.gif) top no-repeat;
}
a:hover.but7, a.butcurrentb7{
	background:url(../siteimages/but7.gif) top no-repeat;
}
.sub-navigation{
	color:dddddd;
}
#describe{
	margin-top:3px;
	height:20px;
}
#describe a{
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#b0b0b0;
	text-decoration:none;
	padding:6px 11px 4px 11px;
}
#describe a:hover{
	background:url(../siteimages/gh1.gif) bottom no-repeat;
}



#contop{
	width:100%;
	background-color:white;
	Padding:20 20 20 20;
}

#contop ul{
	width:700px;
	left:50%;
	height:100%;
	margin-left:-350px;
	text-align:left;
	position:relative;
	padding:5px 0px 5px 0px;
}

#content{
	position:inherit;
    height:100%;
	width:100%;
	background-color:#FFFFFF;
	padding:0;
}


#content ul{
	position:relative;
	width:780px;
	left:50%;
	margin-left:-340px;
	padding:20px 50px 20px 50px;
}


#footer{
position:relative;
bottom:0px;
	height:26px;
	width:100%;
	background:url(../siteimages/gradient.jpg) top left repeat-x; 
	font:11px Tahoma;
	color:#333333;
	text-align:center;
	padding:10px 0 0 0;
}
