@CHARSET "UTF-8";

html { 
   margin: 0; 
	padding: 0; 
	font-size: 13px; 
}
 
body{
	margin: 0px;
	padding: 0px;
	text-align: center; /* center layout in ie5 and 5.5. */
	background-color: #5C8EB3;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#container{
	 position: relative;
	 /*width: 100%;*/
	width: 900px;
    /*width: 1024px;*/
    margin: 0px auto 10px auto !important;
    margin: 0px auto 10px auto;
    text-align: left;
	background-color: white;
	/*background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
}


div {
	/*border: solid 1px grey;*/
}

img {
	border: solid 0px;
}

div#header {
	position: relative;
	width: 100%;
	height: 271px;
	/*background-image: url(images/header.jpg);*/
	background-image: url(images/baner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

div#header2 {
	position: relative;
	/*width: 1024px;*/
	width: 890px;
	height: 282px;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

div#mainmenu{
	position: absolute;
	top: 0px;
	left: 370px;
	width: 530px;
	height: 40px;
}


div#logo{
	position: absolute;
	top: 23px;
	left: 16px;
	width: 305px;
	height: 54px;
}

div#logo img{
}



#content{
	background-color: White;
	padding: 25px;
	font-family: Tahoma;
	float: left;
	/*width: 900px;*/
	width: 850px;
}

#txt{
	/*border: solid 1px red;*/
	width: 520px;
	float: left;
}

#txt2{
	/*border: solid 1px red;*/
	width: 720px;
	float: left;
}

#txt p {
	margin: 0px;
	padding: 0px;
}

#imgs{
	/*border: solid 1px red;*/
	width: 297px;
	float: right;
}

div#footer{
	/*border: solid 1px red;*/
	position: relative;
	height: 20px;
	width: 900px;
	float: left;
}


div#footer div#left{
	position: absolute;
	top: 3px;
	left: 0px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	width: 250px;
	/*border: solid 1px red;*/
}

div#footer div#right{
	position: absolute;
	top: 3px;
	left: 700px;
	color: #99CCFF;
	font-family: Tahoma;
	font-size: 10px;
	width: 200px;
	/*border: solid 1px red;*/
}

div#footer div#right a{
	color: #99CCFF;
	font-family: Tahoma;
	font-size: 10px;
	width: 200px;
	text-decoration: none;
}


.input{
	border: solid 1px #ababab;
	width: 300px;
	background-color: White;
	color: #333333;
	font-family: Tahoma;
}


.area{
	border: solid 1px #ababab;
	width: 300px;
	height: 180px;
	background-color: White;
	color: #333333;
	font-family: Tahoma;
}


.but{
	border: solid 1px #ababab;
	background-color: White;
	color: #333333;
	font-family: Tahoma;
}


.label{
	font-family: Tahoma;
	text-align: right;
}


.msg{
	font-family: Tahoma;
	color: #660000;
	font-size: 11px;
	font-weight: bolder;
}
