body {
	margin:0;
	padding:0;
	text-align:center;
	font:1em Arial, Helvetica, sans-serif;
	background-image:url(pix/body_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.clear {
	clear:both;
}

#wrapper {
	width:857px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	width:100%;
	height:118px;
	background-image:url(pix/header_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#header h2 {
	margin:0;
	padding:10px 10px 0 20px;
	font-size:2.5em;
	font-weight:100;
	color:#003399;
}

#header h3 {
	margin:0;
	padding:0 0 0 20px;
	font-size:1.2em;
	font-weight:100;
	color:#666666;
}

#top-menu {
	border-top:3px solid #7a9683;
	width:100%;
}

#top-menu ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	background-color:#7a9683;
	float:right;
	height:23px;
}

#top-menu li {
	display:inline;
}

#top-menu a, #top-menu a:visited {
	color:#fff;
	text-decoration:none;
	padding:0 0 0 10px;
}

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

#left-content {
	width:250px;
	float:left;
	margin:10px 10px 10px 10px;
}

#left-content ul {
	list-style:none;
	padding:0;
	margin:5px 0 0 10px; 
	font-style:italic;
	width:200px;
}

#left-content ul li {
	padding:5px 0 5px 0;
	border-bottom:1px solid #666666;
}

#left-content ul li li {
	border-bottom:none;
	padding-left:30px;
	background-image:url(pix/li_li_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#left-content ul li a, #left-content ul li a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
} 

#left-content ul li a:hover {
	color:#000;
}

#search_form {
	margin-left:10px;
}

#center-content {
	width:560px;
	float:left;
	line-height:20px;
	margin:10px 0 10px 0;
	font-size:12px;
}

#center-content h1 {
	font-size:22px;
	font-weight:100;
	color:#003399;
}

#center-content h2 {
	margin:0;
	padding:10px 0 15px 0;
	font-size:18px;
	font-weight:100;
	color:#666666;
}

#center-content h3 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

#center-content img {
	margin:13px;
	border:1px solid #000;
}

#center-content a, #center-content a:visited {
	color:#000000;
	text-decoration:underline;
}

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

#footer {
	border-top:3px solid #7a9683;
	width:100%;
	font-size:13px;
	padding-top:10px;
}

#footer a, #footer a:visited {
	color:#003333;
	padding:10px;
}