@charset "UTF-8";
a {
}

a:link { color: #663300; }

a:visited { color: #663300; }

a:hover { color: #009933;}

a:active { color: #663300; }
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding-bottom: 5px;
	height: 94px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	padding-top: 59px;
	background-color: #FFFFFF;
	padding-right: 1px;
}
.background {
	background-color: #CC9966;
}
#movietext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #613300;
}
#teaser {
	width: 185px;
	padding-top: 160px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/90hat.jpg);
}
.twoColFixRtHdr #mainContent {
	margin-right: 190px;
} 
#titebar {
	background-image: url(images/tab_bg.gif);
	padding-left: 125px;
	padding-top: 18px;
	padding-right: 75px;
}
#media {
	background-image: url(images/main_content_bg.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
}
#information {
	background-image: url(images/main_text_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 10px;
	text-align: left;
	background-repeat: repeat;
}
#nav {
}
#media_content {
	background-image: url(images/content_window.jpg);
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #footer {
	background-image: url(images/footer_bg.gif);
	height: 26px;
	padding-top: 10px;
	padding-left: 150px;
	background-repeat: no-repeat;
} 
#l_thumb {
	float: left;
	display: inline;
}
#r_thumb {
	float: right;
}
#r_comm_thumb {
	float: right;
	padding-right: 30px;
}
#bottom_thumb {
}
.largebottom {
	text-align: center;
	left: 267px;
	top: 354px;
}
.bottomthumbpush {
	padding-top: 20px;
	border: 1px solid #999999;
}
.thumbborder {
	border: 1px solid #999999;
}
.twoColFixRtHdr #footer p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 10px;
}
.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;
}
.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;
}
#supportext {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent #media #media_content #supportext img {
	float: right;
	border: 1px solid #999999;
}
.twoColFixRtHdr #container #mainContent #media #media_content div {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent #media #media_content .style7 .style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.twoColFixRtHdr #container #mainContent #media #media_content .style7 .style7 a {
	color: #009933;
}
#lang {
	padding-left: 650px;
}
