body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	margin: 15px 15px 15px 15px;
	background-image: url(images/gradback.png);
	background-repeat: repeat-x;
	background-color: #8951F3;
	background-attachment: fixed;
}
#container {
	width: 920px;
	border: solid 1px #000000;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF
	}

h1 {
	text-align: center;
	font-family: georgia;
	font-size: 30px;
}
#nav {
	text-align: center;
}	
#nav a {
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	color: #000066;
	text-decoration: none;
}	
#nav a:hover, #nav a:focus {
	color: #00A54E;
	text-decoration: underline;
}	
#nav a:active {
	color: #FF0000;
	text-decoration: overline;
}
.mainimage {
	float: right;
	padding: 10px;
	margin: 15 15px 15px 15px;
}
ul li {
	list-style-image: url(images/redstar.gif);
	font-size: 18px;
}
#listlinks li {
	list-style-image: url(images/redcircle.gif);
}

h2 {
	font-family: tahoma;
	font-size: 24px;
	color: #000000;
}
p {
	line-height: 20px;
	text-align: center;
	margin: 10px 20px 10px 20px;
}