@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
}
body {
	
}
#wrapper {
	width:800px;
	margin:25px auto;
	padding:0 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#351038;
	background-color:#ffffff;
}
#navbar {
	margin:15px 0 35px 0;
}
#navbar a, #content a {
	color:#351038;
	text-decoration:none;
	font-weight:bold;
}
#navbar a:hover, #content a:hover {
	color:#4A5317;
	border-bottom:1px dotted #4A5317;
}
#navbar a.active {
	color:#9BA94E;
	border-bottom:1px dotted #9BA94E;
}
#content a {
	margin-top:10px;
}
#content {
	border-left:1px solid #efefef;
	padding:10px;
}
.thanks {
	background-image:url(images/thanks_bkgrd.gif);
	background-repeat:no-repeat;
	background-position:bottom; 
}
.error {
	color:#C00;
	font-weight:bold;
	font-style:italic;
}