/* CSS Document */

div{
margin:0px;
padding:0px;
}

body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
margin-bottom:0px;
}

#holder{
width:921px;
margin:auto;
background-image:url(images/pagebg.jpg);
background-repeat:repeat-y;
}

#logo{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
width:921px;
height:74px;
}

#featured{
background-image:url(images/featured.jpg);
background-repeat:no-repeat;
width:921px;

}

#content{
width:900px;
margin:auto;
font-size:12px;
}

#left{
width:605px;
padding:10px;
float:left;
margin:0px 5px 5px 5px;
position:relative;
top:140px;
}

#left h1{
text-align:center;
font-size:18px;
}

#left h4{
font-size:14px;
}

#left img{
}

#left ul,li{
list-style-image:url(images/bulletarrow.jpg);
line-height:20px;
}

#left p{
line-height:20px;
}

#right{
width:240px;
float:left;
color:#000000;
position:relative;
top:128px;
left:2px;
}

#form{
width:220px;
margin:auto;
}

#footer{
width:921px;
margin:auto;
background-image:url(images/footerbg.jpg);
background-repeat:no-repeat;
font-size:10px;
}

#footer p{
padding:20px;
}
