body
{
color: #0c1e44;
font-family: Helvetica, Arial, sans-serif; /*SIZE OF TEXT 0.69EM = 11PX*/
background-image: url(/images/bg2.jpg); /*OUR BACKGROUND IMAGE*/
background-repeat: repeat-x; /*REPEATS BACKGROUND HORIZONTALLY*/
background-color: #223b7d; /*SETS THE COLOR OF OUR BACKGROUND WHEN THE BACKGROUND IMAGE COMES TO AN END*/
}
#contentBg
{
margin-left:auto;
margin-right:auto;
margin-top: 2%;
width:572px;
height: 590px;
background-image: url(/images/content.png); /*ADDS OUR CONTENT BACKGROUND IMAGE*/
background-repeat: repeat-y; /*REPEATS BACKGROUND Vertically*/

}
#content
{
margin-left:auto;
margin-right:auto;
margin-top: 0%;
width:510px;
padding-top:30px;
padding-left: 30px;
padding-right: 30px;
}
#contentAboutUs
{
margin-left:auto;
margin-right:auto;
margin-top: 2%;
width:572px;
background-image: url(/images/contentAboutUs.png); /*ADDS OUR CONTENT BACKGROUND IMAGE*/
background-repeat: repeat-y; /*REPEATS BACKGROUND Vertically*/

}
#contentContactUs
{
margin-left:auto;
margin-right:auto;
margin-top: 2%;
width:572px;
height: 315px;
background-image: url(/images/contentContactUs.png); /*ADDS OUR CONTENT BACKGROUND IMAGE*/
background-repeat: repeat-y; /*REPEATS BACKGROUND Vertically*/

}

#footer 
{
margin-left:auto;
margin-right:auto;
margin-top: 0%;
width:882px;
padding: 5px;
color:white;
text-align: center;
font-size:10px;
color: #ffffff;
}
h3
{
color:#6db379;
}
h4
{
color:#6db379;
}
#logo
{
margin-left:auto;
margin-right:auto;
margin-top: 0%;
margin-bottom: 1px;
height: 100px;
width:430px;
padding: 5px;
background-image: url(/images/logo.png);
background-repeat: no-repeat; /*REPEATS BACKGROUND Vertically*/
}
a:link {color:#000000;}      /* unvisited link */
a:visited {color:#ffffff;}  /* visited link */
a:hover {color:#cccccc;}  /* mouse over link */
a:active {color:#ffffff;}  /* selected link */
