@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.9em;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}

.style8 {color: #CC6633; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style6 {	color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {	color: #FFCC00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style7 {	
line-height: 1.9em;
background: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 500;
color: #FFFFCC;

}


a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}


b{font-size: 110%;}
em{
	color: #FFFFCC;
}

#maincontainer{
width: 755px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 188px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#autoGlynDIV {
margin-top:20px;
width:120px;
font-size:9px;
image src="images/highdefwax.html"
}

#contentcolumn{
margin: 0 84px 0 137px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-top: 10px;
}

#leftcolumn{
float: left;
width: 137px; /*Width of left column in pixel*/
margin-left: -755px; /*Set margin to that of -(MainContainerWidth)*/
padding-top:10px;
}

#rightcolumn{
float: left;
width: 84px; /*Width of right column*/
margin-left: -84px; /*Set left margin to -(RightColumnWidth)*/
padding-top:10px;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
border-top: thin solid #FFFFCC;

}

#footer p{
color: #FFCC00;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

