@charset "utf-8";

/* RESETS & BASIC PAGE SETUP */
* 		{ margin: 0px; padding: 0px; }
html 	{ overflow: -y scoll; }
body	{ font: 10px Verdana, Helvetica, sans-serif;
		  background: url(../images/bg.jpg) top center fixed #fd9400 no-repeat; }
ul 		{ list-style: none inside; }
p 		{ font-size: 10px; line-height: 1.2em; margin-bottom: 1.2em; text-align: left; }
a 		{ outline: none; text-decoration: none; font-size: 9px; line-height:1.3em; }
a img 	{ border: none; }
a:link, a:active, a:visited { color: #FFFFFF;}
a:hover { color: #000000;}
/* END RESET */

/* TOOLBOX */
.floatleft 	{ float: left; }
.floatright { float: right; }
.clear 		{ clear: both; }
/* END TOOLBOX */


/* STRUCTURE & STUFF */

h2 {
	color:#FE9900;
	font-size:12px;
	text-align: left;
	}

#page-wrap{
	width: 1024px;
	margin: 0px auto;
	height: 100%;
	text-align: center;
	}

#footer {
	padding: 5px 55px 30px 55px;
	font-size: x-small;
	color: #FFFFFF;
	}
	#footer a:link, a:active, a:visited { color: #FFFFFF;}
	#footer a:hover { text-decoration: underline;}
