@CHARSET "UTF-8";

#wrapper{
	margin:  auto;
    width: 1024px;
    background-color: #fff;
}

body{
	background-color: #E0E0E0;
	font-family: verdana;
}

h1{
	font-size:25pt;
	color:#fff;
}

h2{
	padding-top:20px;
	font-size: 18pt;
	color: #fff;
}

p{
	padding-top: 20px;
	font-size: 12pt;
	line-height: 14pt;
	color: #fff;
}

#container{
	float: left;
}

#content{
	padding: 0px 60px 20px 60px;
	background-color: #595959;
}

#title{
	height: 80px;
	background-color: #1F6B7A;
}

#title h1{
	padding: 15px 0px 0px 100px;
}

#banner{
	height: 212px;
}

#banner_left{
	float: left;
	height: 600px;
}

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

#footer a{
	padding: 20px 0px 0px 80px;
	text-decoration: none;
	font-size: 8pt;
	color: #000;
	display: block;
}
#clear{
	clear: left;
}