html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #258bc0;
	font-family: Arial, Tahoma;
	margin: auto;
	width: 100%;
    height: 100%;
}
#wrapper
{
	background: white;
	width: 800px;
    height: auto;
	margin: auto;
}
#header
{
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    height: 255px;
    width: 800px;
    margin: 0px;
}
#headerleft
{
     float: left;
     margin: 30px 0px 0px 40px;
}
#headerleft a
{
    color: white;
    text-decoration: none;
    font-size: 80%;
}
#headerleft a:hover
{
    color: #ffae01;
    text-decoration: none;
    font-size: 80%;
}
#headerright
{
    width: 250px;
    font-size: 90%;
    float: right;
    margin: 20px 15px 0px 0px;
    text-align: right;
}
#headerright a
{
    color: #258bc0;
    text-decoration: none;
}
#headerright a:hover
{
    color: #ffae01;
    text-decoration: none;
}
#threepictures
{
    width: auto;
    height: auto;
    text-align: center;
}
#nav
{
    background-image: url('images/navbar.jpg');
    background-repeat: no-repeat;
    height: 55px;
    width: 776px;
    margin: 0px 0px 0px 10px;
    font-size: 90%;
    font-weight: bold;
    float: left;
}
#links
{
    color: white;
    padding: 15px 0px 0px 15px;
}
#links a
{
    color: white;
    text-decoration: none;
}
#links a:hover
{
    color: #ffae01;
    text-decoration: none;
}
#search
{
    float: right;
    margin: 0px 10px 0px 0px;
    height: 55px;
}
#bodycontent
{
    width: 726px;
    margin: 0px 35px 0px 35px;
}
#bodycontent a
{
    color: #258bc0;
    text-decoration: none;
}
#bodycontent a:hover
{
    color: #ffae01;
    text-decoration: none;
}


#contentleft
{
    width: 235px;
    height: auto;
    margin: 0px 10px 0px 0px;
    float: left;
}
#contentlefttop
{
    background-image: url('images/bodycontentlefttop.png');
    background-repeat: no-repeat;
    width: 235px;
    height: 13px;
}
#contentleftbottom
{
    background-image: url('images/bodycontentleftbottom.png');
    background-repeat: no-repeat;
    width: 235px;
    height: 12px;
}
#contentright
{
    width: 471px;
    height: auto;
    margin: 0px 0px 0px 10px;
    float: right;
}
#contentrighttop
{
    background-image: url('images/bodycontentrighttop.png');
    background-repeat: no-repeat;
    width: 471px;
    height: 14px;
}
#contentrightbottom
{
    background-image: url('images/bodycontentrightbottom.png');
    background-repeat: no-repeat;
    width: 471px;
    height: 14px;
}
.serviceslist
{
    background-image: url('images/servicelistbackground.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 142px;
    padding: 10px;

}
#footer
{
    width: 800px;
    height: 55px;
    font-size: 80%;
    margin: 10px 0px 0px 0px;
    background-image: url('images/footer.jpg');
    background-repeat: no-repeat;
}
#footer a
{
    color: #258bc0;
    text-decoration: none;
}
#footer a:hover
{
    color: #ffae01;
    text-decoration: none;
}