/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Crazyyyy creatives stylesheets at our kingdom at 
Janation Interactive (http://www.Janation.com)
Do you remember Nintendo 64 and playing Mario Cart 
and Donkey Kong ? well guess what
thats how much fun we have doing this shhhhhhhh.....
drop us a line at Spanky@Janation.com if you're going to
steal this code :)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#bg {
	width:100%;
	position:absolute;
	height:500px;
	top:0px;
	}
body {
	margin:0;
	padding:0;
	min-width: 850px;
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#86DAEE;
}


.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear_both {
	clear:both;
}

.hidden {
	display:none;
}

img {
	border:0px;
}

img.border1 {
	border: 1px solid #CFCFCF;
}
a.img, a.img:link, a.img:visited, a.img:active, a.img:hover, a.img:visited:hover {
	background: #fff;
}

span.black {
	color:#000;
}

span.bold_black {
	color:#000;
	font-weight:bold;
}

hr {
	border:none;
	height: 1px;
	background:#EBEBEB;
	margin-top:15px;
	margin-bottom:15px;
}

h1,
h2 {
	font-family: "Geneva", Arial, Helvetica;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 25px;
	color: #7E8083;
}
h2 {
	font-size: 15px;
	color: #FFA506;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		Links on the Site
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a,
a:visited {
	text-decoration:none;
	color:#86DAEE;
}
a:hover,
a:visited:hover {
	text-decoration:none;
	color:#111;
}
a:active, a:visited:active {
	background-color:#86DAEE;
}

