/* CSS Document */



body{
margin:0;
padding:0;
font-family:'Trebuchet MS', 'Lucida Grande';
font-size:12px;background-image:url(/images/main_bg.gif);
background-repeat:repeat-y;
}

h4{
font-size:13px;
display:inline;
}

h3{
display:inline;
font-size:14px;
}

h2{
font-size:18px;
}

#wrapper{
width:900px;


}

#leftCol{
width:223px;
float:left;
}

#logo_box{
width:198px;
margin-top:10px;
margin-left:20px;
}



#greenImage{
width:111px;
background-color:#00b600;
float:left;
}

#middleCol{
background-image:url(/images/filmImage.gif);
background-repeat:no-repeat;
width:395px;
height:100%;
float:left;
border-left:10px solid #e9eeee;
margin-left:auto;
margin-right:auto;
}

#mainContent{
width:349px;
margin-left:auto;
margin-right:auto;
margin-top:131px;
margin-bottom:15px;
}

img.pic{
border:5px solid #c6e2e2;
}

.links{
width:173px;
border-bottom:1px solid black;
margin-left:5px;
padding-left:25px;

}

.links a
{
color:black;
text-decoration:none;
}

.links a:hover
{
color:#666666;
text-decoration:none;
}










