*{
margin:0px;
padding:0px;
}
body{
font-family:calibri,arial,helvetica,sans-serif;
background-color:#40c300;
background-image:url('../images/background.jpg');
background-repeat:repeat-x;
}
div#container{
width:980px;
margin:10px auto 10px auto;
border:1px solid #474747;
background-color:#ffffff;
}
div#header{
width:980px;
height:270px;
background-image:url('../images/header.jpg');
background-repeat:no-repeat;
}
div#menu{
text-align:center;
}
div#menu ul{
list-style-type:none;
margin:10px;
}
div#menu ul li{
display:inline;
margin:0px 10px 0px 10px;
}
div#menu ul li a{
text-decoration:none;
color:#474747;
font-size:16px;
}
div#menu ul li a:hover{
text-decoration:underline;
color:#000000;
}
div#menu hr{
color:#474747;
border-top:1px solid #474747;
height:1px;
margin:0px 80px 0px 80px;
}
div#body h1{
font-size:26px;
color:#474747;
margin:5px 80px 5px 80px;
}
div#body h2{
font-size:22px;
color:#474747;
margin:5px 80px 5px 80px;
}
div#body p{
font-size:14px;
color:#474747;
margin:0px 80px 0px 80px;
}
div#footer{
text-align:center;
}
div#footer p{
color:#474747;
margin:10px 0px 10px 0px;
font-size:12px;
}
div#footer a{
text-decoration:underline;
color:#474747;
}
div#footer a:hover{
text-decoration:none;
color:#000000;
}
div#photos{
width:840px;
margin:0px 70px 0px 70px;
}
div.photo{
margin:10px;
width:189px;
height:144px;
background-color:#f0f0f0;
border-bottom:1px solid #eaeaea;
border-right:1px solid #eaeaea;
float:left;
}
div.clearer{
width:100%;
height:0px;
line-height:0px;
clear:both;
}
div.photo img{
margin:8px;
border:0px;
}
div#body ul{
margin:0px 0px 0px 100px;
}
div#body ul li p{
margin:0px;
}