#sitelayout {
position:absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border:none;
	}

#brickfill {
	position:absolute;
	height: 100%;
	width: 100%;
	top: 374px;
	background-image:url(../images/bkgrnd.jpg);
	background-repeat:repeat-x;
}

body {
	background-color: #E1DACC;
	/*background-image:url(../images/index_04.jpg); */
	background-repeat: repeat-x;
}

body h3 {
	text-decoration:underline;
	font-size:120%;
	}

.topmenu a:link {
	font-size: 70%;
	color: #c3cdbc;
	text-decoration:none;
}

.topmenu a:visited {
	font-size: 70%;
	color: #c3cdbc;
	text-decoration:none;
}


.topmenu a:hover {
	font-size: 70%;
	color: #909C74;
}


.maintabmenu {font-size:80%;}

.maintabmenu a {
	color: #5D7434; 
	text-decoration:none;
}

.maintabmenu a:hover {
	color: #333333;
	text-decoration:underline;
	}

#footer
{
	position:absolute;
	left:256px;
	top:857px;
	width:491px;
	height:25px;
	z-index:1;
	font-family:"Times New Roman", Times, serif;
}

.footer {
	color: #777777;
	font-size: 10px;
	text-align:center;
	}
	
.footer a {
	text-decoration:none;
	color:#777777;
	}
	
.footer a:hover {
	text-decoration:underline;
	}
	
#content {
		position: relative;
		padding:5px 10px 0px 30px;
		color:#333333;
		font-size:75%;
		}
		
#content2 {
		position: relative;
		padding:5px 10px 0px 30px;
		color:#333333;
		font-size:75%;
		}
	
#vertmenu {
postion:relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
width: 160px;
padding: 25px 0px 0px 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #909C74;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #EAE5DB;
}

