/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:20px 0 0 0;
	background:url(../st_images/bg.jpg) top center no-repeat #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

p{
	margin-bottom:22px;
	line-height:20px;
}

h1{
	font-size:20px;
	margin-bottom:22px;
	line-height:18px;
	font-weight:normal;
}

h2{
	font-size:18px;
	margin-bottom:22px;
	line-height:18px;
	font-weight:normal;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:694px;
}

#header{
	margin:0;
	padding:0;
	background:url(../st_images/header.jpg) no-repeat;
	width:670px;
	height:188px;
}

#nav{
	width:694px;
	height:56px;
	padding:0px;
	background:url(../st_images/nav-bg.jpg) top left no-repeat;
}

#nav ul{
	list-style-type:none;
	margin:0;
	padding-right:52px;
	float:right;
}

#nav ul li{
	float:left;
}
#nav ul li a{
	float:left;
	height:38px;
	background-image:url(../st_images/nav-combine.jpg);
}

#nav ul li a span{
	display:none;
}


#nav ul li.nav1 a{
	width:79px;
	background-position:top left;
}

#nav ul li.nav1 a:hover, #nav ul li.nav1 a.active{
	background-position:bottom left;
}

#nav ul li.nav2 a{
	width:182px;
	background-position:367px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active{
	background-position:367px 38px;
}

#nav ul li.nav3 a{
	width:185px;
	background-position:top right;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active{
	background-position:bottom right;
}

#content{
	width:590px;
	padding:28px 52px;
	margin:0;
}

#content a{
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px solid #FF0000;
}

#content a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
}

#footer{
	width:590px;
	padding:0;
	margin:0 auto;
	border-top:1px solid #FF0000;
}

#footer p{
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}


