/***********************************************/
/* stylesheet.css                            */
/* Use with template stylesheet.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


html, body {
	background-color: #000000;
	margin: auto;
	padding: auto;
	height: 100%;
	min-height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat;
	overflow: auto;
}

a {
	color: #FF3300;
	text-decoration: underline;
}

a:hover {
	color:#F60;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	background-color: #333333;
	line-height: 16px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#contentHolder {
	width: 1000px;
	height: 600px;
	position:absolute;
	margin: auto;
	top:0px;
	bottom:0px;
	left: 0px;
	right: 0px;
}

#footer {
	color: #CCCCCC;
	font-size: 9px;
	height: 22px;
	text-align: center;
	line-height: 20px;
}




/***********************************************/
/* Classes                                     */
/***********************************************/


