body {
	font-family: 'Roboto', sans-serif;
}

a {
	color:  #000080;
}

#container
{
	margin: 0 30px;
	background: #fff;
}

#header
{
	background-position: 0px 0px;
	height: 138px;
	width: 698px;
	margin: 10px;
	background: url('../images/cvrs-fb-bg1.png') no-repeat;
	display: inline-block;
	text-indent: -9999em;
}


#navigation
{
	float: left;
	width: 100%;
	background: #ccc;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { 
	background: #ccc;
	color:  #ffffff;
}

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	color:  #006699;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #ccc;
	text-align: right;
	padding: 5px;
}

li { list-style-type: square; }

#share-buttons img 
{
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}