* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 16px/18px Tahoma, Verdana, sans-serif;
	background:#e6f2ff;
	color:#2c627a;
	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: 1010px;
	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%;
	padding: 0 0 125px;
	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 425px;
}
.tbl {
	font-size:12px;
}
.tbl th {
	background:url(img/h3_line.bmp) left top repeat-x;
	height:39px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 405px;
	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.bmp) left center repeat-x;
}
.h3 div {height:39px;background:url(img/h3_lft.bmp) left top no-repeat;}
.h3 div div {padding:12px 25px 0 25px;height:39px;background:url(img/h3_rht.bmp) right top no-repeat;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -100px auto 0;
	height: 100px;
	background: url(img/footer.jpg) center bottom no-repeat;
}