html{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#001c44;
}

body{
	background:url(../images/bg-main.jpg) no-repeat top;
	margin:0px;
	padding:0px;
	top:0;
}

p{margin-bottom:0;}

#wrapper{
	width:951px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#36392e;
}

#header{
	width:951px;
	height:463px;
	position:relative;
}

#logo{
	width:409px;
	height:270px;
	position:relative;
	text-align:center;
	top:30px;
	left:30px;
	z-index:5;
}

#logo a:link, #logo a:visited,
#logo a:hover{
	font-size:18px;
	color:#FF0;
}

#slideshow{
	width:951px;
	height:463px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}

#slideshow img {

	display: none;

}

#slideshow img:first-child {

	display: block;

}

#nav{
	width:951px;
}

#nav li{
	display:inline;
	list-style:none;
}

#nav li a:link, #nav li a:visited{
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	margin-right:48px;
}

#nav li a:hover{
	color:#FC0;
}

#content{
	width:911px;
	background-color:#4f5146;
	padding:20px;
	position:relative;
	float:left;
	clear:both;
}

.rounded{
	background-color:#FFF;
}

.left-image{
	width:568px;
	float:left;
	margin:0;
	padding:0;
}

#left-body{
	background-color:#fff; 
	width:548px;
	padding:0 10px 0 10px;
}

#left-col{
	float:left;
	width:568px;
	/*background-color:#FFF;*/
	clear:both;
	margin-left:5px;
	/*padding:10px 10px 0 10px;*/
}

#left-col h1, #col-body h1{
	padding-top:0;
	margin-top:0;
	font-size:21px;
}

#left-col-bottom{
	border-top:2px #333 solid;
	padding-top:10px;
}

#right-body{
	background-color:#fff;
	padding:0 15px 0 15px;
}

#right-col{
	width:297px;
	float:left;
	margin-left:30px;
}

#right-col ul{
	margin-bottom:0px;
}

#right-col li{
	line-height:28px;
}

#col-wide{
	width:891px;
	float:left;
}

#col-body{
	background-color:#fff; 
	width:871px;
	padding:0 10px 0 10px;
}


#footer{
	text-align:center;
	color:#FFF;
	padding:10px 0 10px 0;
	height:50px;
	width:951px;
	background-color:#4f5146;
}

#footer a:link, #footer a:visited,
#footer a:hover{
	text-decoration:none;
	color:#FF0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

