body {
	cursor: default;
	margin: 5px 0;
	font: small/1.8em Arial, Helvetica, sans-serif;
	background: #688EBD;
	color: #333;
	text-align: center;
}

h1 {
	color: #333333;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 2em;
	margin: 1em 0;
}

h2 {
	color: #FFFFFF;
	background: #b29304;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
	line-height: 2em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

a:visited {
	color: #000;
}

img {
	border: 0;
}

#page {
	width: 740px;
	margin: 0 auto;
	color: #000;
	background: #FFFFFF;
	text-align: left;
}

	#header {
		width: 100%;
		height: 195px;
		background: url("logo.jpg") top right no-repeat;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
		letter-spacing: 0.1em;
		line-height: 3em;
		font-weight: bold;
		border-bottom: 1px solid #1E3654;
		border-top: 1px solid #1E3654;
		background: #00a800;
	}
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 1em;
		}
		
			#menu li a{
				color: #FFFFFF;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #FFFFFF;
	border-bottom: 1px solid;
	border-top: 1px solid;
				
			}

	#content {
		float: left;
		width: 540px;
		padding: 0px 20px 30px 10px;
		border-right: 1px solid #1E3654;
		background: #FFFFFF;
		line-height: 1.6em;
	}

	#sidebar {
		margin: 10px 0 0 -1px;
		padding: 0 0 0 15px;
		float: left;
		width: 130px;
		font-size: 0.8em;
		border-left: 1px solid #1E3654;
	}

	#footer {
		border-top: 1px solid #1E3654;
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #688EBD;
		text-align: center;
		font-size: 0.8em;
	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}