* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background:#E7F2FF url(../img/fon.jpg) center top no-repeat;
	font: 14px/18px Tahoma, Verdana, sans-serif;
	color:#555;
	width: 100%;
	height: 100%;
}
a {
	color:#2c627a;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
ul {margin-left:35px;}
#wrapper {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 520px;
	padding-bottom:15px;
	/*background: #FFE680;*/
}
.hd {
	/*margin-top:35px;*/
	/*border:1px solid red;*/
	padding:0 15px 15px 15px;
	background:#FFF;
}
.lt {background:#F3F3F3 url(../img/lt.bmp) left top no-repeat;}
.lb {background:url(../img/lb.bmp) left bottom no-repeat;}
.rb {background:url(../img/rb.bmp) right bottom no-repeat;}
.l_line {background:url(../img/l_line.bmp) left center repeat-y;}
.r_line {background:url(../img/r_line.bmp) right center repeat-y;}
.b_line {background:url(../img/b_line.bmp) center bottom repeat-x;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	margin-top:10px;
	padding: 0 25px 125px 25px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 375px;
}
.tbl {
	font-size:12px;
}
.tbl th {
	background:url(../img/h3_line.gif) left top repeat-x;
	height:39px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 355px;
	margin-left: -100%;
	position: relative;
}
.h3 {
	width:100%;
	height:39px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	background:url(../img/h3_line.gif) left top repeat-x;
}
.h3 div {height:39px;background:url(../img/h3_lft.gif) left top no-repeat;}
.h3 div div {padding:12px 25px 0 25px;height:39px;background:url(../img/h3_rht.gif) right top no-repeat;}
h1 {
	margin:3px 0 8px 0;
	font:28px Tahoma,Arial,Verdana;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -100px auto 0;
	height: 100px;
	background: url(../img/footer.jpg) center bottom no-repeat;
}
.girl {
	position:absolute;
	margin-left:55px;
	width:292px;
	height:336px;
}
.copy {
	padding:55px 0 0 420px;
	font-size:16px;
	text-align:center;
	color:#FFF;
}
.fmenu {
	color:#FFF;
	font-size:16px;
	text-align:center;
	margin-top:-18px;
	padding-right:400px;
}
.fmenu a {color:#FFF}
/* Elements
-----------------------------------------------------------------------------*/
.error {
	border: 1px solid #E89B88;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFEFE8;
}

.warning {
	border: 1px solid #C7C759;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFFFD4;
}

.ready {
	border: 1px solid #7BB446;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #E6FFB1;
}
.pagenavi {
	text-align: center;
	height:22px;
}
.pagenavi a {
	color:#FFF;
	border:1px solid #CCC;
	background-color:#2C627A;
	text-decoration:none;
	font-size:14px;
	padding:4px 8px;
}
.pagenavi a:hover {
	color:#333;
	border:1px solid #CCC;
	background-color:#FFF;
	text-decoration:none;
}
.pagenavi b {
	font-size:14px;
	padding:4px 8px;
	color:#333;
	border:1px solid #CCC;
	background-color:#FFF;
}
.cform {
	width:500px;
	padding:0 15px;
}
.cform input {
	width:100%;
	height:16px;
	color:#333;
	padding:2px 3px;
	margin:2px 0 7px 0;
	background-color:#E5F4FA;
	border:1px solid #5FB8E3;
}
.cform textarea {
	width:100%;
	height:150px;
	color:#333;
	padding:2px 3px;
	overflow: hidden;
	margin:2px 0 7px 0;
	background-color:#E5F4FA;
	border:1px solid #5FB8E3;
}
.cform span {
	display:block;
	color:#333;
}
.cform .sbm {
	background-color:#2198D3;
	border:1px solid #0077B2;
	color:#FFF;
	height:22px;
	width:100px;
}