*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Helvetica,sans-serif;
	background-color:#121010;
}
h1{
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:210px;
	height:15px;
	text-indent:-30000px;
	margin-bottom:20px;
}
h2{
	font-size:large;
	margin-bottom:15px;
	font-weight:normal;
	color:#ff093a;
	text-transform:uppercase;
}
h3{
	color:#ff093a;
	font-size:x-small;
	font-weight:normal;
	margin-bottom:5px;
}
a{
	outline:none;
}
p{
	color:#FFF;
}
#container{
	height:506px;
	width:940px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-253px;
	margin-left:-470px;
}
#flash{
	background-color:#ffffff;
	width:644px;
	height:455px;
	float:left;
	clear:none;
	padding:25px;
}
#about{
	width:560px;
	height:505px;
	float:left;
	clear:none;
	border-right:1px solid #0d0d0d;
	padding-right:84px;
	font-size:0.8em;
	position:relative;
}
#about p{
	margin-bottom:12px;
}
#about-image {
	background:url(../images/about.jpg) no-repeat;
	width:560px;
	height:225px;
	position:absolute;
	bottom:0;
	left:0;
}
#menu{
	width:210px;
	height:505px;
	float: right;
	font-size:x-small;
	text-transform:uppercase;
	position:relative;
}
#menu ul{
	list-style:none;
}
#menu li{
	margin-bottom:5px;
}
#menu a{
	text-decoration:none;
	color:#FFF;
}
#menu a:hover{
	color:#ff093a;
}
#menu ul li.selected a{
	color:#ff093a;
}
#menu-lower{
	position:absolute;
	left:0;
	bottom:0;
}
.divider{
	width:210px;
	height:25px;
	background:url(../images/divider.gif) repeat-x;
}
