/* CSS Reset */
* { margin:0; padding:0; }
body {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background:url('../images2/background.jpg') no-repeat 0 0;
	width:760px;
	height: 770px;
	margin:0 auto
}
#header{
	position:relative;
	width: 100%;
	height: 100%;
}
#header h1{
	margin-left: 80px;
	margin-top: 100px;
	margin-bottom: 20px;
	display:block;
	float:left;
	width:242px;
	height: 205px;
	text-indent:-9999px
}
#header h2{
	margin-right: 60px;
	margin-top: 80px;
	background: url('../images2/logo.png');
	display:block;
	float:left;
	width:374px;
	height: 176px;
	text-indent:-9999px
}
#header2 h3{
	text-align: left;
	margin-left: 100px;
	margin-right: 50px;
	width: 200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}

#header3 {
margin-left: 80px;
width: 250px;
height: 293px
}

#header4 {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#header h1 a{
	display:block;
    height:100%;
	width:100%;
}
#nav{
	margin-left: 70px;
	margin-top:10px;
	margin-bottom: 10px;
	float: left;
	height: 21px;
	width: 242px;
}
#nav ul{
	float: none;
}
#nav ul li{
	list-style-type: none;
	display: block;
	height: 21px;
	float: left;
	padding: 0px 20px 0px 0px;
}
#nav ul li a{
	color: #FFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	line-height: 20px;
	padding: 0 0 0 15px;
}
#nav li a span{
	text-align: center;
	display: block;
	float: left;
	height: 21px;
	width: 60px;
	padding: 0 15px 0 0;
}
#nav li a:hover, #nav li.active a{
	background: url('../images/hover.jpg') no-repeat left;
	color: #F00;
	cursor: pointer;
	text-decoration: none
}
#nav li.active a span, #nav li a:hover span{
	background: url('../images/hover.jpg') no-repeat right;
}
#featured{
	margin-top: 100px;
	margin-right: 50px;
	float: right;
	display: block;
	width: 375px;
}
#featured ul li{
	margin-left: 20px;
}

#featured h4{
	color: #FFF;
	font-style: smooth;
	font-family: Impact;
	font-size: 22px;
}
#featured h3{
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	width: 300px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
}

#middle{
	margin-top: 40px;
	margin-right: 75px;
	float: right;
	display: block;
	width: 600px;
}

#middle h4{
	margin-left: 50px;
	color: #FFF;
	font-style: smooth;
	font-family: Impact;
	font-size: 22px;
}

#middle h3{
	margin-left: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}

#video{
	margin-top: 40px;
	float: right;
	display: block;
	width: 600px;
}

#video h4{
	color: #FFF;
	font-style: smooth;
	font-family: Impact;
	font-size: 22px;
}