/*
Welcome to Metal Graffiti's CSS */

/*control main elements*/
body {
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left; /* Hack for IE5/Win */
	font:0.9em Verdana, Arial, Sans-serif;
	color:#000;
	line-height:1.4em;
	}
	/*control selectors*/
p {
	padding:0px 10px;
	margin:10px;
	text-align:justify;
	}
h1 {
	font-size:1.5em;
	font-weight:normal;
	padding:0px 10px;
	margin: 10px;
	}
h2 {
	font-size:1.2em;
	font-weight:normal;
	padding:0px 10px;
	margin:0px 10px 10px 10px;
	}
h3 {
	font-size:1.1em;
	font-weight:normal;
	padding:0px 10px;
	margin:0px 10px 10px 10px;
	text-decoration:underline;
	}
h4 {
	font-size:1.0em;
	padding:0px 10px 0px 15px;
	margin:0px;
	}
h5 {
	font-size:1.0em;
	padding:3px 10px 0px 10px;
	margin:0px;
	color:#4F651A;
	}
h6 {
	font-size:0.8em;
	padding:3px;
	margin:0px;
	}
.small {
	font-size:0.8em;
	font-weight:bold;
	padding:20px 0px;
	margin:0px;
	text-align:center;
	}
#nav a:link {  color: #36C;
	text-decoration:none;
	}
#nav a:hover {  
	color: #FFF;
	text-decoration:none;
	background-color:#227b14;
	}
.left {
	width:210px;
	float:left;	
	margin:0px;
	}
.right {
	width:670px;
	float:right;		
	margin:0px;
	}
	/*control various divs*/
#container {
	width:900px;
	margin:0px auto;
	}
#header {
	width:900px;
	height:200px;
	margin:3px auto; /* Right and left margin widths set to "auto" */
	padding-bottom:0px;
	border:1px solid #039;
	}

#content {
	width:900px;
	margin:10px auto;
	padding:0px;
	background-color:#FFF;
	border:1px solid #039;
	}
.padding-left {
	margin:0px;
	padding-left:32px;
	}
.padding {
	margin:10px;
	}
/*control footer*/
#footer {
	width:900px;
	height:20px;
	margin:10px auto;
	border:1px solid #039;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	font-size: 0.7em;
	margin:0px;
	}
#footer h6 {
	font-size:0.7em;
	padding:5px;
	margin:0px;
	font-style:normal;
	}
/*control links*/
a:link {  color: #36C;
	text-decoration:underline;
	}
a:visited {  color: #36C;
	text-decoration:none;
	}
a:hover {  color: #909; 
	text-decoration:none;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
.float_l{
	float:left;
	margin:0px 10px 5px 20px;
	}
/*float right site*/
.float_r{
	float:right;
	margin:0px 20px 5px 10px;
	}
.float_r2{
	float:right;
	margin:15px;
	}
.border {
	border-left:1px solid #039;
	}
ul {
	margin-left:30px;
	padding:0px 10px;
	line-height:170%;
	list-style-image:url(images/bullet.gif);
	font-weight:bold;
	}
.clear {
	clear:both;
	}
.justify {
	text-align:justify;
	}
hr {
	border:1px dotted #EFF361;
	padding:0px;
	margin:0px auto;
	width:95%;
	}
.scroller {
	text-align:center;
	font-size:1.0em;
	padding:0px 10px 0px 10px;
	margin:0px;
	color:#4F651A;
	}
#pscroller2{
width: 850px;
height: 20px;
border: 0px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}
.red {
	color:#FF0000;
	font-size:0.8em;
	}