@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	margin-top: 12px;
	margin-bottom: 12px;
}

ul.nav {
	list-style: none; /* this creates the space between the navigation on the content below */
	height: 1.8em; /*nav bar*/
	background-color: #999999;
	border-left: 10px #FFFFFF solid;/*nav bar L-Side 3D effect (0=no)*/
	border-bottom: 10px #000000 solid;
	padding-bottom: 2px;
}
ul.nav li {
	
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 3px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: #999999;
	color: #CCCCCC;
	float: left;
	border-right: 0px #999999 solid;
	width: 22%;
	font-weight: bold;
	border-bottom: 0px #000000 solid;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #EBEBEB;
	color: #000000;
	padding-bottom: 0px;
	padding-right: 3px;
}


#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #000000;
	clear: both;
	font-size: xx-small;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#logo {
	height: 180px;
	padding-bottom: 0px;
}
#nav {
	height: 28px;
}
#leftColumn {
	float: left;
	width: 370;
}
#rightColumn {
	float: right;
	width: 370px;
}
#Cactus1 {
}
