/* CSS Document */

#Header{
	background-repeat: no-repeat;
	background-position: center;
	height: 351px; 
}

#Content{
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.h1{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.c1{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

.link a:active {color: #000000; text-decoration: none;}

.link a:visited {color: #000000; text-decoration: none;}

.link a:hover {color: #003366; text-decoration: underline;}

#Footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 134px;
}
