a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #ff0000;  text-decoration: none;}

img {
border-style: none;
}
a {
font-family: Arial;
font-size: 12px;
font-weight: 400;
color: blue;
line-height: 1.3;
font-style: normal;
text-decoration: none;
text-transform: none;
font-variant: normal;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}

#wrapper{
position:relative;
margin-left:auto;
margin-right:auto;
top: 20px;
width:750px;
}

#header {
position:absolute;
top:0px;
left:0px;
width: 750px;
height: 124px;
/*border-style: solid;*/
}

#columns{
position: relative;
width: 750px;
top: 124px;
}

#leftMenu {
position:absolute;
top:-1px;
left:0px;
background: url(images/LinkmenuBG2.jpg) no-repeat top center;
width: 175px;
height:750px;
background-color: white;
/*border-style: solid;*/
}

#linkmenu {
position: relative;
top: 0px;
left: 28px;
/*border-style: solid;*/
width: 135px;
}

#center {
position:relative;
top:0px;
left:183px;
/*border-style: solid;*/
width: 570px;
}

#footer {
position:relative;
width: 750px;
height: 114px;
clear: both;
margin-top: 150px;
/*border-style: solid;*/
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	border: none;
}
img.floatRight { 
    float: right; 
    margin: 8px;
	margin-top: 15px;
}

.filmtitle {
color: #b13627;
}

.filmdate {
color: #000099;
}

.filmhr {
color: #b13627;
width: 57%;
}

.paraheader {
color: #000099;	
text-decoration: underline;
font-weight:bold;
}






