@charset "UTF-8";
/* CSS Reset */

@import url("reset.css");

/* CSS Layout */

html, body {
	margin: 0 0;
	background-color: #000;
	text-align: center;
}

#page-width {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

	#page-width #header {
		width: 960px;
		height: 40px;
		float: left;
		display: inline;
	}

	#page-width #content-holder {
		width: 960px;
		float: left;
		display: inline;
	}

		#page-width #content-holder .holder-rows {
			width: 960px;
			float: left;
			display: inline;
		}

			#page-width #content-holder .holder-rows .large-holder {
				width: 454px;
				height: 132px;
				float: left;
				display: inline;
				padding: 2px 3px 2px 7px;
				position: relative;
			}

				#page-width #content-holder .holder-rows .large-holder p {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 15px;
					padding: 6px 0;
					color: #ee6e0f;
				}

					#page-width #content-holder .holder-rows .large-holder p a, .large-holder p span {
						color: #fff;
						text-decoration: none;
					}

			#page-width #content-holder .holder-rows .small-holder {
				width: 228px;
				height: 132px;
				float: left;
				display: inline;
				margin: 2px;
				position: relative;
			}

				#page-width #content-holder .holder-rows .small-holder .image {
					width: 228px;
					height: 132px;
					position: absolute;
					z-index: 5;
				}

				#page-width #content-holder .holder-rows .small-holder .link {
					width: 228px;
					height: 132px;
					text-align: center;
					position: absolute;
					z-index: 10;
				}

				#page-width #content-holder .holder-rows .small-holder .link a {
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #ffffff;
					font-size: 24px;
					line-height: 132px;
					text-transform: uppercase;
					text-decoration: none;
				}		

	#page-width #footer {
		width: 960px;
		height: 40px;
		float: left;
		display: inline;
		padding-top:10px;
		text-align:left;
	}