body {
{
	background-color: #E9D7AB;
	padding: 0;
	margin: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;	
	background-repeat: repeat-x;
	background-position: top;
	background-image: url("/images/bg_home_grad.jpg");	
}

#container
{
	top: 0;
	min-height: 599px;	
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/bg_homepage2.jpg);	
}

a:link {
	text-decoration: underline;
	color:#990000;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}