/* Layout Stylesheet */ 


html, body {
	margin: 0px;
	background-color: #333333;
	background-image: url(../bg/sflake1.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}


#main {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-weight: bold;
	}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.bb {
	font-family: "Courier New", Courier, monospace;
	color:#FF9900;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
}

.gri{
	font-family: Tahoma; color:#ccc; font-size: 12px;}
	
.red{
	font-family: Tahoma;
	color:#FF0033;
	font-size: 14px;
	font-weight: bold;
}
	
	
#footer {
	text-align: center;
	font-size: 14px;
	color: #333333;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	font-family: "Courier New", Courier, monospace;
}
#wrap {
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 5px double #696969;
}
