.clearfloat {
	clear:both;
	float:none;
	height:0px;
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6,ol,ul,p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0em;
	padding-bottom:0.5em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

img { border:none; }

body {
	margin:0px;
	padding:0px;
	color:#000000;
	background:url(bodybg.png) center top repeat-x #ffffff;
	font-family:"VAG Rounded std",arial,sans-serif;
	font-size:0.8em;
}

#bodydecoration {
	background:url(bodydecoration.png) center top no-repeat;
}

#wrapper {
	width:1024px;
	padding:0px 10px 0px 7px;
	margin:0px auto;
	background:url(wrapperbg.png) repeat-y;
}

#header {
	width:1027px;
	height:170px;
	margin:0px auto;
	background:url(header.png) no-repeat;
}

#topnav {
	width:1003px;
	height:48px;
	margin:0px;
	padding:0px 0px 0px 50px;
	background:url(topnavbg.png) no-repeat;
	list-style:none;
}

	#topnav li {
		display:inline;
		margin:0px 7px;
		line-height:36px;
		font-size:18px;
	}
	
	#topnav a {
		color:#000000;
		text-decoration:none;
	}
	
	#topnav a:hover {
		text-decoration:underline;
	}
	
#highlights, #secondnav {
	display:inline;
	float:left;
	width:170px;
	margin:5px;
}

	#highlights h2, #secondnav h2 {
		margin:5px 0px;
		color:#ffffff;
		font-size:14px;
	}
	
	#highlights ol, #secondnav ul {
		margin:0px;
		padding:5px;
		background-color:#a4bd86;
		list-style:none;
	}
	
	#highlights li, #secondnav li {
		margin:3px 0px;
	}
	
	#highlights a, #secondnav a {
		color:#000000;
		text-decoration:none;
	}
	
	#highlights a:hover, #secondnav a:hover {
		text-decoration:underline;
	}

	#secondnav #userinfo {
		margin:0px;
		padding:5px;
		background-color:#a4bd86;
	}

#content .body {
	min-height:450px;
	padding:0px 5px 0px 15px;
}

#footer {
	width: 1041px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align:center;
}
	#footerbg {
		margin: 0px;
		padding: 0px;
		background:transparent url(wrapperbg.png) 0px bottom repeat-y;
		padding:20px 0px 5px;
	}
	#footerlower {
		margin: 0px;
		padding: 0px;
		background:transparent url(footer.png) 7px bottom repeat-y;
		padding-bottom:29px;
	}

	#footer * {
		color:#ffffff;
	}