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

body {
 margin: auto;
 padding: 0px 0px 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #CCCCCC;
 color:#000000;
 font-size:12px;
}

h1{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dashed #F5B70E;
	text-align:center;
	width:650px;
	background-position:center;
	}


a:link {
	color:#000000;
	text-decoration: none;
}   

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#F5B70E;
	text-decoration: none;
}  

 a:active {
	color:#000000;
	text-decoration: none;
} 

#container {
	width:800px;
	height:auto;
	border: 1px solid #000000;
	margin-top:10px;
	}
	
#content {
	width:800px;
	height:auto;
	background-image:url(images/repeater.jpg);
	display:block;
	}
	
#content span {
	width:650px;
	height:auto;
	text-align:justify;
	display:inline-block;
	}

	
#wrapper {
	width:500px;
	background-color:#B7CCE0;
	text-align:center;
	}
	
		
#header {
 width:800px;
 height:228px;
 text-align:center;
 background-image:url(images/header.jpg);
 display:block;
}

#header span {
	text-align:left;
	float:left;
	margin-top:158px;
	margin-left:50px;
	font-size:10px;
	display:inline-block;
	}

#footer {
 width:800px;
 height:105px;
 font-size:10px;
 background-image:url(images/footer.jpg);
 display:block;
}

#footer span {
width:700px;
height:auto;
font-size:10px;
display:inline-block;
border-top:1px dotted #F5B70E;
}
