/* CSS Document */


#wrapper {
	border:none;
	margin:auto;
	width: 830px;
	background-color: #B74F2A;
	text-align:left;
	background-image: url(images/test/wall.jpg);
	background-repeat:repeat;
	}
	
#masthead {
	padding:0px;
	background-color:#B74F2A;
	border:none;
	width:830px;
	height:140px;
	}
	
body {
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFFEE9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	
	}
	
#navcolumn {
	width:120px;
	margin-left:0px;
	background-color:#CC3333;
	text-align:left;
	float:left;
	padding: 5px;
	}
	
#textcolumn {
	width:390px;
	margin-left:0px;
	background-color:#009966;
	padding: 5px;
	float:left;
	height: 300px;
	}		

#piccolumn {
	width:300px;
	margin-left:530px;
	background-color:#333366;
	padding:0px;
	float:inherit;
	}

#footer {
	width:auto;
	margin:0px;
	border:none;
	background-color:#FFCC33;
	text-align:center;
	padding: 5px;
	}

.floatright {
	float:right;
	padding-left:5px;
	padding-right:5px;
	}
	
a:link {
	color:#4A6329;
	text-decoration: none;
	font-weight:bold;
	}
		
a:visited {
	color:#4A6329;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#F8931C;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}	

.subheadings {
	{font-size: 14px; font-weight: bold; color: #F8931C; }
	
	
.logo {
	left: 15px;
	top: 50px;
	position:absolute;
	z-index:3;
	float:left;
	}	