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

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


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

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

a:hover {
	color:#F60;
}




/***********************************************/
/* 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                                     */
/***********************************************/


