

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html 
{
	min-height: 100%;
	margin-bottom: 10px;
}

/* ### BODY ###################################################################### */
body 
{
	color: #E2B624;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer 
{
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:10;
	visibility:hidden;
}

.clear 
{
	clear:both;
}




.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content 
{
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:99%;
}



/* ### Content #################################################################### */


#content 
{
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content 
{
	height:1px;
}
/* end hide */


#main-content {}

#main 
{
	float:left;
	width:99%;
}


/* ### main-block => MainContent ################################################### */

#main-block 
{
	margin-left: auto;
	margin-right: auto;
	float:none;
	width:98%;
	color: #000000;
}


#main-content-block 
{
	padding:0px;
	display:block;
}


/* ### Footer ###################################################################### */

#footer 
{
	display:block;
	width:92%;
}

#footer p 
{
	padding: 20px 0;
	color:#dddddd;
	background:inherit;
}

#footer p a,
#footer p a:link 
{
	color:#ffffff;
	text-decoration: none;
	background:inherit;
}

#footer p a:hover 
{
	color:#ffffff;
	text-decoration: underline;
	background:inherit;
}