/* CSS Document */
body{ 
	margin:0 0 0 0;
	background-color:#CCCC99;
}
#wrapper{
	margin-top:50px;
	width:670px;
	background-color:#503404;
	position: absolute;
	left: 40%;
	margin-left: -245px;	
	border-style:solid;
	border-width:15px;
	border-color:#FFFFFF;
}
#header{
	width:670px;
	height:90px;
	background-color:#503404;
}
img{ border-width:0px; 
}
#content{
	width:670px;
	height:310px;
	overflow: auto;	
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-width:1px;
}
#text{ 
	width:320px;
	margin-top:30px; 
	margin-left:300px;
}
#footer{ 
	padding-top:10px;
	padding-bottom:10px;
	height:20px;
	width:670px;
	background-color:#503404;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	line-height:20px;
}
p{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:1.4em;
	margin-top:0.5em;
	margin-bottom:0em;
	color:#FFFFFF;
}
h1{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
a{ 	
	color:#FFFFFF; text-decoration:none; 
}
a:hover{ 
	color:#CC9933; 
}

