body {
	background-color: #eee;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

a {
	color: #47838F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

#wrap {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 800px;
}

#header {
	background-color: #eee;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 125px;
}

#header h1 {
	color: black;
	font-size: 25px;
	font-weight: 100;
	letter-spacing: -2px;
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 23px;
}

#header h1 a {
	color: red;
	text-decoration: none;
}

#header h1 a:hover {
	border-bottom-color: #47838F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}

#header h2 {
	color: maroon;
	font-weight: 100;
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 0;
}

#header h3 {
	color: black;
	font-size: 14px;
	
	
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 1px;

	background-color: #eee;
	background-image: url(images/content.jpg);
	
	
}

#header h4 {
	color: black;
	font-size: 12px;
	
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 1px;

	background-color: #eee;
	background-image: url(images/content.jpg);
}

#menu {
	background-color: #eee;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #434343;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	text-decoration: none;
}

#menu ul li a:hover {
	background-image: url(images/menuover.png);
	background-repeat: repeat-x;
	color: #fff;
}

#bottom {
	background-color: #eee;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

#contentwrap {
	background-color: #3c4043;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 0;
}

#content {
	float: right;
	margin-top: 20px;
	width: 530px;
}

#content h2 {
	color: #1f1f1f;
	font-size: 17px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
}

#content p {
	color: #232323;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#content ul {
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 0;
}

#sidebar {
	background-color: #eee;
	float: left;
	margin-top: 20px;
	width: 200px;
}

#sidebar h3 {
	background-color: #D0DEE1;
	background-image: url(images/sidebarh3.jpg);
	background-repeat: no-repeat;
	color: #434343;
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0;
}

#sidebar p {
	color: #232323;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
}

#sidebar ul {
	margin: 0;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 10px;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 2px;
}

#footer {
	color: #111;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #111;
}

#footer a:hover {
	text-decoration: underline;
}