body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #545454;
	background-color: #f2f2f2;
}

.wrapper {
	width: 980px;
	margin: 10px auto;
	border: 1px solid #b7b7b7;
	border-top-width: 2px;
	border-right-width: 2px;
	background-color: #fff;
}

#main {
	padding: 10px;
	background-color: #f2f2f2;
}

.header {
	height: 140px;
	border-bottom: 1px solid #b7b7b7;
	background-image: url("img/header.jpg");
}

.header h1 {
	font-size: 24px;
	font-style: italic;
	line-height: 50px;
	text-indent: 5px;
	margin: 0;
}

.header h1 a {
	color: #545454;
	text-decoration: none;
}

.hNavigation {
	border-bottom: 1px solid #b7b7b7;
	line-height: 30px;
}

a { color: #0094CA;}

.hNavigation a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 0 15px;
}

.hNavigation span { float: left;}

.rightNav {
	float: right;
	width: 220px;
}

.rightNavSection {
	display: block;
	list-style: none;
	margin: 0;
	border: 1px solid #b7b7b7;
	padding: 5px 10px;
	text-indent: 10px;
	background-color: #fff;
}

.rightNavSection li { padding-bottom: 5px;}
.rightNavSection li a { text-decoration: none;}

.rightNav h2 {
	padding: 5px;
	text-align: center;
	font-size: 15px;
	color: #545454;
	margin: 0;
	margin-top: 15px;
}

.content {
	width: 700px;
	padding: 10px;
	float: left;
	border: 1px solid #b7b7b7;
	min-height: 1000px;
	background-color: #fff;
}

.content img { float: left; margin: 10px; border: 1px solid #b7b7b7; padding: 1px;}

.footer {
	text-align: center;
	background-color: #454545;
	line-height: 28px;
	
}

.footer a {
	text-decoration: none;
	color: #fff;
}