.imgleft {
float: left;
padding: 3px 3px 3px 3px;
height: 150px;
width: 200px;
}

.imgright {
float: right;
padding: 3px 3px 3px 3px;
height: 150px;
width: 200px;
}

.search_button {
padding: 3px 3px 3px 3px;
}

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #0000FF;}
a:hover {color: #0000FF;}

img {
border: 0;
}

body {
	background: #b5d7f8 url(img/bg.jpg);
	background-attachment: fixed;
	color: #251C1E;
	font: normal 62.5% Verdana, Arial, Helvetica;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 1.6em Verdana;
	margin-bottom: 1px;
}


h2 {
	font: bold 1.4em Verdana;
	margin-bottom: 4px;
}



h1,h2,h3 {
	padding-top: 6px;
}

select {
font-family: Verdana, Arial, sans-serif;
font-size: 1.1em;
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


.container {
	background-color: #ffffff;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 786px;
}


.top {
	padding: 10px 10px 0;
}


.header {
	background-color: #ffffff;
	font-size: 1.0em;
	height: 85px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 786px;
}
.header .left, .header .right {
	background-color: #333;
	color: #ffffff;
	height: 87px;	
}

.header .left {
	background-color: #D9E1E5;
	font: normal 4.4em "FlashTemplatesDesign",sans-serif;
	line-height: 90px;
	width: 574px;
	text-align: center;
	color: #000000;
	background-image: url(img/bgheader.gif);
	background: transparent url(img/1.jpg) left top repeat-x;
	
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(img/bgheader_right.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 13px;
	background: transparent url(img/1.jpg) left top repeat-x;
}

.navigation {	
	background: #D9E1E5 url(img/1.jpg);
	border: 1px solid #ffffff;
	height: 19px;
}
.navigation a {
	background: transparent url(img/1.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #251C1E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 19px;
	padding: 0 12px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/1.jpg) left bottom; 
color: #ffffff;
}


.main {
	border-top: 4px solid #FFF;
	background: #ffffff;
}

.sidenav {
	float: right;
	width: 213px;
	font-size: .8em;
	background-color: #C2E7F9;
	border: 1px solid #ff9933;
	padding: 3px 3px 3px 3px;
	}
.sidenav em {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-left: 28px;
}

.content em {
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #B5D7F8;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgleft {
padding: 5px 5px 5px 0px;
margin-left: 1px;
float: left;
}


.content .imgright {
padding: 5px;
margin-left: 4px;
float: right;
}

.content .imgbanner {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}

.content p
{
color: #000000;
}



.footer {
	background: transparent url(img/1.jpg) left top repeat-x;
	color: #251C1E;
	font: bold 1em sans-serif;
	line-height: 19px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
