body {
	background: #6C1400 url(img/bgbody2.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}


/* Structure */
.left {
	float:left;
}
.right {
	float:right;
}
.main {
	width: 1000px;
	margin: 0 auto;
}

/* Header */
.headerLeft {
	width: 800px;
	float: left;
}
.headerLeft .logo {
	background: #D91623 url(img/header3.png) repeat-x;
	height: 180px;
}
.headerLeft h1 {
	color:White;
	margin: 0;
	padding: 124px 0 0 24px;
	font: bold 2.2em Verdana,sans-serif;
}
.headerRight {
	width:200px;
	float: right;
}
.headerRight .label {
	background: #222 url(img/bglbl.gif) repeat-x;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 5px 5px;
}
.headerRight .content {
	margin-left: 6px;
}
.headerRight .content a {
	background-color: #444;
	color: White;
	display: block;
	font: normal 1.0em "Trebuchet MS",sans-serif;
	text-decoration:none;
	height: 60px;
	margin-bottom:5px;
	text-align: center;
}
.headerRight .content a:hover {
	background-color: #CC2224;
}
.headerRight .content a span {
	font: bold 2em "Trebuchet MS",sans-serif;
}
.headerRight .filler {
	background: #222 url(img/bglbl.gif) repeat;
	height: 100px;
	margin-left: 5px;
}

/* menu */
.link_menu_left {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
	width:399px;
	float:left;
	margin : 6px 0px 6px 0px;
}
.link_menu_right {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
	width:399px;
	float:right;
	margin : 6px 0px 6px 0px;
}
.link_menu_left a, .link_menu_right a {
	color: White;
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu_left a:hover, .link_menu_right a:hover {background: #444;}

/* content */
.mainContent {
	width:970px;
	float:left;
	text-align:justify;
	line-height: 1.3em;
	margin:10px;
}
.mainContent a {
	color:#FD1C24;
	text-decoration:none;
}
.mainContent a:hover {
	color:#FFFFFF;
	background-color:#FD1C24;
}
.mainContent p {
	margin: 4px 0 10px 0;
}
.mainContent .descr {
	color: #666;
	margin-bottom: 6px;
}
.mainContent li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.mainContent table{
	border-style:solid;
	border-width:thin;
	border-bottom-style:hidden;
	border-right-style:hidden;	
	border-spacing:0px 0px;
}
.mainContent table td{
	border-style:solid;
	border-width:thin;
	border-top-style:hidden;
	border-left-style:hidden;	
	padding: 5px 5px 5px 5px;
}
.mainContent h1 {
	color: #444;
	margin: 20px 0 5px 0;
}
.mainContent code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
.mainContent blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}
.inputError{
	background-color:#f66666;
}

.registerLabelBlock{
	float:left;
	line-height:15pt;
}
.registerInputBlock{
	float:left;
	line-height:1em;
	margin-left:20px;
}
.registerErrorBlock{
	float:left;
	line-height:1.9em;
	margin-left:20px;
	color:red;
}
img.progressbar{
	margin:-2px;
}
.hidden{
	display:none;
}


/* footer */
.footer {
	color: #666;
	clear: both;
	padding-top:20px;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
	text-decoration:none;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
	text-decoration:none;
}
.footer .left a:hover {
	background: #CC2224;
	color: White;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	width: 800px;
	padding-top:10px;
}
.footer .right {
	border-top: 1px solid #F0F0F0;
	text-align: right;
	width: 200px;
	padding-top:10px;
}