html {
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Tahoma, sans-serif;
}

body {
	font-size: 1.3em;
	line-height: 150%;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.05em;
	
	padding-bottom: 0.2em;
}

h2, h3, h4, h5 {
	margin: 0 0 0.5em 0;
}

h1 {
	color: #d80f40;
	font-size: 1.5em;
	font-weight: bold;

}

h2 {
	color: #08a6c1;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: #777;
	font-size: 1.2em;
	font-weight: bold;
}

h4, h5, h6 {
	color: #d00;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
p{
	margin: 0 0 1.5em 0;
}

a {
	color: #08a6c1;
}

a:hover {
		color: #08a6c1;
		text-decoration: none;
}
.news{
	width: 275px;
        margin-right: 20px;
        float: left;
        margin-bottom: 10px;
}
.feature{
	width: 395px;
        float: left;
}

