/* CSS Document */


body {
	margin:0;
	text-align:center;
	font-size: 10px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	color: #999;
	}

#bodywrap {
	position:relative;
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
	
#header {
	position:relative;
	width:650px;
	height:225px;
	margin-left:25px;
	margin-bottom:25px;
	background-image:url(/rotate.php);
}

#footer {
	position:relative;
	width:675px;
	height:100px;
	margin-left:25px;
	margin-bottom:25px;
}

.sects {
	position: relative;
	width: 675px;
	padding:0;
	margin-left: 25px;
	margin-right:0;
	margin-bottom: 50px;
	overflow: hidden;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12.5px;
}

.intro {
	width:650px;
	margin-bottom:20px;
	text-align:justify;
	font-family:"News Gothic Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:24px;
	font-weight:bold;
}

h1 {
	font-family:"News Gothic Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	color:black;
	font-size:20px;
	font-weight:bold;
	display:inline;
}

h2 {
	font-family:"News Gothic Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	display:inline;
}

hr {
	border:0;
	border-top:1px solid #666;
	}


p {
 margin-top:0;
 }
 
img {
	border:none;
	}
 
a {
	color:#f74600;
	
}


.list3col {
	float:left;
	display:inline;
	width:200px;
	padding:0;
	margin:0;
	margin-right:25px;
	list-style:none;
	list-style-type:none;
}

.list3col li {
	list-style:none;
	color:black;
	line-height:16px;
	
}

dl {
	position:relative;
	width:650px;
	overflow:hidden;
	margin-top:0;
	margin-bottom:20px;
	line-height:16px;
}

dt {
	float:left;
	width:200px;

}

dd {
	width:425px;
	margin-left:225px;
	
}

.ouch {
	color:red;
}

.newitem {
	color: #00CC00;
	font-style: italic;
}

.elistbutton {
	color:#FFFFFF;
	background-color:#00CC00;
	margin-bottom:8px;
	margin-left:3px;
	}
	
.elistbox {
	color:#006600;
	margin-bottom:8px;
	}

