@charset "utf-8";

body{
background-color:#5a5a5a;
}

#container{
margin-right:auto;
margin-left:auto;
width:699px;
border:2px solid #000000;
}
#header{
border-bottom:2px solid #000000;
background-image:url(images/header.jpg);
width:699px;
height:436px;
}
#links{
background-color:#b0fcb4; 
width:699px;
height:40px;
border-bottom:2px solid #000000;
}

#links p,a:link, #links a:visited, #links a:hover, #links a:active{
color:black;
text-decoration:none;
padding-top:9px;
text-align:center;
font-size:15px;
font-weight:600;
}

#body{
background-color:#cccfe0; 
width:699px;

}
h3{
text-align:center;
padding-top:15px;
padding-bottom:9px;
}


.width{
width:550px;
margin-right:auto;
margin-left:auto;
}
.width2{
width:600px;
margin-right:auto;
margin-left:auto;
}
.width2, img{
padding-right:7px;
margin-right:auto;
margin-left:auto;
}

.width3{
width:375px;
margin-right:auto;
margin-left:auto;
}
.width4{
text-align:center;
width:600px;
margin-right:auto;
margin-left:auto;
}
.width5{
width:500px;
margin-right:auto;
margin-left:auto;
}

#footer{
background-color:#b0fcb4; 
width:699px;
height:30px;
color:black;
font-size:0.7em;
font-weight:bold;
text-align:center;
border-top:2px solid #000000;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color:black;}


