/* CSS Document */

body{
margin:0px;
background-image:url(../img/main-bg.jpg);
background-repeat:repeat-x;
background-color:#ffffff;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.clearer{
clear:both;
}

a{
color:#333333;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

#container{
width:760px;
margin:0 auto;
margin-top:5px;
}

#header{
background-image:url(../img/header.jpg);
background-repeat:no-repeat;
width:760px;
height:130px;
float:left;
}

#nav{
width:760px;
height:47px;
float:left;
background-image:url(../img/nav/nav-bg.jpg);
background-repeat:repeat-x;
}

#quote{
width:300px;
height:287px;
float:left;
}

#main-image{
width:460px;
height:287px;
float:left;
}

#main-text{
width:760px;
background-color:#ffffff;
background-image:url(../img/text-bg.jpg);
background-repeat:repeat-x;
float:left;
}

#left{
width:391px;
float:left;
padding:19px 35px 10px 9px;
position:relative;
}

#right{
width:290px;
float:left;
padding:19px 9px 10px 26px;
}

#right ul{
margin:0px;
padding:0px;
padding-left:20px;
list-style-type:none;
}

#right ul li{
background-image:url(../img/bullet.jpg);
background-repeat:no-repeat;
background-position:0px 3px;
padding-left:12px;
padding-bottom:3px;
}

#left ul{
margin:0px;
padding:0px;
padding-left:20px;
list-style-type:none;
}

#left ul li{
background-image:url(../img/bullet.jpg);
background-repeat:no-repeat;
background-position:0px 3px;
padding-left:12px;
padding-bottom:3px;
}

#footer{
background-image:url(../img/footer.jpg);
background-repeat:repeat-x;
width:740px;
height:32px;
float:left;
padding:30px 10px 0px 10px;
margin-bottom:5px;
color:#737374;
}

#footer a{
color:#737374;
}

#approvals{
width:300px;
float:right;
text-align:right;
margin-bottom:15px;
}