* {
	margin: 0;
	padding: 0;
}

body {
 
background: gray;
font-family: "Monotype Corsiva",
             Cambria,
             "Hoefler Text",
             Utopia,
             "Liberation Serif",
             "Nimbus Roman No9 L",
             Times,
             "Times New Roman";

font-size: 17px;
line-height: 17px;
color:  black;

}
	
a {
text-decoration: none;
color: blue;
}
a:hover {

text-decoration: none;
color: red;
}

#wrap {

margin: 40px auto;
width: 800px;
}

#header {
	height: 120px;
	line-height: normal;
	background: black url(images/banner.jpg) no-repeat center;
	border:1px solid white;
}

#nav {
margin:0;
padding:0;
background:gray 0 0 repeat-x;
float:left;
width: 800px;
 }
 
#nav li {
display:inline;
padding:0;
margin:0;
}

#nav a:link,
#nav a:visited {
color:black;
background:gray 0 0 repeat-x;
padding:17px 5px 5px 5px;
float:left;
width:auto;
text-decoration:none;
text-shadow: 2px 2px 2px black;
}

#nav li:first-child a {
border-left:0px;
}

#nav a:hover {
color:#fff;
background:blue 0 0 repeat-x;
}

#maintext {
margin-top: 10px;
float: center;
background: silver;
text-align: left;
padding: 10px;
}

#maintext h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}

#footer {
	background: gray;
	font-size: 15px;
	color: orange;
	text-align: center;
	margin-top: 25px;
	padding: 5px 0;
}