@charset "utf-8";

/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c5abe9;
}
a {
	color:#6600FF;
}
h1 {
	color:#8664b3;
}
h2 {
	color:#8664b3;
}
h3 {
	color:#8664b3;
	font-size:12px;
	font-style:oblique;
}
h4 {
	font-style:italic;
	font-size:14px;
}

h5 {
	font-size:10px;
}
#all {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width:800px;
	}
#header {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width:800px;
	height:210px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width:600px;
	float:right;
	padding-right:20px;
}
#sidebar {
	width:173px;
	height:296px;
	float:left;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	width:779px;
	height:157px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#navlist a {
	display: block;
	color: #07010f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bolder;
	padding-left: 20px;
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: underline;
}
#active a {
	color: #543e72;
	text-decoration: underline;
}

#foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

