/* CSS Document */

#wrapper {
	background-color: #7654DB;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
}
#banner {
	width: 800px;
	background:  url(assets/banner.jpg) no-repeat left top;
	height: 210px;
	float: left;
	padding-bottom: 0px;
}
#frame {
	margin-left: 20px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482505;

}
#columnMain {
	float: right;
	width: 470px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
		background-image: url(assets/leaf.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}
#columnLeft {
	float: left;
	width: 277px;
	height: 620px;

}

#columnLeft2 {
	float: left;
	width: 277px;
	height: 1050px;

}

#navsite h5 {
	display: none;
	background-color: #B2A59F;
}
#navsite ul {
	padding: 5px;
	margin-top: 8px;
	margin-left: 0px;
	border-bottom: 1px solid #778;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #482505;
	word-spacing: .5em;
	text-transform: capitalize;
	background-color: #FFCC01;
}
#navsite ul li {
list-style: none;
margin: 0;

display: inline;
}
#navsite ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border-right: 1px solid #778;
border-bottom: none;
background: #FFCC01;
text-decoration: none;
padding-top: 8px;
}
#navsite ul li a:link{
color: #482505;
}
#navsite ul li a:hover{
color: #000000;
}
#navsite ul li a:visited {
color: #482505;
}
#navsite ul li, #navsite ul li a:visited:hover {
color: #000000;
background: #FFCC01;
border-color: #227;
}
#navsite ul li a#current {
background: white;
border-bottom: 1px solid white;
}

#text ul {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	}
	#text ul li a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #5A5B5D;
	}
#text ul li a:link {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #7D8765;
	}
	
	#text ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000000;
	}

#bottom_links {
	padding: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #778;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	word-spacing: .5em;
	text-transform: uppercase;
	background-color: #312F20;
	}
#bottom_links a {
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;
background: #312F20;
text-decoration: none;
}
#bottom_links a:link{
color: #ffffff;
}
#bottom_links a:hover{
color: #7D8765;
}
#bottom_links a:visited {
color: #ffffff;
}
#bottom_links a:visited:hover {
color: #BBB39E;
background: #312F20;
border-color: #227;
}
#headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3300CC;
	text-transform: uppercase;
}
