* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font:100%;
	color: #000;
	background-color: #FFF;
}

h1 {
	font-size:300%;
	font-weight:normal;
}

h2 {
	font-size:110%;
	font-weight:normal;
}


#wrapper{
font-family: Geneva, Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-left: auto;
margin-right:auto;
width:900px;
border-bottom: #999999 solid 1px;
background: url(../background%20image.jpg) no-repeat bottom left;
height:550px;
}

#banner{
margin-left:150px;
height:60px;
width:750px;
border-bottom:#CCC 1px solid;
color: #9EAFBE;
}

#title{
float:left;
}

#menu{
float:right;
word-spacing:18px;
padding-top:28px;
}

#menu a{
text-decoration: none;
color: #9EAFBE;
}

#content{
margin-left:250px;
padding-top:20px;
font-size:90%;
}


#footer{
margin-left: auto;
margin-right:auto;
width:900px;
font-size: 70%;
text-align:right;
color: #666666;
margin-bottom:10px;
}

#footer a{
text-decoration: none;
color: #666666;
}

input {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}

textarea {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}

.image {float:right}	