@charset "utf-8";
/* CSS Document
Designed by Solstice Web*/

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/purplegradient.jpg);
	background-repeat: repeat-x;
}
#main {
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 987px;
	height: 627px;
	position: relative;
}
#mainhome {
	background-image: url(images/sample.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 987px;
	height: 627px;
	position: relative;
}
a img {/*makes all images that are links have no border*/
	border: none;
	text-align: center;
}

.fr {
float: right;
}

.fl {
float: left;
}

#menu {
	margin: 0px;
	width: 960px;
	height: 32px;
	padding: 10px;
	text-align: right;
	background: url(images/top_new_04_900.jpg) no-repeat;
	}


#menu ul, #menu li {
	display: inline;
	width: 900px;
	margin: 0px 5px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
}
#menu li a
{
text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
padding: 0px 0px 0px 10px;
}
#menu li a:hover
{
	color: #826794;
}
#menu ul li a.first {
	border-left: none;
	margin-left: 0;
	border-left: none;
padding: 0px; 
}
#content{
	top: 75px;
	width: 500px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	left: 371px;
	background-color: #826794;
	height: auto;
	padding: 20px;
}
a:link {
	color:#FFF
}
a:visited { color: #1c508c;}
a:hover {
	color: #9C9;
}
a:active{
	color: #FFF;
}
a.content:link { color:#1c508c }
a.content:visited { color: #1c508c;}
a.content:hover {
	color: #9C9;
}
a.content:active{
	color: #FFF;
}
.clear {
	clear: both;
}

