* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #F6F7FE;
	color: #00146F;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header1 {
	height: 45px;
	padding-top: 10px;
}

#header2 {
	height: 180px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat; 	
	padding-bottom: 15px;
}

#main {
	position: relative;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

#nav {
	position: absolute;
	left: 0;
	width: 180px;
	background-color: #5785C7;
}

#extras {
	position: absolute;
	text-align: center;  
	top: 0;
	left: 190px;
	width: 180px;
}

#footer {
	border-top: 2px solid #D1D4F4;
	font-size: 10px;
	font-weight: 500;
	padding: 0.2em 0.2em 0.2em 0;
 	text-align: right;
}

#header1 a:link, #header1 a:visited {
 	text-decoration: none;
 	color:  #00146F;
	font-size: 200%;
	font-weight: normal;
	text-align: left;
}	 

#nav ul {
 	list-style: none;
}

#nav li {
 	font-size: 100%;
 	width: 180px;
}

#nav a:link, #nav a:visited {
 	text-decoration: none;
 	color: #00146F;
 	background-color: transparent;
 	display: block;
 	padding: 0.4em 10px 0.4em 10px;
 	border-bottom: 4px solid #D1D4F4;
}

#nav a:hover {
 	border-bottom: 4px solid #fff;
}

#extras a:link, #extras a:visited {
	text-decoration: none;
	color: #900;
}

#content a:link, #content a:visited {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
 	text-decoration: none;
}