nav.main {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

nav.main li ul {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#content {
	background-color: inherit;
	color: white;
	width: 800px;
	padding: 0px;
}

#billboard {
	display: block;
	width: 100%;
	height: 320px;
	background-color: red;
	background-color: rgba(255, 0, 0, 0.3);
	margin: 20px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#billboard:hover {
    background-color: rgba(255, 0, 0, 0.7);
    -moz-box-shadow: 0 0 8px #777;
    -webkit-box-shadow: 0 0 8px #777;
}

#billboard a {
    display: block;
    width: 800px;
    height:320px;
    text-decoration: none;
}

.feature {
	display: block;
	float: left;
	width: 250px;
	height: 160px;
	background-color: blue;
	background-color: rgba(0, 0, 255, 0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -webkit-transition: all 0.1s ease-out;
}

.feature:hover {
    background-color: rgba(0, 0, 255, 0.6);
    -moz-box-shadow: 0 0 8px #777;
    -webkit-box-shadow: 0 0 8px #777;
}

.feature a {
    display: block;
    width: 250px;
    height:160px;
    text-decoration: none;
}

#headlines {
	width: 800px;
	padding: 8px;
	margin-top: 20px;
	background-color: #404040;
	background-color: rgba(64, 64, 64, 0.5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
}

#headlines a {
	color: #BBB;
}

.newsticker {
	border-left: 1px solid white;
	padding-left: 4px;
}

.newsticker ul li {
	list-style:none;
	display:block;
}
