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

*{margin:0; padding:0;}

body{
	background:#100d0b;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font:11px "Lucida Sans", "Lucida Grande", sans-serif;
}

img{
	border:none;
}
a{
	color:#fff;
	text-decoration:none;
}
#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#nav{
	background:url(images/nav.png) no-repeat;
	height:81px;
}
#nav a{
	color:#48a5bf;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}
#nav a:hover{
	color:#e87b2b;
	font-weight:bold;
}
#header1{
	background:url(images/header01.png) no-repeat;
	height:236px;
}
#headerleft{
	background:url(images/middleleft.png) no-repeat;
	float:left;
	height:69px;
	width:184px;
}
#twitter{
	background:url(images/twitter.png) no-repeat;
	float:left;
	width:82px;
	height:69px;
}

#facebook{
	background:url(images/facebook.png) no-repeat;
	width:78px;
	height:69px;
	float:left;
}

#headerright{
	background:url(images/middleright.png) no-repeat;
	width:606px;
	height:69px;
	float:left;
}

#headerbottom{
	background:url(images/headerbottom.png) no-repeat;
	height:107px;
	clear:left;
}

#content{
}

.contenttop{
	background:url(images/contenttop.png) no-repeat;
	height:20px;
}
.contentbg{
	background:url(images/contentbg.png) repeat-y;
	padding:10px 60px;
}
.contentfooter{
	background:url(images/contentfooter.png) no-repeat;
	height:55px;
}
#footercontent{
	background:#181818 url(images/footerbg.png) repeat-x;
	text-align:center;
	color:#c2c2c2;
	width:100%;
	padding:20px 0px;
}
#footercontent a{
	color:#4e9bb1;
	text-decoration:none;
}
#footercontent a:hover{
	color:#9e5017;
	text-decoration:none;
}
