body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	background-color: #E9E4E2;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#holder {
	width:700px;
	/*height:100%;*/
	margin:0 auto;
	text-align:left;
	background-color: #D3C8AC;
	background-image: url(/images/background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	width:700px;
	height:193px;
	margin:0 auto;
	text-align:left;
	background-image: url(/images/top_image.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#footer {
	width:700px;
	height:80px;
	margin:0 auto;
	text-align:left;
}

#menu {
	position:relative;
	left:20px;
	top:140px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #af9c89;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
}

#footernav {
	position:relative;
	left:20px;
	top:40px;
	color: #716959;
}

#footernav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5044;
	font-size: 12px;
	text-decoration: none;
}

#footernav a:hover {
	color: #cc6704;
}

#content, td {
	width:700px;
	/*height:100%;*/
	position: relative;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #716959;
	font-size: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

.blocks {
	background-color: #dcd0b8;
	background-image: url(/images/blocks_background.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	padding: 20px;
	margin: 20px 10px 0px;
}

.imageblocks {
	padding: 0px;
	margin: 0px;
}

a {
	color: #cc6704;
	text-decoration: none;
}

a:hover {
	color: #cc6704;
}

#linkspage a {
	color: #716959;
	text-decoration: none;
}

#linkspage a:hover {
	color: #cc6704;
	text-decoration: none;
}

h2 a {
	color: #454545;
}