/* Gallery CSS */

body{
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 123px;
	text-align: center;
	background-color: #FCFCFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	}
	

A:link {text-decoration: underline; color: #973031;}
A:visited {text-decoration: underline; color: #973031;}
A:hover {text-decoration: none; color: #503605;}
A:active {text-decoration: underline; color: #973031;}

