/* Affordable Driver Improvement Program CSS Document Copyright 2009 S8Web Authored by JPortell*/

*{
margin:0;
padding:0;
}

body{
background: #000;
text-align:center;
}

#container{
width:1000px;
margin:0 auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
padding: 0 7px;
text-align:left;
}

#header{
background:url(../img/header.jpg) no-repeat;
height:115px;
}

#content{
background:url(../img/content_bgd.jpg) no-repeat;
height:485px;
}

#boxholder{
height:481px;
background:url(../img/boxes.png) no-repeat;
}

#box1{float:left;width:200px;margin:20px 0 0 25px;}
*html #box1{float:left;width:200px;margin:20px 0 0 12px;}

.event{margin:10px 0 10px 0;padding:0px 0 10px 0;border-bottom:1px solid #000033}
.date{font-size:14px;}
.register{}

#box2{float:left;width:490px;margin:20px 0 0 30px;}
#box3{float:left;width:195px;margin:20px 0px 0 35px;}

#regholder{
height:481px;
background:url(../img/regbox.png) no-repeat;
}

#registration{
width:390px;margin:0px auto;
padding:30px 0 0 50px;
}

#legal{
height:481px;
background:url(../img/legal_box.png) no-repeat;
padding: 25px 50px 0 50px;
font-size:11px;
}

#legal h1{padding-bottom:10px;}
#legal p{padding-bottom:10px;}


#footer{
height: 40px;
text-align:center;
background:url(../img/footer_bgd.jpg) top #880009;
border-top:1px solid #000;
color:#ebebeb;
padding-top:20px;
}

#footer a{color:#ffffff;text-decoration:none;}
#footer a:hover{color:#ffffff;text-decoration:underline;}
h1{color:#000033;font-size:16px;margin:0 0 0 0;padding:0 0 0 0}
textarea{text-align:left;}
a{color:#003399;text-decoration:none;}
a:hover{color:#990000;text-decoration:underline;}

.pngfix{}