@charset "UTF-8";

body
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
header
{
	position: relative;
	width: 960px;
	height: 320px;
	margin-top: 20px;
}
.link_button
{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}
.nav_bar
{
	background-color: #F2DFB6;
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 24px;
	border-bottom: 1px #C1842F;
}
.left_spacer
{
}
.nav_item

{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link 
{
	color:#0D018E;
    text-decoration: none;
}

a:visited 
{
	color: #1905FB;
    text-decoration: none;
}
#rabbitsroar_link
{
	background-image:url(../images/rabbitsroar_link.png);
	position:absolute;
	height:20px;
	width:120px;
	right: 0px;
	bottom: -16px;
	cursor:pointer;
}
#content
{
	text-align: center;
}
