body {
	margin: 0px 0;
	padding: 0;
	background: #000000;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #FFFFFF;
}

h2, h3 {
	color: #004386;
}

h2 {
	font-size: 11pt;
}

h3 {
	margin: 0;
	font-size: 9pt;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px #CCCCCC;
	text-decoration: none;
	color: #004386;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 120px;
	margin: 0 auto;
	color: #none;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

#header h1 {
	float: right;
	padding: 70px 20px 0 120px;
	font-size: 10pt;
}

#header h2 {
	float: right;
	padding: 135px 0 0 3px;
	font-size: 11pt;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/navbar.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #283C73;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/nav-backer.gif);
}

#colOne {
	float: right;
	width: 160px;
	padding: 8px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 475px;
	padding: 8px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/footer.gif) repeat-x;
	font-size: 8pt;
}

#footer * {
	color: #dddddd;
}
