@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	/*background:#3F3438;*/
		margin: 0px;
	height: 100%;
	background:#FFFFFF;

	background-image:url(../images/gradient.jpg);
	background-position: bottom;
	background-repeat:repeat-x;

}

#swirly{
	float:right;
	background-image: url(../images/swirls_trans.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width: 341px;
	height: 492px;
	position:absolute;
	right: 0px;
	top: -40px;
	z-index:-1;
}


#MainWrapper 
{
	width:900px;
	margin: 0 auto; /*prevent cascading center property in body*/
	text-align: left; /*prevent cascading center property in body*/
	height: 100%;
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#Header {
	background-color:Transparent;
	border-bottom: 2px solid #636363;
	height:125px;

}

#Header b 
{
  height:2px;
}

#Body {
	margin:0px;
	min-height: 480px;
	height: auto !important;
	height: 480px;	
}

#sidebar {
	float:left;
	width:160px;
	background-color:transparent;
}

#content{
	padding-left: 5px;
	margin-left: 170px;
	height: 1%;
}

#header_info{
	margin-right:10px;	
	float:right;
	margin:0px;
	padding:3px
	
}


/*#validator{
	position:fixed;
	bottom: 10px;
	left: 10px;
}*/


#advert{
	position:absolute;
	top: 10px;
	right: 10%;
	z-index: 100000;
}