/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 154%;
	color: #3c4b74;
	background-color: #14275b;
	margin-top: 15px;
	text-align: center; /* fixes IE 5 centring problem */
}
p {
	padding: 12px 30px 0px 90px;
}
h1 {
	font-size: 1.2em;
	color: #FFF;
	padding: 0px 5px 0px 90px;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
	margin-top: 5px;
	padding: 0px 5px 6px 30px;
}
.copyright {
	text-align: left;
	font-size: 10px;
	padding: 21px 0 0 30px;
}


/* Set layout styles */
#page {
	margin: 0 auto;
	width: 900px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	text-align: left; /* fixes IE 5 centring problem */
}
#contentbg {
	width: 900px;
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#titlelead {
	width: 85px;
	float: left;
	color: #3c4b74;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#leftcolumn {
	width: 484px;
	float: left;
}
#flashcolumn {
	width: 404px;
	height: 560px;
	margin-right: 10px;
	float: right;
}
#content {
	width: 487px;
}
#toppics {
	width: 487px;
	height: 195px;
}
#thumbs {
	width: 450px;
	margin: 0px 0 0 55px;
}
#thumbs img {
	border: 1px solid white;
}
#thumbs_trailer {
	width: 350px;
	margin: 60px 0 0 90px;
}
#thumbs_trailer img {
	border: 1px solid white;
}
#footer {
	width: 900px;
	height: 20px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerlinks {
	margin: 0 auto;
	width: 900px;
	height: 55px;
	background-color: #14275b;
	margin-top: 20px;
}
#footerlinks a {
	font-size: 85%;
	text-align: center;
}

/* Set layout for content images */

/* Link styles */
a {
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #14275b;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
#footerlinks a:link {
	color: #a8b0c6;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #a8b0c6;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #FFF;
	text-decoration: none;
}
#footerlinks a:active {
	color: #a8b0c6;
	text-decoration: none;
}
#termbox {
	background-color: #a8b0c6;
	width: 700px;
	margin: 20px auto;
}
#termbox h1 {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#textterms {
	text-align: left;
	margin: 10px 20px 0 50px;
}
#lwd {
	margin: 0 auto;
	width: 800px;
	height: 80px;
}

#menu {position:relative; top:10px; left:100px; width:75px; background-color:#fff; z-index:100;}
#menu a.p1, #menu a.p1:visited {display:block; width:75px; height:75px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#menu a img {border:0;}
#menu a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#menu a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#menu a.p1:hover .large {display:block; position:absolute; top:-65px; left:150px; width:300px; height:300px; border:10px solid #ccc;}

#info {z-index:100; height:22em;}

