body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}


/* @group Header */

#headBar {
	margin-top: 0;
	margin-bottom: 0px;
	height: 100px;
	background-color: #ccc;
	border-bottom: 3px solid #9a9a9a;
}

#headWrapper {
	width: 650px;
	margin: auto;
	background: url(../images/logo.png) no-repeat left bottom;
	height: 100px;
}

/* @group Nav */

#headNav {
	width: 650px;
	text-align: right;
	padding-top: 82px;
	height: 18px;
}

#headNav a {
	font-size: 15px;
	text-decoration: none;
	color: #333;
	margin-left: 5px;
	padding: 2px 5px 1px;
}

#headNav a:hover {
/*	text-decoration: underline; */
	color: #555;
}

#current {
	color: #222 !important;
	background-color: #9a9a9a;
	text-shadow: #ccc 1px 1px 0;
}


/* @end */



/* @end */

/* @group Body */

#contentWrapper {
	width: 650px;
	margin: auto;
	color: #333;
	background-color: #fff;
	height: 100%;
	padding: 5px 7px 15px;
}

#contentWrapper img {
	
}



/* @end */

#copyright {
	width: 100%;
	height: 12px;
	font-size: 10px;
	text-align: center;
	background-color: #f2f2f2;
	padding-top: 4px;
	padding-bottom: 4px;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #9a9a9a;
}