body {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}
#main li {
	font-size: 11px;
	line-height: 17px;
}

#header {
	clear: both;
	width: 750px;
	color: #400080;
	font-family: "Lucida Sans";
	font-size: 18px;
	font-weight: bolder;
	background-position: left center;
	background-repeat: no-repeat;
	height: 200px;
}
#header h1 {
	font-size: 18px;
	padding-bottom: 0px;
	padding-top: 50px;
	padding-left: 200px;
}
#nav {
	height: 25px;
	width: 590px;
	margin-top: -60px;
	margin-left: 185px;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B58EDB;
	clear: both;
	width: 750px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding: 10px 0px 0px;
	margin-top: 20px;
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
#main a:link {
	color: #660000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
}

#main a:visited {
	color: #660000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
}
#main a:hover {
	color: #660000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
	background-color: #CCCCCC;
}
#main h1 {
	font-family: "Lucida Sans";
	font-size: 18px;
	font-weight: bold;
}

#nav li {
	list-style-type: none;
	display: inline;
	line-height: 25px;
	}		
#nav li a {
	text-decoration: none;
	color: #666666;
	padding: 3px 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	background-color: #f7f7fb;
	font-family: "Lucida Sans", Verdana, Sans-Serif;
	}
#nav li a:hover { background-color: #e6e6f2}
#nav li a.on { background-color: #961115; color: #C6C4C5; }
#footer a:link {
	color: #B58EDB;
	text-decoration: underline;
}
#footer a:visited {
	color: #B58EDB;
	text-decoration: underline;
}
#footer a:hover {
	color: #7E3EBF;
	text-decoration: underline;
	background-color: #CCCCCC;
}

