body
{
	font-family: verdana,tahoma;
	text-align: center;
	background: #E0EEEE url('/sitepics/smiley-background.gif') top left repeat;
	font-size: 10px;
	color: #a8a8a8;
}
#wrapper {
	width: 768px;
	margin: 20px auto;
	text-align: left;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;

	font-size: 12px;
	background: #fff;
	
	color: #111;
}

#logo {
	width: 768px;
	height: 102px;
	background: #fff url('/images/nice-banner.png') top left;
}

h1{
	color:#000000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin-bottom:15px;
	margin-top: 0;
	font-size:26px;
	/*color: #7c0000;*/
}

h2{
	color:#000000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin-bottom:15px;
	font-size:18px;
	margin-top: 5px;
	/*color: #7c0000;*/
}

#content {
	float: right;
	width: 570px;
	padding: 5px 5px 10px 0;
}

#nav {
	width: 170px;
	float: left;
	padding: 5px;
}

#nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:15px;
}

#nav li{
	border-bottom:1px dashed #EBE9ED;
	display:block;
	height:25px;
}

a { color: #a8a8a8; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }

#wrapper a {
	color: #7c0000;
	text-decoration: underline;
	font-weight: 800;
}

#wrapper a:hover {
	color: #7c0000;
	text-decoration: underline;
	/*text-decoration: none;*/
}