@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
a img {border:none;}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:2.2em;
	}
	
p,ul {
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;

	}
	

h1 {
	font-size:1.0em;
	color: #333333;
	font-weight:bolder;
	line-height:1.5em;
	}
	
hr {
	color:#262505;
	border: none 0;
	border-top: 1px dashed #000;
	height: 1px;
	} 



#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:880px;
	height:670px;
	}	
	
#flash {
	float:left;
	position:relative;
	margin-right:50px;
	}
	
#footer {
	height:30px;
	clear:both;
	text-align:left;
	padding-left:55px;
	font-size:90%;
	}
	
.flash {
	}
	
.bold {
	font-weight:bold;
	font-size:120%;
	}