a
{
	color: #C31B13;
	text-decoration: underline;
}

a:hover { color: #FFA33D; }

div
{
	position:relative;
	margin:auto;
}

#bg_container
{
	position: absolute;
	background-image: url(bg_tile.jpg);
	background-repeat: repeat;
	z-index: -1;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-position: center;
}

#bg_top
{
	background-image: url(bg_fade_in.jpg);
	background-repeat: repeat-x;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 200px;
	background-position: center;
}


#header a
{
	position:absolute;
	/*background-color:#FFF;*/
}

#b1
{
	width:170px;
	height:27px;
	left:44px;
	bottom:15px;
}

#b2
{
	width:129px;
	height:32px;
	left:256px;
	bottom:37px;
}

#b3
{
	width:115px;
	height:33px;
	bottom:63px;
	right:186px;
}

#b4
{
	width:115px;
	height:33px;
	bottom:104px;
	right:43px;
}

#b5
{
	width:200px;
	height:65px;
	bottom:10px;
	right:30px;
}

#box_container
{
	margin:auto;
	margin-top:50px;
	width:720px;

}

#mailing_list
{
	position:absolute;
	bottom:0px;
	right:30px;
	width:400px;
	height:75px;
	text-align:right;
	border:1px #FFF solid;
}

#box_container_poster
{
	margin:auto;
	margin-top:50px;
	width:500px;

}

#header
{
	height:339px;
	background-image:url(banner.jpg);
	margin-bottom:0px;
}

#poster_continue
{
	text-align:center;
}

.navbarlink { background-color: none; }

#mailing_list
{
	z-index:-1;
}

#content_body
{
	background-image: url(body_repeat.jpg);
	background-repeat: repeat-y;
	color: #6B2115;
	font-family: Georgia;
	font-size: 16px;
	padding:20px;
	padding-left:40px;
	padding-right:40px;
}

#footer
{
	height:84px;
	background-image:url(footer.jpg);
	background-repeat:repeat-none;
}

h1,h2,h3,h4
{
	margin: 0px;
	font-weight:normal;
}