body {
	background-color: #000000;
	background-image: url(images/back.jpg);
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0;

}

table {
	background-color: #CCCCCC;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	border-style: ridge;
	border-width: 5px;
	padding: 0px 0px 20px 0px;
}

#header {
	margin: 0px auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 290px;
	width: 366px;
}

#nav {
	color: #FFFF00;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	font-size: 1.2em;
	height: 50px;
	width: 900px;
	text-align: center;
	padding: 12px 0 0 0;
}

#nav ul {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	text-align: center;
}

#nav a:link {
	color: #FFFF00;
	background-color: transparent;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFF00;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover {
	color: #f42e71;
	background-color: transparent;
	text-decoration: underline;
}

#nav a:active {
	color: #FFFF00;
	background-color: transparent;
}

#main {
	color: #f42e71;
	background-repeat: no-repeat;
	text-align: center;
	height: auto;
	width: auto;
	margin: auto 20px;
}

#main ol {
	text-align: left;
	padding-left: 250px;
	font-size: 18px;


}

#main ul {
	text-align: left;
	margin-left: 175px;
	padding-right: 70px;
}

#main ul ul {
	text-align: left;
	margin-left: 0px;
}

#sidebar {
	margin: 5px auto;
	clear: right;
}

.title {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #f42e71;
	text-decoration: underline;
	font-size: 25px;


}
