html 
{ 
	height:100%; 
}

body
{
	margin:0px;
	height:auto!important;
	height:100%;
	min-height:100%;
	font-family: Arial;
	font-size:14px;
	line-height: 1.5;
	/*font:12px Verdana;*/
	background-color:#b3bae9;
	text-align:center; /*fix ie5*/
}

h1
{
	font-size:18px;
	font-weight:bold;
}

 P {
	font-size:13px;
	line-height: 1.2;
 }

 m {
	font-size:18px;
 }

 k {
	border: black 1px solid;
 }


.clear
{
	clear:both;
}

.page_center
{
	width:974px;
	margin:0px auto;
	background-color:#FFFFFF;
	text-align:left; /*fix ie5*/
	position:relative; /*fix IE*/
}

.header
{
	float:left;
	width:100%;
}

.main_logo
{
	height:123px;
	width:94px;
	background:#FFFFFF url("./../images/main_logo.jpg");
	float:left;
	position:relative;
	left:20px;
	top:30px;
}

.logo
{
	height:207px;
	width:960px;
	background:#FFFFFF url("./../images/footer.jpg");
	float:right;
}

.bottom
{
	float:right;
	width:974px;
	height:106px;
	text-align:center;
	background:url("./../images/bottom.jpg") no-repeat;
}


#container3 {
    float:left;
    width:538px;
    background-image:url("./../images/fon.gif");
	background-position:6px 0px;
    overflow:hidden;
    position:relative;
}
#container2 {
    float:left;
    width:538px;
    position:relative;
    right:4px;
	background-color:#FFFFFF;
}
#container1 {
    float:left;
    width:538px;
    background-image:url("./../images/fon.gif");
	background-position:5px 0px;
    position:relative;
    right:530px;
}


#col1 {
    float:left;
    width:4px;
    position:relative;
    left:534px;
    overflow:hidden;
}
#col2 {
    float:left;
    width:524px;
    position:relative;
    left:534px;
	text-align:justify;
    overflow:hidden;
	padding: 0px 0px 0px 3px
}
#col3 {
    float:left;
    width:4px;
    position:relative;
    left:534px;
    overflow:hidden;
}


.left_collum
{
	float:left;
	width:218px;
	text-align:center;
	color:blue;
	position:absolute;
	left:0px;
	z-index:10;
}

.center_collum
{
	width:538px;
	float:left;
	left:218px;
	position:relative;
}

.right_collum
{
	float:right;
	width:218px;
	text-align:center;
	color:blue;
}

.main_menu
{
	margin:12px 0 0;
}

.menu
{
	background:url("./../images/menu_bg.jpg") no-repeat;
	text-align:left;
	padding:12px 0 0 10px;
	margin:-12px 0 0;
	width:194px;/*fix ie*/
}

.menu_r
{
	background:url("./../images/menu_l.jpg") no-repeat;
	height:77px;
	text-align:center;
	padding:4px 0 0;
}

.foother_text1
{
	background:url("./../images/footer_text1.gif") no-repeat;
	height:49px;
	width:212px;
	text-align:center;
	position:relative;
	top:100px;
	float:right;
	right:8px;
}

.foother_text2
{
	background:url("./../images/footer_text2.gif") no-repeat;
	height:49px;
	width:212px;
	text-align:center;
	position:relative;
	top:100px;
	float:right;
	right:8px;
}

/*Menu*/
.main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 194px; /* Width of Menu Items */
	
	}

.main_menu ul li {
	position: relative;
	}
	
.main_menu li ul {
	position: absolute;
	left: 193px; /* Set 1px less than menu width */
	top: 12px;
	display: none;
	font-size:11px;
	}

/* Styles for Menu Items */
.main_menu ul li a {
	text-decoration: none;
	padding: 5px;
	}

/* Fix IE. Hide from IE Mac \*/
* html .main_menu ul li { float: left; height: 1%; }
* html .main_menu ul li a { height: 1%; }
/* End */

.main_menu ul li a:hover { color: #000000;font-weight:bold; } /* Hover Styles */
		
.main_menu li ul li a { padding: 2px 5px;} /* Sub Menu Styles */
		
.main_menu li:hover ul, li.over ul { display: block; } /* The magic */

/*fix ie menu height*/
.text_menu
{
	height:48px;
}

/*end menu*/

.form_text
{
	float:left;
	position:relative;
	left:5px;
}

.form_input
{
	float:right;
	position:relative;
	right:5px;
}

img
{
	border: solid 1px blue;
}

.noborder 
{
	border: 0px;
}


