html, body {
	// height: 100%;
	margin: 0;
	padding: 0;
}

body { 
	font-family: 'Open Sans', sans-serif; 
	font-size: 14px;
	min-width: 1070px;
	background-color: #eee;
	background-image: url(/img/background.png);
}

a {
	color: rgb(63, 81, 181);
	text-decoration: none;
}

a:hover {
	color: rgb(92, 107, 192);
}
/*
a:visited {
	color: #0000ff;
}
*/

#header {
	height: 96px;
	line-height: 96px;
	margin-top: 10px;
	box-shadow: inset 0 -1px 0 0 #DDD;
	border-bottom: 1px solid #f5f5f5;
}

#header #header-title {
	vertical-align: middle;
	font-size: 200%;
	opacity: 0.5;
}

#nav {
	margin: 10px 0;

}

#container { 
	max-width: 1200px; 
	margin: 0 auto;
	/* position: relative; */
}

#footer {
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
	box-shadow: 0 -1px 0 0 #DDD;
	border-top: 1px solid #f5f5f5;
}

.shadow {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
}

