
* { outline:none; }
* { outline:none; }
img { border:none; }



body {
	background:#141414 url(bg.jpg) repeat fixed;
	padding:10px 0;
	color:#fff;
	font-family: "Georgia", "Century gothic", serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#ccc;
}


#container {
}


/* --- NAV MENU --- */





/* --- NEW CSS --------------------------------------------------------------------------------------------------------- */




/* --- MAIN FRAMES --- */

#mainFrame {
}
#mainBody {
	width:900px;
	background:#000;
	padding:20px;
	margin:0px auto;
	margin-bottom: 30px;
	overflow:auto;
}




	
/* --- INDEX TEMPLATE --- */

#indexBody {
	width:900px;
	background:url(back.png) repeat;
	padding:20px;
	margin:0px auto;
	margin-top:15%;
	margin-bottom: 30px;
	overflow:auto;
}

#indexRotate {
	float: left;
	width:100%;
	text-align:center;
	padding-bottom: 10px;
}

#indexTitle {
	clear:both;
	width:40%;
	float: left;
	text-align:left;
	color:#fff;
	font-size: 25px;	
	letter-spacing: -1px;
}

#indexSubTitle {
	width:60%;
	float: right;
	text-align:right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ff9;
	font-size: 12px;
		
}

#indexText {
	clear:both;
	width: 100%;
	float: left;
	padding-top:10px;
	text-align:left;
	color:#fff;
	font-size: 15px;
}

#indexFace {
	clear:both;
	padding-top: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ff9;
	font-size: 12px;
}

