html 
{ 
	margin-bottom: 1px;
    overflow: -moz-scrollbars-vertical;
}

body
{
	margin:50px 0px; padding:0px;
	text-align:center;
	
}

#container {

	position:static;

	z-index:1;

	width: 800px;

	text-align: left;
	margin:0px auto;

	background-color: #FFFFFF;

	background-image: url(../images/assets/whitePixel.gif);

}

#menuContainer {

	position:static;

	z-index:1;

	width: 800px;

	background-color: #000000;

	background-image: url(../images/assets/blackPixel.gif);

	border:1px dashed #333;

}

#news {

	position:static;

	z-index:1;

	width: 800px;

}

#content {

	position:static;

	z-index:1;

	width: 800px;

}

#footer {

	position:static;

	z-index:1;

	width: 800px;

}

#line{

	position:static;

	z-index:1;

	width: 800px;

}

#pageContainer {

	position:static;

	width:780px;

	height:auto;

	z-index:1;

	padding-top: 10px;

	padding-right: 0px;

	padding-bottom: 10px;

	padding-left: 10px;

}

.heading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	color: #666666;

	font-weight: bold;

}

.title {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #666666;

	font-weight: bold;

}

.subTitle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #666666;

	font-weight: bold;

}

.txt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	font-weight: normal;

}

.titleGreen {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #66cc33;

	font-weight: bold;

}

.txtBold {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	font-weight: bold;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

.titleYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ee9128;
	font-weight: bold;

}

.titleBrown {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #d4aa80;

	font-weight: bold;

}

.titleBlue {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #0094DA;

	font-weight: bold;

}
.titleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cb2438;
	font-weight: bold;
}
.titleMagenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ed0c6e;
	font-weight: bold;
}
