body {
	background: #fff;
	color: #000;
	text-align: center;
	font-face: Verdana, sans-serif;
}

a {
	color: #008;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, p {
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
}

p {
	padding: 0 10px 15px;
	text-align: center;
}

h1 {
	font-size: 250%;
	color: #FFF;
	letter-spacing: 1px;
}

h2 {
	font-size: 200%;
	line-height:1;
	color:#002455 ;
}

div#container {
	width: 630px !important;
	width /**/:640px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #833;
}

div#header {
	background: #600;
	padding: 10px;
	text-align: center;
}

img#header {
	width: 520px;
	height: 228px;
}

div#content {
	float: right;
	width: 410px;
	padding: 10px 0;
	margin: 5px 0;
	background: #edd;
}

div#nav {
	float: left;
	width: 210px;
	padding: 10px 0;
	margin: 5px 0;
	background: #eee;
}

p#nav {
	text-align: center;
}

img.nav {
	margin-left: 10px;
	border: 0px;
}

div#nav h2 {
	font-size: 120%;
	color: #000;
}

div#footer {
	clear: both;
	width: 630px;
	background: #600;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}

b.content {
	font-weight: bold;
	font-size: 20px;
}

p.links {
	background: #daa;
	padding-bottom: 0px;
	margin-top: -5px;
	margin-bottom: 10px;
}

p.text {
	text-align: left;
}

