/* CSS Document Created By Matthew Morris */

/* ---> GENERAL */
* {
	color: #CCC;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
html {
	background-color: #484848;
}
/* ---> topNAV */
#nav {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 116px;
	background: #484848 url(bannerStripe.png) top center no-repeat;
}
#nav ul {
	height: 24px;
	list-style-type: none;
	padding: 40px 0 0 575px;
}
#nav li {
	float: left;
}
li.press a { color:#777; background: url(nav/btn1_norm.png) no-repeat 0 0; }
li.press a:hover { color:#777; background: url(nav/btn1_hov.png) no-repeat 0 0; }
li.goodies a { color:#777; background: url(nav/btn2_norm.png) no-repeat 0 0; width: 85px !important; }
li.goodies a:hover { color:#777; background: url(nav/btn2_hov.png) no-repeat 0 0; width: 85px !important; }
li.about a { color:#777; background: url(nav/btn3_norm.png) no-repeat 0 0; }
li.about a:hover { color:#777; background: url(nav/btn3_hov.png) no-repeat 0 0; }
li.home a { color:#777; background: url(nav/home.png) no-repeat 0 0; }
li.home a:hover { color:#777; background: url(nav/homeHov.png) no-repeat 0 0; }
.home a {
	width: 150px !important;
	height: 22px !important;
	font-size: 19px;
	margin: 44px 0 0 -792px;
}
#nav a {
	width: 92px;
	height: 37px;
	color: #BCA441;
	display: block;
	font-size: 16px;
	padding-top: 7px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font: Arial, Arial, Helvetica, sans-serif;
}
#nav a:hover { color: #CCB86B; }

/* ---> imageSTYLING */
img {
	float: left;
	border: none;
	margin: 10px 20px;
}
.a { border: 2px solid #555; }
.a:hover { border: 2px dotted #36C; }
#left img { float: none; }

/* ---> textSTYLING */
span {
	text-align: center;
}
h1 {
	text-indent: -2000em;
}
h2 {
	color: #CCC;
	font-size: 18px;
	text-align: center;
	padding: 9px 0 0 0;
}
p {
	color: #CCC;
	font-size: 14px;
	line-height: 1.2em;
}
#right p {
	margin: 58px 10px 18px 10px;
}
#left p {
	margin: 18px 10px;
}
#center p {
	margin: 10px 10px;
}
#container a {
	color: #CCC;
	width: auto;
	height: auto;
	font-size: 1em;
	display: inline;
	text-indent: 0px;
	text-decoration: underline;
}
#container a:hover {
	color: #FFF;
	border-bottom: 2px solid #CCC;
	text-decoration: none;
}
#container ul {
	margin: 0 0 14px 32px;
	padding: 0px;
}
#container li {
	float: none;
	padding: 0px;
	color: #CCC;
	font-size: 14px;
	line-height: 1.4em;
	list-style-type: circle;
}

/* ---> bodyDIVs */
#container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(pageBackground.png) top center repeat-y;
}
	/* ---> rightDIVs */
	#right {
		float: right;
	}
	#right.title {
		width: 540px;
		height: 40px;
		background: #555 url(titleLarge.png) top center no-repeat;
	}
	#right.content {
		width: 540px;
		height: auto;
		margin: 0 48px 12px 0;
		padding-bottom: 12px;
		background: #555 url(bottomLarge.png) bottom center no-repeat;
	}
	
	/* ---> leftDIVs */
	#left.title {
		width: 250px;
		height: 40px;
		background: #555 url(titleSmall.png) top center no-repeat;
	}
	#left.content {
		width: 250px;
		height: auto;
		margin: 0 0 12px 48px;
		padding-bottom: 12px;
		background: #555 url(bottomSmall.png) bottom center no-repeat;
	}
	
	/* ---> centerDIVs */
	#center {
		clear: both;
	}
	#center.title {
		width: 804px;
		height: 40px;
		background: #555 url(titleFull.png) top center no-repeat;
	}
	#center.content {
		width: 804px;
		height: auto;
		margin: 0 0 12px 48px;
		padding-bottom: 12px;
		background: #555 url(bottomFull.png) bottom center no-repeat;
	}
	
	
/* ---> bottomBAR */
#footer {
	clear: both;
	width: 900px;
	height: 180px;
	font-size: 9px;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: transparent url(bannerStripe_Bottom.png) top center no-repeat;
}
.fText1 {
	color: #888;
	right: 20px;
	float: left;
	width: 400px;
	height: auto;
	font-size: 12px;
	padding-top: 69px;
	text-align: center;
}
.fText2 {
	color: #888;
	float: right;
	width: 400px;
	height: auto;
	font-size: 12px;
	padding-top: 69px;
	text-align: center;
}