*{
	padding:0;
	margin:0;
}

div#wrapper{
 border:solid;
 border-width:3px;
 border-color:#336;
 border-style:outset;
 background-color:#333;
 width:760px;
 margin-left:15%;
 overflow:hidden;

}
div#headline{
    background-image:url(../images/banner10.jpg);
	background-repeat:no-repeat;
	height:160px;
}


body{
 color:#FFF;
 font-family:Arial; 
 background-color:#000;
}

body ul{
 margin-left:40px;
 margin-top:10px;
 margin-bottom:10px;
}
body ol{
 margin-left:40px;
 margin-top:20px;
 margin-bottom:20px;
}
body h2{
 margin-top:10px;
 margin-left:5px;
 margin-bottom:5px;
}
body h3{
 margin-left:5px;
 margin-bottom:15px;
}
body h4{
 margin-left:20px;
 margin-bottom:5px;
}

div#menu{
	background:#3b5269;
	border-top:.5em;
	border-top-style:outset;
	border-top-width:thick;
	border-top-color:#900;
	border-bottom:.5em;
	border-bottom-style:outset;
	border-bottom-width:thick;
	border-bottom-color:#900;
}
div#menu ul{
list-style:none;
}
div#menu ul li{
display:inline;
margin-left:.5em;
}
div#menu a{
text-decoration:none;
color:#fff;
font-size:12px;}


div#menu a:hover{
text-decoration:underline;
}
div#menu a:visited{
color:#f00;
}
#contenthome{
 background-repeat:no-repeat;
 text-align:center;
 }
#contenthome img{
padding:5px;
background-color:#000;
margin:5px;
}
 
 #contenthome p{
 font-family:Arial;
 font-size:30px;
 margin-top:20px;
 margin-left:20px;
 
}
#contenthome strong{
font-size:30px;
}
#content {
 background-repeat:no-repeat;
  font-family:Arial;
 font-size:14px;
 margin-top:20px;
 margin-left:200px;
 text-align:justify;
 width:500px;
 }
 #content h2{
 text-align:center;
 }

#content p{
 font-family:Arial;
 font-size:14px;
 margin-top:20px;
 margin-left:20px;
 text-align:justify;
 width:450px;
}
#content a{
color:#ff9;
}
#content img{
	margin-left:5px;
	margin-bottom:5px;
	}

#content ul{
 font-family:Arial;
 font-size:14px;
 padding-top:3px;
 padding-left:15px;
 text-align:justify;
 }
 #content address{
 padding-top:10px;
 margin-left:40px;
 padding-bottom:5px;
 }
#sidebar{
float:left;
position:static;
width:180px;
background:#fff;
border:medium;
border-color:#000;
border-style:solid;
color:#333;
overflow:visible;
}
#sidebar img{
margin-top:1em;
margin-right:.8em;
}

#sidebar p{
font-size:16px;
margin-top:20px;
margin-left:20px;
 }
 
#sidebar p strong{
font-size:20px;
margin-top:20px;
 }

#footer {
clear:left;
color:#666;
font-size:10px;
padding:1px;
background-color:#999;
border-top:thin;
border-top-style:solid;
border-top-color:#000;

    }




