﻿/* CSS layout */

html {
overflow: scroll;
} 
#wrapper {
	background-image: url('images/bg3.jpg');
	background-repeat: repeat-x;
}
#masthead {
	width: 680px;
	height: 104px;
	margin: 0 auto;
	background-image: url('images/top3.png');
}
#page_content {
	width: 680px;
	margin: 0 auto;

}
#bottom {
	width: 680px;
	height: 30px;
	margin: 0 auto;
	background-image: url('images/bottom2.jpg') top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

#subtxt {
	width: 680px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: justify;
}
#subtxt a {
	color: #FFFFFF;
	text-decoration: none;
}
#subtxt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
#footer {
	width: 680px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

