body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #d9ecf7;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
}

html {
	min-height: 100%; 
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}

fieldset {
   -moz-border-radius-bottomleft: 7px;
   -moz-border-radius-bottomright: 7px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 7px;
   border-radius: 3px;
}

#wrap {
	width: 761px;
	margin: 0 auto;
	background: d9ecf7;
	background-image: url(images/content-bg.png);
}

#header {
   	padding: 0px;
	background: #ddd;
	width: 761px;
	height: 224px;
	background-image: url(images/header.png);
}

h1 {
    margin: 0;
}
   
#nav {
	padding: 0px;
	height: 26px;
	width: 761px;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	text-align: left;
}

#spacer {
	padding: 0px;
	height: 20px;
	width: 761px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	text-align: left;
}

#nav table {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

a.menu {
	font-family: Verdana, sans serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #cdb281;	
}

#sidebar {
	float: left;
	width: 145px;
	padding: 10px;
	background: #003062;
}

#sidebar ul {
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;	
	list-style: bullet;
	font-family: Verdana, sans serif;
	
}

#sidebar a {
	color: #ffffff;
	font-size: 10px;	
	text-decoration: none;
}

#sidebar a:hover {
	color: #cdb281;
}

h2 {
	margin: 0 0 1em;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial Narrow, sans serif;
	color: #ffffff;
}

h2.content {
	margin: 0 0 1em;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial Narrow, sans serif;
	color: #003062;
}

#content {
	float: right;
	width: 531px;
	padding: 0px 30px 30px 0px;
	font-family: Arial, sans serif;
	font-size: 11px;
	line-height: 15px;
	font-color: 000000;
}

#footer {
	clear: both;
	padding: 0px;
	background-image: url(images/footer-bg.png);
	height: 14px;
	width: 761px;
}

#footer p {
	margin: 0;
}
   
* html #footer {
	height: 1px;
}