/* Generic Tags */
@font-face {
	font-family: 'ArtBrushMedium';
	src: url('../fonts/Artbrush-webfont.eot');
	src: local('?'), url('../fonts/Artbrush-webfont.woff') format('woff'), url('../fonts/Artbrush-webfont.ttf') format('truetype'), url('../fonts/Artbrush-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TrueCrimesRegular';
	src: url('../fonts/true-crimes-webfont.eot');
	src: local('?'), url('../fonts/true-crimes-webfont.woff') format('woff'), url('../fonts/true-crimes-webfont.ttf') format('truetype'), url('../fonts/true-crimes-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: local('?'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasRegular';
	src: url('../fonts/BEBAS___-webfont.eot');
	src: local('?'), url('../fonts/BEBAS___-webfont.woff') format('woff'), url('../fonts/BEBAS___-webfont.ttf') format('truetype'), url('../fonts/BEBAS___-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color:#fdb021;
	background-image:url(../images/bkgrnd.gif);
	background-position:center;
}

/* Generic Classes */

.center {
	text-align:center;
}

/* Specific Elements */

#mainContainer {
	margin:0px auto;
	text-align:center;
	width:100%;
}
#headerContainer {
	margin:0px auto;
	text-align:center;
	font-family:ChunkFiveRegular;
	font-size:16px;
	color:#256179;
}
#headerContainer ul {
margin:0px auto;
padding:0px;
}
#headerContainer li {
	list-style-type:none;
	display:inline;
	margin:0px 7px;
}
#headerContainer a:link,
#headerContainer a:visited,
#bottomContainer a:link,
#bottomContainer a:visited{
	text-decoration:none;
	color:#256179;
}
#headerContainer a:hover,
#bottomContainer a:hover {
	color:#fee7c7;
}
#bodyContainer {
	width:100%;
	margin:0px auto;
	text-align:center;
	position:absolute;
	top:50%;
}
#bottomContainer {
	margin:0px auto;
	text-align:center;
	font-family:ChunkFiveRegular;
	font-size:26px;
	color:#256179;
	text-transform:uppercase;
}
#imageContainer {
	width:620px;
	height:598px;
	margin:0px auto;
	position:absolute;
	margin-left:-310px;
	top:-299px;
	left:50%;
}
#footerContainer {
	text-align:center;
	height:10px;
	padding:23px 0px 17px 0px;
	position:absolute;
	_positon:absolute;
	bottom:0px;
	width:100%;
	color:#937e63;
	font-size:10px;
	font-weight:bold;
	background-color:#6d5940;
	background-image:url(../images/footer-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
#footerContainer p {
	font-family:ChunkFiveRegular;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	color:#FF4848;
	text-transform:uppercase;
}
#footerContainer a:link,
#footerContainer a:visited {
	text-decoration:none;
	color:#FF4848;
}
#footerContainer a:hover {
	color:#ff8b8b;
}