a {
	color: yellow;
	text-decoration: none;
	}
body {
	margin: 10px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: darkslategray;
	color: white;
}

body h1 {
	color: yellow;
	font-size: 38px;
}

#logo{
	width: 1176px;
	padding-left: 30px;
	padding-top: 0px;
	background: darkolivegreen;
	height: 90px;
	border-top: solid 5px white;
}

h1{
	width: 1176px;
}

#menu{
	width: 1207px;
	margin-top: 1px;
	border-bottom: solid 5px white;
	font-weight: bold;
}

#menu ul li{
	display: inline;
	list-style-type: none;
}

#menu ul li a{
	padding: 3px 3px;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 3px;
	font-weight: bold;
	color: yellow;
}

#menu ul li a:hover{
        color: orange;	
	background: -webkit-gradient(linear, left top, left bottom, from(darkolivegreen), to(darkslategray));	
	background: -moz-linear-gradient(top,  darkolivegreen,  darkslategray);
	background: linear-gradient(darkolivegreen, darkslategray);	
	-pie-background: linear-gradient(darkolivegreen darkslategray);
	background-color: darkolivegreen;
	padding: 3px 3px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}

#main-area {
	color: white;
	font-size: 16px;
}

#main-area h2 {
	font-size: 28px;
}

#main-area form textarea {
	background: lightdarkslategray;
	color: darkolivegreen;
	font-size: 16px;
}

#slideshow{
	float: right;
	position: relative;
	width:  600px;
	height: 600px;
}

#slideshow img{
	position: absolute;
	top: 0;
	left:0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active{
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active{
	z-index: 9;
}

#footer {
	background: darkolivegreen;
	float: left;
	width: 1187px;
	height: 90px;
	border-bottom: solid 5px white;
	margin: 0 auto;
	padding: 10px 10px;
	font-size: 16px;
}

#footer a:link{
	color: white;
	text-decoration: none;
}

#footer th{
	color: yellow;
}

#banner {
	background: silver;
	color: black;
	float: left;
	width: 1207px;
	height: 370px;
	border-bottom: solid 5px darkolivegreen;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 16px;
}

#banner a:link{ color: black;
                font-weight: bold; }
#banner a:visited { color: black; 
                    font-weight: bold; }
#banner a:hover { color: red; }

#banner th{
	color: black;
}
