/*
Welcome to Metal Graffiti's CSS */

/*control main elements*/
body {
background-image:url(images/bg.jpg);
background-position:center;
background-repeat:no-repeat;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:0.9em Arial, Helvetica, 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;
	color:#000;
	padding:0px 10px;
	margin:0px 10px 10px 10px;
	}
h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#89823e;
	padding:0px;
	margin:0px;
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:0px 10px 0px 15px;
	margin:0px;
	}
h4 {
	font-size:1.0em;
	padding:0px 10px 0px 15px;
	margin:0px;
	}
h5 {
	font-size:0.9em;
	padding:0px 10px 0px 10px;
	margin:0px;
	}
h6 {
	font-size:0.7em;
	padding:5px 10px;
	margin:0px;
	position:relative;
	top:25px;
	font-style:normal;
	}
#nav {
	background-image:url(images/content.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 900px;
	margin:0px;
	}
#nav p {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:1.1em;
	color:#DDD;
	font-weight:bold;
	position:relative;
	left:45px;
	}
.left {
	width:210px;
	float:left;	
	margin:0px;
	}
.right {
	width:670px;
	float:right;		
	margin:0px;
	}
	/*control various divs*/
#header {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding-bottom:0px;
	}
#container {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	}
#stream1 {
	width: 850px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding:10px;
	text-align:left;
	}
#stream {
	background-image:url(images/content.png);
	background-position:center;
	background-repeat:repeat;
	width: 900px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	padding:0px;
	}
.padding {
	margin:0px;
	padding-top:15px;
	}
.padding2 {
	margin:10px;
	border:2px solid #FFF;
	}
/*control footer*/
#footer {
	background-image:url(images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	width:900px;
	height:75px;
	margin:0px auto;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding-top:0px;
	font-size: 0.77em;
	line-height:1.1em;
	}
/*control links*/
a:link {  color: #DDD;
	font-weight:bold;
	text-decoration:underline;
	}
a:visited {  color: #DDD;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {  color: #EFF360; 
	text-decoration:none;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
#nav a:link {  color: #DDD;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:visited {
	font-weight:bold;
	color: #DDD;
	text-decoration:none;
	}
#nav a:hover {  color: #EFF360; 
	text-decoration:underline;
	}
#nav a:active {  color: #EFF360; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
.image_float{
	float:left;
	margin:0px;
	}
/*float right site*/
.site_float_r{
	float:right;
	margin:15px 5px 0px 15px;
	}
.float_r{
	float:right;
	margin:15px;
	}
.border {
	border:1px solid #89823e;
	margin:5px 2px;
	}
ul {
	margin-left:50px;
	padding:0 10px;
	line-height:140%;
	list-style-image:url(images/bullet.gif);
	}
.clear {
	clear:both;
	}
.justify {
	text-align:justify;
	}
hr {
	border:1px dotted #EFF361;
	padding:0px;
	margin:0px auto;
	width:95%;
	}
