html {
	font-family: Arial,Helvetica,sans-serif;
	line-height:20px;
	font-weight: 100;
	font-size: 12px;
	color: #333;
}

h1,h2 {
	margin: 0px;
	font-weight: 100;
}
img	{
	vertical-align:text-top;
	border: 1px solid #c0c0c0;
	}

#container {
	margin: 0 auto 0 auto;
	width: 100%;
}
.host {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.row {
//	height: 330px;
}


a {
	text-decoration: none;
	margin: 0 5px 0 0;
}
a:visited, a:active {
	color: #333;
}
