a {
	text-decoration:none;
	color:#bd2008;
}
a:hover {
	color:#4c0b01;
}
img {
	border:0;
}
body {
	background: #bd2008 url('../img/background_top.png') repeat-x;
	margin:0;
	text-align:center;
	font-family:"Lucida Grande", Arial, Sans-Serif;
	font-size:12px;
}
#container {
	margin:0 auto;
	text-align:left;
	width:900px;
}
#registration {
	background: transparent url('../img/landing_page.png') no-repeat;
	height:600px;
}
#top_nav {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:80px;
}
#top_nav li {
	display:inline;
	margin-right:15px;
}
#top_nav li a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#top_nav li a:hover {
	color:#f9a092;
}
#registration_form {
	position: relative;
	width:298px;
	top:160px;
	left:508px;
	padding:0 10px;
	color:white;
}
#registration_form label {
	font-weight:bold;
}
#articles {
	float:left;
	width:592px;
}
#right_bar {
	float:left;
	background-color:white;
	width:268px;
	padding:10px 20px;
}

#right_bar ul {
	margin:0;
	padding:0;
}
#right_bar ul li {
	list-style-type: none;
}
#right_bar ul li a {
	padding:5px 2px;
	border-bottom:1px solid #ddd;
	display:block;
}
#right_bar ul li a:hover {
	background-color:#eee;
}
#right_bar ul li:first-child {
	border-top:1px solid #ddd;
}
.articles {
	background-color:white;
	padding:10px 20px;
	margin:0 10px;
	margin-right:10px;
	margin-bottom:20px;
}
.article_info {
	color:gray;
	font-size:11px;
	margin-top:-10px;
}
/* ROUNDED CORNERS */
.rounded_top { 
	-moz-border-radius-topleft:6px; 
	-moz-border-radius-topright:6px; 
	-webkit-border-top-left-radius:6px; 
	-webkit-border-top-right-radius:6px; 
}
.rounded_bottom { 
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px; 
	-webkit-border-bottom-right-radius:6px;
}
.rounded {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}