* {
	padding: 0;
	margin: 0;
}
body {
	background:#CCD5DC;
	color:#000;
	position: relative;
	line-height:1.5em; /* for safari2 */
	font:75%/1.5em Helvetica, Arial, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	background-image:url(images/bkgd.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: fixed;
	overflow:auto;
}
li {
	padding-bottom: 4px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#header {
	color: #333;
	width: 901px;
	height: 290px;
	float: left;
	padding: 10px;
	margin: 0;
}
#leftcolumn {
	color: #fff;
	background: #00335E;
	margin: 0px;
	min-height:220px;
	width: 510px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	padding-right: 10px;
	height: 220px;
	width: 390px;
	display: inline;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#menu {
	width:260px;
	padding: 15px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	position:static;
	float:right;
}
#menu a {
	color:#FFF;
	text-decoration: none;
}
#menu a:hover {
	color:#EE4611;
	text-decoration: none;
}
#menu li {
	list-style-type: none;
	padding-top: 4px;
	border-bottom: 1px solid #FFF;
}
#menu li li.submenu {
	margin-left:15px;
	list-style-type:disc;
	font-size:1em;
	color:#FFF;
	font-weight:normal;
	border-bottom: none;
}
