html{
background-image:url(images/background.jpg);
}

body{
font-family:Times New Roman;
}

#wrapper{
	width:965px;
	height:800px;
    background:#999;
    padding: 10px;
    position:relative;
    top:-10px;
    left:10%;
    
}

#nav{
	margin:0px 0px 15px;
	width:150px;
    border:1px solid #006699;
    height:200px;
    background:#333;
    padding: 10px;
}

#nav ul{
padding:0px 5px;
list-style:none;
margin: 0px 5px;
}
#nav li{
font-size:20px;
margin:10px;
text-align:right;
}

#nav a{
color:#6699cc;
}

#nav a:hover{
color:#99ccff;
}


#banner{
background-image:url(images/header.jpg);
width:750px;
height:219px;
position:relative;
border:1px solid #006699;
left:200px;
top:-235px;

}
#banner h2{
display:none;
}

#main{
font-size:15px;
	color:#006699;
	width:930px;
	height:500px;
    border:1px solid #006699;
    background:#ccc;
    padding: 10px;
    top:-200px;
    position:relative;
    overflow:auto;
    }
    
#main h1{
font-size:20pt;
}

#main p{
width:600px;
}

#main img{
border:1px solid #006699;
margin:0px 3px;
float:right;
}

#footer{
border-top:2px solid #006699;
font-size:11px;
width:315px;
height:85px;
background:#ccc;
padding:0px 5px;
}

#footer ul{
width:95px;
border-left:1px solid #006699;
float:left;
padding:0px 5px 0px 2px;
list-style:none;
}

#footer li{
width:85px;
}

#news{
height:550px;
width:300px;
background:#333;
height:400px;
left:650px;
top:-720px;
position:relative;
overflow:auto;
}

#news h1{
color:#006699;
margin:0px 15px;
border-bottom:2px solid #006699;
}

#news h3{
color:#e9e9e9;
margin:0px 15px;
}

#news p{
color:#666;
font-size:15px;
margin:0px 15px;

}