@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
    background:url(images/bg.jpg) top center repeat-x #061c32;
}
#container{
	margin:0 auto;
}
#wrapper{
	width:993px;
	background-color:#fafafa;
	margin: 0 auto;

}
#header-wrap{
	margin:0 auto;
	padding:0;
	background: url(images/header-wrap.jpg) top center no-repeat;
	width:993px;
	height:325px;
	position:relative;
}
#header{
	margin:0 auto;
	padding:0;
	background: url(images/header.jpg) center no-repeat;
	width:928px;
	height:176px;
	position:relative;
}
#logo{
	width:434px;
	height:176px;
	position:absolute;
	left: 16px;
	top: -1px;
}
#top{
	background: url(images/top.jpg) no-repeat;
	width:928px;
	height:149px;
	position:relative;
	margin: 0 auto;
}
#slider{
	width:928px;
	height:201px;
	margin:0 auto;
}
#tag-line{
	width:928px;
	margin:0 auto;
}

#content{
	width:928px;	
	padding:0px;
	margin:0 auto;
}
.left{
	float:left;
	margin:20px;	
}
.right{
	float:right;
	margin:5px;	
}
#footer{
	background:url(images/footer.jpg) center no-repeat;
	position:relative;
	height:89px;
	width:928px;
	margin:0 auto;
}
#footer p{
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#a09f9f;
	margin-bottom:1px;
}
#footer a{
	font: normal 20px "Tw Cen MT Condensed";
	color:#a09f9f;
	text-decoration:none;
}
#footer a:hover{
	font: normal 20px Tw Cen MT Condensed;
	color:#000;
}
.clear{
	clear:both;
}

