/* CSS Document */

body{
background-image:url(images/background.jpg);
background-repeat:repeat-x;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#container{
width:986px;
margin:auto;
}

#top{
background-image:url(images/top.jpg);
width:711px;
height:171px;
float:left;
}

#form{
background-image:url(images/form.jpg);
width:275px;
height:500px;
float:left;
}

#form-content{
width:238px;
position:relative;
top:66px;
left:17px;
}

#bullets{
background-image:url(images/bullets.jpg);
width:711px;
height:auto;
position:relative;
top:171px;
left:0px;
}

#content-container{
width:966px;
margin:auto;
}

#content-container p{
font-size:16px;
line-height:26px;
}


#left{
width:200px;
float:left;
margin:10px;
border:2px dashed #cccccc;
background-color:#e4e4e4;
}

#left a{
color:#0000FF;
text-decoration:none;
border-bottom:1px solid #cccccc;
display:block;
width:192px;
padding:4px;
font-size:18px;
}

#left a:hover{
color:#FF0000;
}

#right{
width:698px;
float:left;
margin:10px;
margin-top: -60px;
font-size:14px;
line-height:24px;
}

#right h1{
text-transform:capitalize;
}



#footer{
width:100%;
background-color:#e4e4e4;
border-top:2px dashed #cccccc;
}

#footerinside{
text-align:center;
padding:10px;
}

#formtext{
font-size:10px;
}
