/* CSS Document */
html, body, #wrapper {
	height:auto;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
body{
	/*scrollbar-face-color:#CCCCCC;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#999999;
	scrollbar-3dlight-color:#999999;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#999999;*/
	font-family:Arial;
	color: #b01525;
	background-image:url(../images/bgImg.jpg);
	background-color: #524534;
	margin: 0px;
	background-repeat:repeat-x;
	background-position:top;
}

.maintext {
     color: #cea23a;
     font-family: arial;
     font-size: 11px;
}

a:link {
	color: #760101;
	text-decoration: underline;
}
a:visited {
	color: #cea23a;
	text-decoration: none;
}
a:hover {
	color: #cea23a;
	text-decoration: underline;
}
hr {
	border: thin solid #0000CC;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
}
.footerPages {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cea23a;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
}
#flashcontent {
	float: inherit;
	position:relative;
	margin: 50px 0px 0px 0px;
}
