body
{
background-image: url("images/clouds.png");
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo
{
margin-left: 15px;
margin-top: 25px;
margin-bottom: 10px;
}

#accordinnav
{
height: 25px;
}

#accordinnav ul
{
list-style:none;
}

#accordinnav ul li
{
float: left;
background-image: url("images/tab.png");
background-repeat: no-repeat;
width: 117px;
height: 25px;
color: white;
text-align: center;
margin-left: 10px;
padding-top: 6px;
}

#accordinnav ul li a
{
color: white;
text-decoration: none;
}

#content
{
padding-top: 10px;
margin-left: 15px;
width: 50%;
float: left;
text-align: justify;
margin-bottom: 75px;
}

#testimonials
{
width: 40%;
padding-top: 10px;
margin-left: 20px;
float: left;
}

#footer
{
color: white;
clear: both;
background-image: url("images/footer.png");
background-repeat: repeat-x;
height: 70px;
padding-left: 15px;
}

#footer a
{
color: silver;
}

h1
{
font-size: 15pt;
}

#accordion
{
height: 207px;
background-image: url("images/accordin.png");
background-repeat: repeat-x;
clear: both;
}