
html, body {
	background-image:url(../images/bg-error.png);
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	height: 100%;
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#layout {	
	background-color: #ffffff;
	height:800px;
	width: 800px;
	text-align:left;	
	position: relative;
	border-left: 10px solid #e0e0d6;
	border-right: 10px solid #e0e0d6;
	padding: 20px 20px 20px 20px;
}

#top {
	font-size: 16px;
	width: 100%;
}


#top H1{	
	 font-size: 20pt;
	 font-weight: normal;
	 margin: 0 0 10px 0;
	 
}

#top IMG {
	float: left;
	margin: 0 5px 0 0;
}

#top a:link, a:visited {
	color:#5b8802;
	text-decoration: underline;
}


.banner {
	text-align: center;
	margin: 0 0 20px 0;	
}

.banner IMG {
	
}

#content {
	margin: 20px 0 30px 0;
	font-size: 16px;
	text-align:left;
}


#footer {
	margin: 10px 0 10px 0;
	vertical-align: text-top;
}

#footer IMG {
	float: left;
}

