html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #324D79;
	background-image: url(images/blue45.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #153973;
}
h2 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #D8002D;
}
#container {
	background-color: #ffffff;
	width: 800px;
	margin: 15px auto 25px auto;
	border: 2px solid #D8002D;

}
#topstuff {
	height: 87px;
	padding: 0;
	margin: 0;
	position: relative;
}
	
#header {
	border-bottom: 5px solid #D8002D;
	padding: 0;
	margin: 0;
	height: 59px;
}
#title {
	margin: 0;
	padding: 0;
}
#navigation {
	padding: 0;
	margin: 0;
	height: 27px;
	background-image: url(images/nav-bg-off.gif);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}
#chips {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 150px;
	height: 87px;
}
#fl-movie {
	height: 250px;
	margin: 0;
	padding: 0;
}

#content {
	padding: 4px 15px 4px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;

}
#footer {
	clear: both;
	background-color: #F8AE3E;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.leftimg {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	
}
.rightimg {
	margin-left: 10px;
	float: right;
}
.centerimg {
	margin: 10px auto 10px auto;
	clear: both;
}
.red {
	font-weight: bold;
	color: #D8002D;
}	

.border1 {
	border: solid 1px #F8AE3E;
}

.border2 {
	border: solid 1px #F8AE3E;
	padding: 10px;
	width: 450px;
	margin-bottom: 14px;
}
a:link, a:visited {
	color: #D8002D;
	text-decoration: none;
}
a:active, a:hover {
	color: #153973;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.clr-right {
	clear: right;
	margin-top: 10px;
}