body {
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #000;
	}

html {
	background: white;
	}

#header  {
	margin: 0 auto;
	padding: 200px 0 0 0;
	background:  url(images/header.png) no-repeat center;
	}
	
#watermark {
	float: right;
	padding: 573px 0 0 0;
	}
	
#announce {
	margin: 0 auto;
	padding: 25px 10px 0 10px;
	font-family: Garamond, Times, "Times New Roman" serif;
	font-size: 30px;
	text-align: center;
	}

#content {
	margin: 40px auto;
	padding: 0;
	width:900px;
	height:1200px;
	border: 1px solid #780001;
	background: url(images/bg.gif) #ffffff right repeat-y;
	}

a:link {
	font-family: Garamond, Times, "Times New Roman" serif;
	color: #780001;
	text-decoration: underline;
	}

a:visited {
	font-family: Garamond, Times, "Times New Roman" serif;
	color: #780001;
	text-decoration: underline;
	}
  
a:hover {
	font-family: Garamond, Times, "Times New Roman" serif;
	color: #71675b;
	text-decoration: none;
	}

a:active {
	font-family: Garamond, Times, "Times New Roman" serif;
	color: #71675b;
	text-decoration: underline;
	}
	

