body { 	margin: 0px;
	padding: 0px;  
	background: #FFFFFF;
	font-family: Calibri, Arial, sans-serif;
	color: #333333;
}

#wrap { margin: 17px auto 0px auto;
	background: url(../images/center_bg.jpg) repeat-y left top;
  	width: 837px;
	text-align:left;
}

#wrap_top {
	padding: 1px 23px 0px 20px;
	background: url(../images/top_bg.jpg) top left no-repeat;
}

#wrap_bottom {
	padding: 0px 23px 20px 20px;
	background: url(../images/bottom_bg.jpg) bottom left no-repeat;
}

#header {
	width: 793px;
	height: 90px;
	background: #873FA2 url(../images/header_bg.jpg) top left no-repeat;
}

#header h1 {
	color: #FFFFFF;
	padding: 20px 0px 0px 25px;
	-text-align:center;
}

#menu {
	float:left;
	width: 100px;
	position: relative;
        padding: 10px;
}

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

#menu ul li a {
	color: purple;
	text-decoration: none;
	padding: 0 5px;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 673px;
	float: right;
}

#content #content_links {
        color: purple;
        font-size:85%;
}

#content #content_links a {
        color: purple;
        text-decoration: none;
}

#content #content_links a:hover{
        text-decoration: underline;
}

#content #content_links a.current{
        text-decoration: none;
        font-weight:bold;
}

#footer {
	width:793px;
	height: 91px;
	background: url(../images/footer_bg.jpg) bottom left no-repeat;
	color: #FFFFFF;
}

#footer #footer_links {
	float: left;
	width: 600px;
	padding: 60px 0 0 40px;
}

#footer #footer_links a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.clearer {
	clear: both;
}