/* Default Stylesheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup,
table, tbody, tfoot, thead, tr, th, td, 
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #aacd9e;
	font-family:Tahoma,Trebuchet MS,"Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	line-height: 20px;
	
	}

												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

a {
	color:#fff710;
	background-color: inherit;
	text-decoration: none !important;
	}
	
	a:hover 	{ color: #ffffff; background: inherit;text-decoration:underline !important; }
	a:active 	{ color: #ffffff; background: inherit; }

															/** BODY ELEMENTS **/
body {
	text-align: center;
	padding-top: 30px !important;
	background-color:#000000 !important;
	}

																/** MAIN CONTAINERS **/
div#container {

	margin: 0 auto;
	text-align: left;
	
	
	
	}

	
			
	div#footer {
		margin: 0px auto;
		width:792px;
		}

		div#footer-in {
			margin: 0px auto;
			
			width:792px;		
			font-size:11px;
			color:#57ff1b;
			text-align:right;
			float:right;

			}

	    	div#footer-in  a {
				color:#57ff1b;
				font-family:tahoma;
				font-size:11px;
				text-decoration:none;
			}	
	
		
				
