.clear:after {
	content: ""; display: block; clear: both;
}

	.clear { zoom: 1; }
	
body, div, h1, h2, h3, h4, p, ul, li, img, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}

.center {
	align: center;
}

body {
	background: url(images/bg.jpg) top left repeat-x #e2dfe6;
	font-family: Georgia, Times New Roman, serif;	
	text-align: left;
}	

h2 {
	color: #3f3f3f;
	font-size: 26pt;
	display: inline;
	font-weight: light;	
}

h3 {
	color: #3f3f3f;
	font-size: 14pt;
	display: inline;
	font-weight: lighter;
}

h4 {
	color: #3f3f3f;
	font-size: 14pt;
	text-align: center;
	font-weight: lighter;	
}

a {
	color: #3f3f3f;
}

a:hover {
	color: #95b4e3;
}

a:active, a:visited {
	color: #9d9d9d;
	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width:  402px;
	height: 54px;
}

#header h1 a {
	display:  block;
	height: 54px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

#menu {
	width: 400px;
	height: 40px;
	float: right;
	margin-top: 34px;
}

#menu ul li { 
	list-style: none;
	display: inline;
	padding: 10px;
}

#menu ul li a {
	text-decoration: none;
	font-size: 13pt;
	color: #FFF;
}

#menu ul li a:hover {
	color: #bac9e6;
}

#bigtext {
	width: 310px;
	height: 275px;
	float: left;
	margin: 100px 0 0 60px;
}

#feature {
	width: 342px;
	height: 273px;
	float: right;
	margin: 35px 60px 0 0;
	text-align: center;
}

#feature ul li { 
	list-style: none;
	padding: 0 5px 5px 5px;
	text-align: left;
}

#main {
	width: 820px;
	height: 320px;
	margin: 70px 0 0 60px;
	float: left;
}

