@charset "utf-8";
/* CSS Document */


*{margin:0; padding:0;}

body{
	margin:0;
	padding:0;
	text-align:center;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#000 url(images/bg.png) 0 29px repeat-x;
	color:#e6e6e6;
}
a{
	color:#cc1416;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}

#nav a{
	color:#000;
	text-shadow:#d9272a 1px 1px 1px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}
#nav{
	background:url(images/nav.png) no-repeat;
	width:918px;
	height:80px;
	padding-top:10px;
	margin-left:21px;
}

#header{
	background:url(images/header.png) no-repeat;
	width:950px;
	height:448px;
}


#content{
	width:859px;
	margin-left:46px;
}

.contenttop{
	background:url(images/contenttop.png) no-repeat;
	height:53px;
}

.contentbg{
	background:url(images/contentbg.png) repeat-y;
	padding:10px 15px 10px 15px;
}
.contentfooter{
	background:url(images/contentfooter.png) no-repeat;
	height:64px;
}
