.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

body {
	background: url(../images/bg_grid_blue.png) repeat 0 0 #0179ad;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Monda', Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
}

a:hover, a:active {
	color: #6FF;
	text-decoration:none;
}

.container {
	width: 900px;
	padding: 8px;
	border-radius: 15px;
	background: #fff;
	margin: 20px auto;
	}

.header {
	height: 120px;
	background: url(../images/img_head.gif) no-repeat;
}	
	
.inside {
	border-radius: 10px;
	background: #0179ad;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.header-image {
	background: url(../images/img_main.jpg) no-repeat;
	height: 300px;
}

.body {
	padding: 10px;
}

.left {
	width: 250px;
	float: left;
}

.right {
	width: 630px;
	float: left;
	}

h1 {
	margin: 0;
}	

.footer {
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	font-size: 12px;
	margin: 0px;
	list-style-type: none;
	background-color: #166EAE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018DC9;
	color: #FFF;
	line-height: 25px;
	text-transform: capitalize;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #0CF;
}

.navigation li a {
	display: block;
	background: url(../images/bg_grid_blue.png) repeat 0 0 #0179ad;
	padding: 3px 8px;
	text-decoration: none;
}

.navigation li a:hover {
	background: #6FF;
	color: #166eae;
}