@charset "utf-8";
body  {
	font: 16px Georgia, "Times New Roman", Times, serif;
	background-color:#0f66a1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
body h1, h2, h3, h4, h5, h6{color:#000000;}
body h1{font-size:200%;}
body h2{font-size:175%;}
body h3{font-size:150%;}
body h4{font-size:125%;}
body h5{font-size:75%;}
body h6{font-size:50%;}
.thrColFixHdr #container {
	background-image:url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url(images/header.jpg) no-repeat;
	height:125px;
} 
.thrColFixHdr #sidebar1 {
	color:#FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	background: #2081c4; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
}
.thrColFixHdr #sidebar1 a,.thrColFixHdr #sidebar1 a:visited,.thrColFixHdr #sidebar1 h3{color:#FFFFFF; text-decoration:none;}
.thrColFixHdr #sidebar1 #specials a,.thrColFixHdr #sidebar1 #specials a:visited,.thrColFixHdr #sidebar1 #specials h3, .thrColFixHdr #sidebar1 #specials a:hover,.thrColFixHdr #sidebar1 #specials h3:hover{color:#FF0000; text-decoration:none;}
.thrColFixHdr a:hover,.thrColFixHdr #sidebar1 h3:hover,.thrColFixHdr #mainContent a:hover{background-color:#5ebb47; text-decoration:none;}
.thrColFixHdr #mainContent {
	margin: 0 0 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent a{color:#FFFFFF;}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2081c4;
	text-align:right;
	font-size:10px;
	border: thin #000000 solid;
} 
.thrColFixHdr #footer a, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:hover{color:#FFFFFF;}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.center { /*Used to center text or pictures in the page*/
text-align:center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#valign { margin:60px 0px 0px 0px;}
#sidebar2{
	float:right;
	width:425px;
	}
#movie {
	margin:0 0 0 100px;
}
.thrColFixHdr #mainContent #picfloat{
	float: right;
	width:259px;
	border: none;
	text-decoration:none;
	margin:0;
	padding:0;
}
.thrColFixHdr #mainContent #picfloat a,.thrColFixHdr #mainContent #picfloat a:visited,.thrColFixHdr #mainContent #picfloat a:hover,.thrColFixHdr #mainContent #picfloat img {
	border-collapse:collapse;
	border:none;
	border-style:none;
	border-width:0px;
	text-decoration:none;
	background-color:inherit;
}
#sidebar3{
	float:right;
	width:350px;
	}