@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html{
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#232323; /*FCB131;*/
	text-align:center;
	background-color:#ffffff;
	font-weight:lighter;
	height:100%;
}
body a{
	color:#232323;
	text-decoration:none;
}
body a:hover{
	color:#FCB131;
	text-decoration:none;
}
body a:visited{
	color:#232323;
	text-decoration:none;
}
#page_wrapper{
	width:100%;
	height:100%;
}
#page{
	font-size:1.2em;
}
#flash_wrapper{
	width:800px;
	margin:0 auto;
	border-left:solid 3px #ffffff;
	border-right:solid 3px #ffffff;
}
#header{
	width:800px;
	margin:0 auto;
}
#footer{
	padding-top:5px;
}
.footer{
	font-size:.8em;
	color:#c2c2c2;
}
.left{
	float:left;
	text-align:left;
	
}
.right{
	text-align:right;	
}
#footer .right{
	font-size:1.4em;
	margin:0 auto;
	width:800px;
	color:#FCB131;
}

#footer .right a, #footer .right a:hover, #footer .right a:visited{
	color:#FCB131;
}