body {
	background-image: url(../images/bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	
}

#wrapper { 
	background: #cccccc;
	width: 800px; 
	height: auto;
	margin: auto;

	
}

#menu {
	margin: 5px 0px 20px 0px;
	
}

#text1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	color: #000;
	padding: 15px 0 5px 0;
	
}

#text4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	padding: 5px 0 25px 0;
	

}

#text3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #000;
	padding: 10px 25px 10px 25px;
	

/*Start of Link Styles*/
}

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

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

a:visited {
	text-decoration: none;
	color: #000;
/*End of Link Styles*/


}

#footer {
	background-color: #cccccc;
	background-position: center;
	font-size: 9px;
	width: 800px;
	border-top: solid;
	border-top-color:#000;
	border-top-width: 2px;

	
	