* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans serif;
	color: #21b3e2;
	}
	
a {text-decoration: none; color: #21b3e2; }	
a:hover {text-decoration: underline; }
a img { border: none; }	
:focus {	outline: 0;	}
ul, li, form {	margin: 0; padding: 0; list-style: none;}
h1 {color: #FFFFFF; font-weight: normal; font-size: 40px;}
h2 {color: #FFFFFF; font-weight: normal; font-size: 22px;}
span { font-weight: bold; color: #17323a; font-size: 10px;}
	

#wrapper {
	width: 675px;
	margin: 0 auto;
	}

/* 
start header
 */
	
.header {
	height: 300px;
	}
	
.logo {
	float: left;
	width: 375px;
	height: 239px;
	padding-top: 5px;
	}

	
.header_img{
	background: url(images/header_img.jpg) no-repeat right top;
	float: right;
	width: 300px;
	height: 244px;
	margin-top: 5px;
	display: block
	}
	
.menu {
	border-bottom: 1px solid #2ab6e3;	}
	
.menu li{
	float: left;
	height: 28px;
	padding: 22px 30px 0 13px;
	background: url(images/sep.png) no-repeat right;
	}	
		
.menu li a{
	line-height: 8px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 0 3px 0 8px;
	font-family: 'Trebuchet MS', Arial, sans serif;
	}
		
.menu li.last{
	background: none;
	}

		
/* 
end header
 */ 
 
 
.container {
	background: #21b3e2;
	}
	
	
.left{
	float: left;
	padding: 0 33px;
	}
	
.left h1{
	padding: 19px 0 0 0;
	font-family: 'Trebuchet MS', Arial, sans serif;
	}
	
.welcome_img {
	text-align: center;
	width: 175px;}
	
.left .span {
	padding: 5px 0 0 5px;
	}
	
.text {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	padding: 9px 0 0 0;
	width: 175px;
	}
	
.left ul {
	padding: 12px 0 0 5px;
	}

.left li {
	color: #17323a;
	font-size: 10px;
	padding-left: 17px;
	line-height: 18px;
	background: url(images/li_item_bg.png) no-repeat left;
	}

.right{
	padding-left:38px;
	padding-right:20px;
	width: 364px;
	float: right;	
	}
	
.right h2{
	margin-left:-4px;
	padding :24px 0 3px 0;
	font-family: 'Trebuchet MS', Arial, sans serif;
	}
	
.right p img {
	margin-left: -5px;
	padding-right: 5px;
	}
	
p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	}
 
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	}
 
/* 
start footer
*/

#footer {
	margin-top: 20px;
	height: 60px;
	font-size: 10px;
	color: #000508;
	border-top: 1px solid #FFFFFF;
	}
	
.footer_content {
	padding-top: 17px;
	text-align: center;	
	}
	
.footer_content ul{
	padding-bottom:5px;
	}
	
.footer_content li{
	display: inline;
	}
	
.footer_content li a{
	color: #000508;
	}
	

/*
 end of footer 
 */
