@charset "UTF-8";
/* CSS Document */

body {
	background-color: #363636;
	margin: 0;
	padding: 0px;
        
}

td {
	vertical-align: top;
    text-align: left;
	color: #FFFFFF;
	align: left;
	font-family: Helvetica, Arial, Calibri, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
	

h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #00fff6;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0;
	padding-top: 0px;
}

h2{font-size: 14px; color: #454545; font-weight: bold; font-style: normal; text-decoration: none; margin-bottom: 0; padding-bottom: 0; }




a:link { color: #00fff6 ; font-weight: bold; text-decoration: none; }
a:visited { color: #00fff6; font-weight: bold; text-decoration: none; }
a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a:active { color: #000000 }


/*MENU BAR*/
#menu {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	clear : both;
	width : 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul {
	float : left;
	width : 100%;
	padding-left : 0px;
	background : #00fff6;
	margin: 0px;
	padding-bottom: 0;
}
#menu ul li { 
	vertical-align: middle; display : inline; }
#menu ul li a {
	float : left;
	color : #363636;
	text-decoration : none;
	padding-right: 20px;
	padding-top: 35px;
	padding-left: 0px;
	
}
#menu ul li a:hover {
	color : #ffffff;
}


/* WHAT'S HAPPENING */


#footer {
	color: #CCC;
	font-size: 9px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: normal;
	text-align: right;
	width : 100%;
	vertical-align: bottom;
}
#footer a { color: white; font-weight: bold; text-decoration: none;}