body,html {
	height: 100%;
}
body {
	background: #D0D0D0;
	font: 12px Arial, Helvetica, sans-serif; 
	color: #333333;
}
body,.footerMenu ul,h1,h2,p{
	margin: 0;
}
a img {border: none;}
a {text-decoration: none;}
a:link,a:visited {color: #990000;}
a:hover,a:active {color: #ff0000;}

#mainDiv {
	width: 100%;
	height: 100%;
}

.bodyBg {
	background: url(../img/body_bg.gif) repeat-x;
	overflow: hidden;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 59px;
	padding: 9px 0 15px 0;
}
#scroller {
	width: 2500px;
	overflow: auto;
	height: 356px;
	padding: 5px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	position: relative;
}
.first,.second {
	padding-top: 40px;
	position: relative;
	float: left;
	padding-left: 10px;
}
.first {
	left: 365px;
	width: 600px;
}
.second {
	right: 600px;
	width: 335px;
	text-align: right;
	color: #000066;
}
.footerMenu {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	height: 11px;
	width: 100%;
	clear: left;
}
.footerMenu ul {
	font-size: 10px;
}
.footerMenu ul li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px;
	border-left: 1px solid #666666;
}
.footerMenu ul li#firstItem {
	border: none;
}
h1,h2 {
	font-size: 12px;
}

.size1 {font-size: 9px}
.size2 {font-size: 10px}

.flashPadding {padding-top: 12px;}
#flashcontent {float: right; width: 120px; height: 230px;}

#arrows {
	width: 25px;
	height: 55px;
	background-color: #FFFFFF;
	float: right;
	position: relative;
	bottom: 300px;
	right: 60px;
}
#up, #down {height: 27px; overflow: hidden;}
