body { 
font-family: Tahoma, Arial, sans-serif; 
line-height: 1.4;
font-size: 12px;
background: #fff url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
}

a { color: #336699; text-decoration: none;}
a:hover {
	text-decoration: underline;
	font-family: Tahoma, Arial, sans-serif;
}
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

#wrap { 
width: 800px;
margin: 0 auto 20px auto;
}

#header {
	height: 110px;
	text-align: center;
}
#header h1 {
margin: 0;
padding: 40px 0 0 20px;
font-weight: 100;
font-size: 22px;
letter-spacing: -1px;
color: #fff;
}
#header h1 a { text-decoration: none; color: #F9F7ED; }
#header h1 a:hover { text-decoration: none; color: #fff; }

#header h2 { color: #eee; font-size: 15px; font-weight: 100; padding: 0 0 0 20px; }

#menu {
background: url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
text-transform: uppercase;
}

#top { background: url(images/top.png) no-repeat; padding: 10px 0; }
#bottom { background: url(images/bottom.png) no-repeat; padding: 10px 0; }


#contentwrap {
background: url(images/content.png) repeat-y;
padding: 0 30px;
}

#content {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#content h2 {
margin: 0;
color: #1f1f1f;
line-height: 30px;
font-size: 17px;
font-weight: 100;
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
	margin-top: 10px;
	float: right;
	width: 100%;
	background: #F9F7ED;
	border-bottom: 5px solid #FFE25F;
}

#sidebar h3 {
margin: 0;
background: #24602A;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 12px;
font-weight: 100;
padding-left: 10px;
text-transform: uppercase;
border-top: 1px solid #2fbf3c;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 25px 20px;
margin: 0;
list-style-type: none;
}

#sidebar ul li {
	background: url(images/bullet.png) no-repeat center left;
	padding: 2px 0 2px 22px;
	margin: 0;
	font-size: 12px;
}

#footer { 
text-transform: uppercase;
text-align: center;
color: #111;
font-size: 12px;
background: url(images/footer.jpg) no-repeat;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #111; }
#footer a:hover { text-decoration: underline; }
