html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	background: #fefefe;
	margin: 0px;
	font-family: 'Droid Sans', sans-serif;
}

a {
	color: #D90000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a img {
	border: 0px;
}

div#content {
	background: #fff;
	width: 740px;
	margin: 0 auto;
}

div.beveled {
	padding: 20px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.break {
	clear: both;
}

/* Navbar */

ul#list-nav {
	list-style: none;
	padding: 0px;
	margin-right: 10px;
}

ul#list-nav li {
	display: inline
}

ul#list-nav li img {
	float: left;
}

ul#list-nav li div {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 3em;
	font-weight: bold;
	float: left;
}

ul#list-nav li div span {
	color: #D90000;
}

ul#list-nav li a {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 2px;
	margin: 10px;
	background: #000;
	color: #fff;
	float: right;
	text-align: center;
}

ul#list-nav li a:hover {
	background: #D90000;
	color: #fff
}
