* {
	margin: 0;
	padding: 0;
	}

body {
	background: #dfdfdf;
	font: 75% Arial, Helvetica, sans-serif;
	}

h1 {
	background: url(../images/logo.gif) no-repeat right top;
	text-indent: -9999em;
	height: 48px;
	width: 728px;
	margin: 0 auto;
	}
h2 {
	font:1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.6em;
	color: #34227f;
	}

#wrapper {
	width: 728px;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
	position: relative;
	}

#wrapper:after {
	clear:both;
	height: 1px;
	display: block;
	visibility: hidden;
	content: ".";
	}

#menu {
	background: #34227f;
	float: left;
	width: 236px;
	height: 161px;
	padding-top: 50px;
	list-style: none;
	}

#menu a {
	color:#f8f20d;
	text-decoration: none;
	}

#menu a:hover {
	color:#f8f20d;
	text-decoration: underline;
	}
	
#menu li {
	color: #f8f20d;
	font-weight: bold;
	line-height: 25px;
	padding: 0 1em;
	text-align: right;
	}

#content {
	clear: both;
	}

blockquote {
	width: 206px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	text-align: right;
	padding: 16px;
	color: #999;
	margin-top: 1.6em;
	}

#main {
	padding: 16px;
	color: #333;
	width: 462px;
	float: right;
	}

#main p {
	margin-bottom: 1em;
	line-height: 1.75em;
	}

#main h3 {
	font:1.4em Arial, Helvetica, sans-serif;
	margin-bottom: 0.6em;
	color: #34227f;
	}

#main ul {
	list-style-position:outside;
	line-height: 1.75em;
	margin-bottom: 1em;
	margin-left: 25px;
	}
	
#footer {
	width: 736px;
	margin: 1em auto;
	font-size: 0.8em;
	}

#left {
	width:210px;
	float:left;
	margin:47px 0 0 5px;
	}
	
#left p {
	font:1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-align: right;
	line-height: 1.7;
	margin-bottom: 1em;
	}
