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

a {
	color: #666666;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

#wrap { 
width: 800px;
margin: 20px auto;
}

#header {
height: 150px;
background: url(images/header.jpg) no-repeat;
}
#header h1 {
margin: 0;
padding: 60px 0 0 60px;
font-weight: 100;
font-size: 22px;
letter-spacing: -1px;
color: #fff;
}
#header h1 a { text-decoration: none; color: #5c052e; }
#header h1 a:hover { text-decoration: none; color: #fff; }

#header h2 { color: #eee; font-size: 15px; font-weight: 100; padding: 0 0 0 60px; }

#menu {
background: url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
text-transform: uppercase;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: 100;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#menubottom { background: url(images/menubottom.jpg) no-repeat; padding: 5px 0; }

#contentwrap {
background: url(images/content.jpg) repeat-y;
padding: 0 40px;
}

#content {
	float: right;
	width: 500px;
	margin-top: 20px;
	text-align: left;
}
#content h2 {
	margin: 0;
	color: #333333;
	line-height: 30px;
	font-size: 17px;
	font-weight: 100;
	text-align: left;
}

#content p {
	padding: 0 0 10px 0;
	color: #666;
	text-align: left;
}
#content ul {
	padding: 0 20px 10px 30px;
	text-align: left;
}

#sidebar {
	margin-top: 20px;
	float: left;
	width: 200px;
	text-align: justify;
}

#sidebar h3 {
	margin: 0;
	background: url(images/sidebarh3.jpg) no-repeat;
	height: 40px;
	line-height: 30px;
	color: #666;
	font-size: 12px;
	font-weight: 100;
	padding-left: 10px;
	text-transform: uppercase;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
	padding: 10px 0 25px 20px;
	margin: 0;
	list-style-type: none;
	color: #666666;
}

#sidebar ul li {
background: url(images/bullet.png) no-repeat center left;
padding: 2px 0 2px 22px;
margin: 0;
}

#footer {
	text-transform: uppercase;
	text-align: center;
	color: #666;
	font-size: 12px;
	background: url(images/footer.jpg) no-repeat;
	height: 110px;
	line-height: 110px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
#wrap #contentwrap #content iframe {
	text-align: center;
}
