* {
	margin: 0; 
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ccccff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
}

#header2 {
	background-image: url(images/header2.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #FFFFFF;
}

#header {
	height: 235px;
}

#main_nav {
	background-image: url(images/nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/cw.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}


#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	color: #FFFFFF;
}

img.float_left {
	float: right;
}

img.revstar {
   float: right;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.header2, .copyright {
	margin: 0;
}

.rev1 {
	margin-left: 35px;
	margin-bottom: -15px;
}
.rev2 {

}

h1 {
	color: #FFFFFF;
	padding-top: 110px;
	padding-left: 130px;
	font-size: 3em;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #FFFFFF;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

h3 {
	background-image: url(images/sh1.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(images/sh2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

h5 {
	font-size: 1em;
	color: #000000;
	background-image: url(images/h5.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

#navcontainer ul {
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 18px 1em;
	height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	background-image: url(images/navright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/navhover.jpg);
	background-repeat: repeat-x;
}

A:visited {
	 color: #000000;
}

A:link {
	 color: #000000;
}
