body{
	margin: 0;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #666;
}
a img{
	border: none;
}

h1{
	margin: 0;
	font-size: 16px;
	color: #009ee0;
	margin-bottom: 10px;

}

h3{
	margin: 0;
	font-size: 14px;
	color: #99c016;
	font-weight: normal;
}
p{
	line-height: 14px;
}
p a{
	color: #bd0926;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}
.clearfloat{
	clear: both;
}
#container{
	margin: auto;
	width: 590px;
	margin-top: 50px;
}
#head ul{
	margin:0;
	padding: 0;
	list-style: none;

}

#head ul li{
	float: left;
	margin-right: 25px;
	margin-top: 80px;
}

#head ul li a{
	color: #999;
	text-decoration: none;
	font-size: 14px;
}
#head ul li a.active{
text-decoration: underline;
}
#head ul li.brown a:hover, #head ul li.brown a.active{
	color: #604c3f;
}
#head ul li.blue a:hover, #head ul li.blue a.active{
	color: #009ee0;
}
#head ul li.red a:hover, #head ul li.red a.active{
	color: #bd0926;
}
#head ul li.green a:hover, #head ul li.green a.active{
	color: #99c016;
}

#head img{
	float: right;
	vertical-align:text-bottom;
}

#content{
	margin-top: 30px;
}

#content .column{
	width: 280px;
	float: left;
	margin-right: 30px;

}

#content .column.wide{
	width: 340px;
}
#content .column.last{
	margin-right: 0;
}



#footer{
	width: 100%;
	position: absolute;
	bottom: 0;
}

#footer div{
	background: #090;
	height: 10px;
	width: 25%;
	float: left;
}

#footer div.brown{
	background: #604c3f;
}

#footer div.blue{
	background: #009ee0;
}

#footer div.red{
	background: #bd0926;
}

#footer div.green{
	background: #99c016;
}