/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #716E65;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, serif;
	color: #3399ff;
}
a {
	font-weight: bold;
	color: #33CCFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}


/************* HEADER STUFF ************/

#header {
	width: 760px;
	height: 160px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFBFD;
	background-image: url(images/CIMG0318_crop2_flip.JPG);
	background-repeat: no-repeat;
	position: relative;
}

#header h1 {
	color: #000000;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#header h2 {
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	float: left;
	background-image: url(images/geovis_logo1_75x145.gif);
	height: 75px;
	width: 145px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: left;
}

#title {
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	width: auto;
	padding: 0px;
}

#stylemenu {
	float: left;
	clear: left;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

/************* MENU ************/

#menu {
	width: 760px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #666666;
}

/************* CONTENT ************/

#content {
	width: 760px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 469px;
	padding: 5px 20px 0px 20px;
	background-color: #FFFFFF;
	height:540px;
}

#right {
	float: right;
	width: 210px;
	padding: 5px 20px 0px 20px;
	color: #99CCFF;
	background-color: #000000;
	height:540px;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 100%;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	color: #333333;
}
