@charset "UTF-8";
/* CSS Document */

body {
	color:#666;
	font-size: 75%;
	line-height: 1.7;
	overflow:scroll;
}
h3 {
	font-size:160%;
	line-height: 1.7;
	margin:5px 0px 10px 0px;
	color:#3399cc;
}
#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	text-decoration:none;
	color:#08C;
}
a:visited {
	text-decoration:none;
	color:#08C;
}
a:hover {
	text-decoration:underline;
	color:#08C;
}
a:active {
}

/* clear fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

