@charset "utf-8";
/* CSS Document */
html
{
	height: 100%;
}

body
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 30px 0 0 0;
	cursor: default;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	font-size: 11px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

h2.news
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	float: left;
}

h2.news a:link, h2.news a:visited 
{
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

h2.news:hover, h2.news a:active, h2.news a:hover, h2.news a:focus 
{
	color: #0093d4;
	cursor: pointer;
	text-decoration: none;
}

.hidden_logo
{
	display: none;
	visibility: hidden;
	position: fixed;
	top: -1000px;
	left: -1000px;
}
#content
{
	position: relative;
	width: 927px;
	margin: 0 auto;
	min-height: 100%;
}

* html #content
{
	height: 100%;
}

.content_body
{
	height: auto;
	width: 690px;
	position: absolute;
	z-index: 1;
	margin: 174px 0 0 0;
	background-image:url(../images/navigation_background.jpg);
	background-repeat: no-repeat;
}

a:link, a:visited
{
	color: #0093d4;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	color: #0093d4;
	text-decoration: underline;
}

a:link, a:visited, a:active, a:focus, a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

form
{
	margin: 0;
	padding: 0;
}

.loginform
{
	margin: 0;
	padding: 0;
}

input.text120x15
{
	width: 117px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #000000;
	float: left;
	margin: 2px 0 0 0;
	padding: 1px 0 0 0;
	text-indent: 2px;
	background-color: transparent;
	background-image: url(../images/input120x15.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

input.register
{
	width: 77px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/register.jpg);
	background-repeat: no-repeat;
	border: none;
	outline: none;
}

input.register:hover, input.register:focus, input.register:active
{
	background-color: transparent;
	background-image: url(../images/register_hover.jpg);
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}

input.send
{
	width: 77px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/send.jpg);
	background-repeat: no-repeat;
	border: none;
	outline: none;
}

input.send:hover, input.send:focus, input.send:active
{
	background-color: transparent;
	background-image: url(../images/send_hover.jpg);
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}