/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Georgia;
	font-size: 12px;
	color: #656161;
	margin: 0;
	padding: 0;
	}
	
#sitecontainer {
	width: 100%;
	min-height: 100%;
	background-image: url(../img/swirl-bg.jpg);
	background-repeat: no-repeat;
	background-position: top-left;
	}
	
#top {
	width: 100%;
	height: 311px;
	background-color: #9A9865;
	text-align: center;
	margin-top: 50px;
	}
	
#bottom {
	margin-top: 30px;
	padding: 30px;
	Font-family: Arial, Georgia;
	font-size: 12px;
	color: #656161;
	text-align: center;
	line-height: 13px;
	}
	
H1 {
	Font-family: Arial, Verdana;
	font-size: 14px;
	color: #9A9865;
	}
	
H2 {
	font-size: Arial, Verdana;
	font-size: 18px;
	color: #797979;
	font-weight: normal;
	}

a {
	color: #9A9865;
	text-decoration: none;
	}
	
a:hover {
	color: #51502B;
	text-decoration: none;
	}