body {
	background:url(/img/bkg.gif) repeat-x #336666;
	margin: 0;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;

}

a:link,
a:visited {
	text-decoration: underline;
	color: #163477;
}

a:hover {
	text-decoration: none;
}

#main {
	border: #FFF 0px solid;
	/* IE Hack. Set this to right colour for now */
	background: #E5EDF1;
	width: 800px;
}

#logo {
	border: 0px;
	/* IE Hack. Set this to right colour for now */
	background: #E5EDF1;
	width: 202px;
}

#header {
	width: 598px;	
	background: url(/img/back-top.jpg) repeat-x;
}

#header a:link {
	color: #346633;	
	text-decoration: underline;
}

#header a:visited, #header a:hover {	
	text-decoration: none;
}

#footer {
	border-top: #FFFFFF 1px solid;
	color: #FFF;
	background-color: #4C9931;
}
.content {
	padding: 10px;
	vertical-align:top;
}

.contact {
	vertical-align:top;
	width:180px;
	float:right;
	top: auto;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.08em;
	
}

h1 {
	font-size: 16px;
	color: #336666;
	padding-bottom: 2px;
	border-bottom: 1px solid #0078AC;
	font-weight: bold;
}

h1 span {
	float: right;
	color: #69839B;
}

#nav {
	vertical-align:top;
	background: #508FC4;
}

<!--navigation-->
#button {
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	text-decoration: none;
	}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	text-decoration: none;
	}
	
.secnav ul a {font-size:12px;}