body {
	text-align: center;	
	font-family: arial, sans-serif;
	font-size: 14px;
}

#wrapper {
	background-image:url('/images/logo.gif');
	background-repeat:no-repeat;
	background-position: center 40px;
	margin: 0px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	position: relative;
}

#lh_nav {
	float: left;
	text-align: left;	
	padding-bottom: 20px;
}

#rh_nav {
	float: right;
	color: black;
	text-align: right;	
}

#rh_nav ul, #lh_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#lh_nav a {
	color: #2929b6;
}

#lh_nav img {
	padding-bottom: 15px;
	border: none;
}

#content {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 432px;
	border: 1px solid black;
}

a {
	outline: none;
	color: black;
	text-decoration: none;
}

img {
	border: none;
}