body {
background-color: #666666;
}

a {
color: #660000;
text-decoration: underline;
}

.navigation a {
color: #333333;
font-family: Verdana;
font-size: small;
font-weight: lighter;
text-decoration: none;
}

.navigation a:hover {
color: #660000;
font-family: Verdana;
font-size: small;
font-weight: lighter;
text-decoration: underline;
}

.container-home {
width: 800px;
height: 500px;
background-image: url('images/home.jpg');
background-repeat: no-repeat;
background-position: 8px 90px;
background-color: #CCCCCC;
border-style: solid;
border-width: 6px;
border-color: white;
margin-left: auto ;
margin-right: auto ;
color: #333333;
}

.container-about {
width: 800px;
height: 500px;
background-image: url('images/about.jpg');
background-repeat: no-repeat;
background-position: 20px 100px;
background-color: #CCCCCC;
border-style: solid;
border-width: 6px;
border-color: white;
margin-left: auto ;
margin-right: auto ;
color: #333333;
}

.container-forms {
width: 800px;
height: 500px;
background-image: url('images/forms.jpg');
background-repeat: no-repeat;
background-position: 12px 100px;
background-color: #CCCCCC;
border-style: solid;
border-width: 6px;
border-color: white;
margin-left: auto ;
margin-right: auto ;
color: #333333;
}

.container-contact {
width: 800px;
height: 500px;
background-image: url('images/contact.jpg');
background-repeat: no-repeat;
background-position: 38px 100px;
background-color: #CCCCCC;
border-style: solid;
border-width: 6px;
border-color: white;
margin-left: auto ;
margin-right: auto ;
color: #333333;
}

.container-faqs {
width: 800px;
height: 1200px;
background-image: url('images/faqs.jpg');
background-repeat: no-repeat;
background-position: 8px 100px;
background-color: #CCCCCC;
border-style: solid;
border-width: 6px;
border-color: white;
margin-left: auto ;
margin-right: auto ;
color: #333333;
}

.navigation {
height: 20px;
float: right;
text-align: center;
margin-right: 6px;
padding-left: 4px;
padding-right: 4px;
background-color: white;
}

.name {
color: #333333;
font-family: Arial;
font-size: medium;
}

.title {
color: #666666;
font-family: Arial;
font-size: small;
font-weight: lighter;
}

.address {
color: #666666;
font-family: Arial;
font-size: x-small;
font-weight: lighter;
}

.info {
float: left;
padding-top: 6px;
padding-left: 6px;
}

.text {
width: 400px;
height: 300px;
vertical-align: middle;
float: right;
color: #333333;
font-family: Verdana;
font-size: 12;
font-weight: lighter;
margin-top: 60px;
margin-right: 20px;
}

.text-title {
color: #333333;
font-family: Verdana;
font-size: 12;
font-weight: bold;
}