/* LAYOUT */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/crowd_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	padding:0 10 0 10px;
	margin-bottom:0px;
	color:#cccccc;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	padding:0 10 0 10px;
	color:#cccccc;
	text-transform: uppercase;
	font-size: 20px;
}

h3 {
	padding:0 10 0 10px;
	color:#cccccc;
	text-transform: uppercase;
	font-size: 14px;
}

h4 {
	padding:0 10 0 10px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

em {
	margin-top:0px;
	padding:0 10 0 10px;
	color:#993300;
	font-size: 14px;
}

p {
	margin-top:15px;
	margin-bottom:15px;
	padding:0 15 0 15px;
	color: #666666;
}

li {
	margin-top:15px;
	margin-bottom:15px;
	padding:0 15 0 15px;
	color: #666666;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	background-color:#000000;
	width:800px;
	border:1px;
	padding:0px;
}

table.center {margin-left:auto; margin-right:auto;}

#banner {
	background-image:url(images/18rabbit_banner.gif);
	height:100px;
	width:800px;
}

#navigation {
	text-align:center;
}

img.displayed {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#news {
	vertical-align:bottom;
}

#footer {
	text-align:center;
	font-size:9px;
	color:#999999;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #999999;}
#footer a:active {color: #999999;}
#footer a:hover {text-decoration: none; color: #cccccc;}



a:link {color: #cccccc;}
a:visited {color: #cccccc;}
a:active {color: #cccccc;}
a:hover {text-decoration: underline; color: #cccccc;}
a {text-decoration: none;}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#callForEntries	{
	position:absolute;
	top: 150;
	left: 50%;
	margin-left:-250px;
	width: 500px;
	height: 400px;
	z-index: 9002;
}
	#callForEntries img	{
		border: none;
	}
	

