body {
	text-align: 			center;						 	/* Hack for IE5/Win */
	font-family: 			"Gill Sans MT", "Trebuchet MS", Verdana, sans-serif;
	font-color: 			#3D3D3D;
	margin-top: 			30px;
	margin-right: 			0px;
	margin-bottom: 			5px;
	margin-left: 			0px;
	background-color: 		#FFFFFF;
	background-repeat: 		no-repeat;
	background-position: 	center 1px;
	font-size: 				100%;
	background-attachment: fixed;
	background-image: url(../images/wrapper/background1b.png);
	}
	
#wrapper {
	width:					640px;
	margin:					0px auto; 					/* Right and left margin widths set to "auto" */
	text-align:				left;
	border: thick solid #d3d3d3;
	}
#topnav {
	width: 					640px;
	background-color:		#FFFFFF;
	text-align: right;
	float: right;
	font-size: 12px;
}

#masthead {												/* top of page*/
	width: 					640px;
	background-color:		#FFFFFF;
	text-align: 			center;
	height: 135;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 100px;
	}	 
	 
	    
#main {													/* main content holder */
	float: 					left;
	width: 					640px;
	background-color:		#FFFFFF;
	text-align: left;
}


#footer {
	clear: 					both;
	border-top-width: 		thick;
	border-top-style: 		solid;
	border-top-color: 		#ECE9D8;
	background-color:		#FFFFFF;
	font-size: 0.75em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	text-align: center;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#footer a:link {
	color: 					#F58025;
	text-decoration: 		none;
	border-bottom: 			#65459A;
	border-width: 			0px 0px 1px 0px;
	border-style: 			none none dotted none;
}


#footer a:visited {
	color: 					#0095d3;
	text-decoration: 		none;
}

#footer a:hover {
	color: 					#333333;
	background-color: 		#FFFF00;
	text-decoration: 		none;
}

a:link {
	text-decoration: 		none;
}

a:visited {
	text-decoration: 		none;
}

a:hover {
	text-decoration: 		none;
}
.info {
	font-family: "Gill Sans MT", "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
	margin-left: 12px;
}

.smalltext {
	font-size: 12px;
	margin: 12px;
}
