@charset "utf-8";
@import url(typo.css);
/*
CSS Document
Author: Kyle Reddoch
Author URL: http://www.kylereddoch.com
*/
   
body {
	background:url(../images/bg.jpg) center no-repeat rgb(65,3,3);
	margin:0;
	padding:0;
}

#outer_contain {
	margin:0 auto;
	background:url(../images/outer_bg.png) no-repeat;
	width:826px;
	height:531px;
	padding:141px 93px 88px 84px;
}

#main_contain {
	margin:0;
	background:url(../images/main_contain_bg.png) no-repeat;
	width:798px;
	height:498px;
	padding:13px 17px 20px 11px;
}

#header {width:798px;
	height:142px;
	background:url(../images/header_bg.jpg) no-repeat;
	vertical-align:top;
}

#mission {width:206px;
	height:270px;
	float:left;
	padding:8px 19px 0 14px;
}

#title {width:239px;
	height:280px;
	float:left;
}

#slideshow {
	width:491px;
	height:237px;
	float:left;
	margin:1px 66px 42px 2px;
}

#content {
	width:461px;
	height:207px;
	float:left;
	margin:1px 66px 42px 2px;
	background:#f4e3a0;
	padding:15px;
	overflow:auto;
}

#footer {
	width:497px;
	height:16px;
	background:url(../images/footer_bg.jpg) no-repeat;
	float:left;
	clear:left;
	padding:40px 219px 20px 82px;
}
#credits {
	width:100%;
	height:auto;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(231,171,0);
	margin:10px 0 0 0;
	text-align:right;
}
