html
{
	height:99%;
}

body
{
	margin:0;
	padding:0;
	font: 0.62em verdana, arial, sans-serif;
	color: #EEE;
	background: #585858 url(../images/bg_body.jpg) repeat-y top center;
	min-height:99%;
}

a,
a:active,
a:hover,
a:visited
{
	outline:none;
	color:#E38102;
	z-index:999;
	cursor:pointer;
	text-decoration:none;
}

.advertisingText
{
	font-weight:bold;
	color:#E38102;
	display:inline;
}

/*
h1
{
	text-align: center;
	clear: both;
	font: 16px Verdana;
	color: #AA0802;
}

h1 span
{
	display: block;
	font-weight:bold;
	padding: 2px;
}*/

.h1
{
	text-align: center;
	clear: both;
	font: 16px Verdana;
	color: #AA0802;
	display: block;
	font-weight:bold;
	padding: 2px;
	margin:10px 0 10px 0;
}

#header
{  
	width: 100%;
	margin-top: 5px;
	height: 60px;
	background: url(../images/bg_header.jpg) center;
}

#headLogo
{
	margin: 0 auto;
	height:41px;
	width:80px;
}

#menu
{
	width: 760px;
	padding-top: 4px;
	margin: 0 auto;
	text-align: center;
	margin-top:-40px;
	padding-left:30px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

#menu ul li
{
	padding-left:12px;
	display: inline;
	float: right;
	padding-top: 0.8em;
	list-style: none;
	text-align: center;
}

#menu ul li a
{
	font: 16px Verdana;
	/* font-weight:bold; */
	display: block;
	text-decoration: none;
	color: #E38102;
}

#menu ul li a:hover
{
	color: black;
}

#menu ul li a.active
{
	font-weight: bold;
	color: black;
}

#footer
{
	width: 800px;
	margin:0 auto;
	height: 35px;
	background: url(../images/bg_footer.jpg) center;
}

#footerText
{
	width:800px;
	position:absolute;
	margin-top:10px;
	text-align:center;
	color: black;
	font-weight:bold;
	font: 14px Verdana;
}

#content
{  
	clear: both;
	width: 767px;
	height: 510px;
	margin: 0 auto;
	text-align: justify;
}

#leftColumn
{
	float: right;
	margin-top:10px;
	margin-right:10px;
	width:210px;
	background:black url(../images/sidebarBorder.png) no-repeat;
}

#redBox
{
	float:right;
	margin-right:15px;
}

#boxHolder
{
	float: right;
	/*width: 500px !important;*/
	width: 500px;
	/*padding: 0px 20px 20px 5px !important;*/
	/*padding: 0px 5px 20px 5px;*/
	margin:0px 5px 20px 5px; 
}

.registrationInput
{
	font:14px verdana,arial,sans-serif;
	color:gray;
	text-align:center;
	font-style:italic;
	width:150px;
	margin:2px 0;
}

.changeInput
{
	font:14px verdana,arial,sans-serif;
	color:gray;
	text-align:center;
	font-style:italic;
	width:180px;
	margin-bottom:5px
}

.listDate
{
	color:rgb(128,128,128);
	font-size:8px;
}