*{
	padding:0; 
	margin:0;
}

body {
	font-size:62.5%;
	background-color:rgb(255,255,255); 
	font-family:verdana,arial,sans-serif;
	/*background:rgb(230,230,230) url(../img/fon2.jpg);*/
}

table td {
	vertical-align: top;
}


.page-container {
	width: 100%;
	height:100%;
	margin:0px;
	padding: 0px;
	border:solid 1px rgb(150,150,150);
	border-bottom: 0px;
	font-size:1.0em;
}

/******************/
/*  HEADER 	   */
/******************/

.header { 
	font-family:"trebuchet ms",arial,sans-serif;
}


.header-middle {
    height:90px;
    background-color: #80ff00;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

.header-bottom { 
	height:40px; 
	z-index: 100;
}

.sitelogo{
	position:absolute;
	top: 12px;
	left: 50px;
}

.sitemessage {
        width:100%;
        height:70px;
        top: 20;
        position:absolute;
        z-index:1;
        margin: 0px 0 0 30px;
        color: #424242;
        overflow:hidden;
}

.sitemessage h1 {
	width:400px; 
	text-align:left; 
	font-size:230%;
}

/******************/
/*  TOPNAV	   */
/******************/

.nav {
	float:left; 
	width: 100%;
	border:none; 
	background: url(../img/bg_head_bottom_nav.jpg) repeat-x; 
	font-size:13px;
}

.nav ul {
	list-style-type:none;
}

.nav ul li {
	float:left; 
	position:relative; 
	border-right:solid 1px rgb(175,175,175);
	width: 150px;
}

.nav ul li a {
	display:block; 
	height:3.1em; 
	line-height:3.1em; 
	padding:0 16px 0 16px; 
	text-decoration:none; 
	font-weight:bold;
	color: rgb(100,100,100);
        text-align: center;
}

/*Non-IE6 hovering*/
.nav ul li:hover {
	background-color:rgb(210,210,210); 
	text-decoration:none;
}
/*IE6 hovering*/
.nav ul li a:hover {
	background-color:rgb(210,210,210); 
	text-decoration:none;
}

.navcur a {
	background-color:rgb(210,210,210); 
	text-decoration:none;
}

/******************/
/*  CENTER	   */
/******************/

.main {
	clear:both; 
	padding-bottom:0px;
	/*background-color: #FFFBD2;*/
}

/******************/
/*  CONTENT	   */
/******************/
.content-table{
	clear: both;
	margin-top: -15px;
}

.main-left{
	width:250px;
	font-size: 11px;
	color: 505050;
	font-family:"trebuchet ms",arial,sans-serif;
	padding-top: 20px;
}

.main-center{
	font-size: 11px;
	color: 505050;
	font-family:"trebuchet ms",arial,sans-serif; 
}

.main-right{
	padding-top: 25px;
	font-size: 11px;
	color: 505050;
	font-family:"trebuchet ms",arial,sans-serif; 
	width: 250px;
}

.ad-top{
	float: right;
	margin: 5px 20px -20px 5px ;
}

.main-content {
	margin-top: 20px;
	padding: 10px;
}
/******************/
/*  FOOTER	   */
/******************/
.footer-tb{
	vertical-align: bottom;
}
.footer {
	padding:1.0em 0 1.0em 0; 
	background:rgb(225,225,225) url(../img/bg_foot.jpg) repeat-x; 
	font-size:1.0em; 
	height:60px; 
}

