/* The Johnstown Company */

html, body{ 
height: 100%;  
}

body{ 
margin-left: 0px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
font-family: Verdana;
font-size: 0.75em;
line-height: 1.5em;
letter-spacing: 0px;
color:#000000;
background-image:url(../images/background.jpg);
background-repeat:repeat;
}

h2 {
margin-bottom: 5px;
}

h3 {
margin-bottom: 5px;
}

#top {
position:fixed;
top: 10px;
left: 0px;
height:12px;
width:100%;
background-image:url(../images/spamflet.gif);
background-repeat:repeat-x;
z-index:10;
}

#bottom {
position:fixed;
top: 538px;
left: 0px;
width:100%;
height:12px;
background-image:url(../images/spamflet.gif);
background-repeat:repeat-x;
z-index:9;
}

#menu {
position:relative;
width: 250px;
margin-left:30px;
margin-top:45px;
float: left;
z-index:0;

}

#content {
position:relative;
margin-left:30px;
margin-top:55px;
width: 578px;
float: left;
z-index:1;
}

#poster {
width: 303px;
float: left;
}

#thumbs {
margin-left:75px;
width: 150px;
float: left;
}


a.link{ 
text-decoration:underline; 
font-weight:bold;
color:#000000; 
}

a.link:hover, a.link:active { 
text-decoration:none; 
font-weight:bold;
color:#000000; 
}

.img {
margin-bottom:10px;
margin-left:10px;
border-width: 1px;
border-color:#CCCCCC;
float:left;
}
