@CHARSET "UTF-8";

#wrapper{
	margin:  auto;
    width: 1024px;
    background-color: #fff;
   -webkit-box-shadow: 0px 8px 8px #787878;	/* webkit browser*/ -moz-box-shadow: 0px 8px 8px #787878;	/* firefox */ box-shadow: 0px 8px 8px #787878;
}

body{
	background-color: #fff;
	font-family: verdana;
	line-height: 12pt;
}

h1{
	font-size: 25pt;
	color: #fff;
	float: left;
	padding: 28px 0px 0px 40px; 
}

h2{
	font-size: 18pt;
	color: #fff;
	padding: 40px;
}
#banner{
	height: 300px;
	-webkit-box-shadow: 0px 8px 17px #b7b8b7;	/* webkit browser*/ -moz-box-shadow: 0px 8px 17px #b7b8b7;	/* firefox */ box-shadow: 0px 8px 17px #b7b8b7;
}

#menubar{
	height: 80px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#336670), to(#53919d));
	background: -moz-linear-gradient(top, #336670, #53919d);
}

#center{
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6f6f6f), to(#9c9b9b));
	background: -moz-linear-gradient(top, #6f6f6f, #9c9b9b);
	height: 450px;
}

#center li{
	list-style-type:disc;
	color: #fff;
	padding-left: 60px;
	padding-top: 5px;
}

p{
	color: #fff;
	padding: 20px 40px 10px 40px;
	line-height: 15pt;
}

	

#menu{
	margin-left: 400px;
}

#menu li{
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

#menu li:HOVER, #menu .on{
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbdbd), to(#919090));
	background: -moz-linear-gradient(top, #bfbdbd, #919090);
	-webkit-box-shadow: 6px 8px 8px #336670;	/* webkit browser*/ -moz-box-shadow: 6px 8px 8px #336670;	/* firefox */ box-shadow: 6px 8px 8px #336670;
	border-radius:10px;
	-moz-border-radius:10px;
	color: #000;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#footer{
	background-color: #323232;
	height: 60px;
}

#footer a{
	text-decoration:none;
	display: block;
	padding: 20px;
	margin-left: 200px;
	color: #fff;
}

.clear{
	clear: left;
}