* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	width: 100%;
	}
	
* html #container {	
	height: 100%;
	}
		
body {
	background-color: #008adb;
	}
		
.clear {			
	clear: both;
	}
	
#container {
	position: relative;
	width: 798px;
	min-height: 100%;
	margin: 0 auto;
	margin-top: -15px;
	border: #b0def5 solid 11px;
	background: #FFFFFF url(images/bg_container.png) repeat-y left;
	border-radius:15px;
	box-shadow: 0 2px 80px #5ad9ff;
	-moz-box-shadow: 0 2px 80px #5ad9ff;
	-webkit-box-shadow: 0 2px 80px #5ad9ff;
	}
	
#header {
	width: 798px;
	height: 185px;
	background: url(images/head.png) no-repeat top;
	border-bottom:  #b0def5 solid 11px;
	}
	
#header h1 {
	padding-top: 75px;
	padding-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #195c89;
	}
	
#header a {
	color: #195c89;
	text-decoration: none;
	}
	
#header a:hover {
	text-decoration: none;
	}
	

	
#content {
	width: 600px;
	float: left;
	display: inline;
	margin-left:14px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	
	}
	
#content h3 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f35e00;
	padding-bottom: 10px;
	}
	
#content p {
	padding-bottom: 10px;
	padding-left: 10px;
	color: #3c526b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
#content a{
float:left;
height:130px;
width:300px;
vertical-align:top;
	}

.underbaner{

width:798px;
text-align:center;
}
.underbaner a {
display:inline;

font-family: tahoma ;
font-size: 11px;
color: #0C4266;
text-decoration:none;

padding:4px 5px 4px 5px;
}

.banners{
float:left;
padding-top:10px

}
.banners img {
padding:2px 0px 3px 0px;

}
