@charset "UTF-8";
/* CSS WRITTEN BY RYAN JAMES RAGSDALE FOR IMPACT ZONE WRESTLING */

#container {
	background-color:#000;
	background-image:url(../img/containerbg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:984px;
}

#commercial, #newslinks, #news, #resultsbyyear, #results, #roster, #media, #history, #contact, #titlehistory, #videosbydate {
padding-top:240px;
}

#welcome {
padding-top:193px;
}

#welcome p {
font-size:16px;
}

#recentresults, #commercial {
float:left;
margin:0 24px 48px 24px;
width:456px;
}

#headlines, #welcome {
float:left;
width:456px;
}

#newslinks, #titlehistory, #resultsbyyear {
float:left;
margin-left:24px;
width:336px;
}

#videosbydate {
float:left;
margin-left:24px;
width:216px;
}

#news, #results, #history {
	float:left;
	margin:0 24px;
	width:576px;
	text-align: center;
}

#results {
	float:left;
	margin:0 24px;
	width:696px;
	color: #CCC;
}

#resultsbyyear {
float:left;
margin-left:24px;
width:216px;
}

#impactrecap {
float:left;
margin-left:24px;
width:576px;
}

#media, #contact {
margin-left:24px;
width:576px;
}

#media {
float:left;
}

#roster {
margin-left:24px;
}



#footer {
	background-color:#000;
	background-image:url(../img/footerbg.png);
	background-repeat:no-repeat;
	clear:left;
	padding:24px 0 12px 0;
}

#footer p {
font-size:12px;
margin-left:24px;
}

#footer a {
font-size:12px;
}

