/*YUJO MMA WEBSITE CSS
DESIGNED AND DEVELOPED BY TREVORHENRY
MEDIASOLDIER.NET / KOJIFLAK.COM
----------------------
----------------------
GLOBAL*/
HTML, BODY
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
}
H1
{
	font-size: 14pt;
	font-weight: normal;
	color: #D12828;
	padding: 0px;
	margin: 0px 0px 10px;
}
IMG
{
	border: none;
}
A
{
	color: #D02727;
}
#top
{
	height: 174px;
	width: 100%;
	background: #B84343 url(img/headerBg.gif) no-repeat center;
}
#navigation
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	padding-top: 10px;
	padding-left: 175px;
}
#navigation UL
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#navigation UL LI
{
	display: inline;
	text-transform: uppercase;
	padding: 15px;
}
#navigation UL LI:hover
{
	display: inline;
	text-transform: uppercase;
	background-color: #A12C2C;
}
#navigation A
{
	color: #EDEDED;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
#navigation A:hover
{
	color: #FFFFFF;
}
.title
{
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 10px;
	margin-top: 12px;
}
/*----------------------*/
#bottom
{
	width: 100%;
	height: 730px;
	background: url(img/bodyBg.gif) no-repeat center top;
}
#container
{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: static;
}
#carousel
{
	height: 230px;
	width: 800px;
	background: #020202 url(img/banner.jpg);
}
#content
{
	width: 800px;
	position: relative;
	height: auto;
}
#slogan
{
	font-size: 26pt;
	padding-top: 10px;
	font-style: italic;
	color: #353535;
	padding-bottom: 15px;
	width: 800px;
	border-bottom: 1px solid #DDDDDD;
	font-family: Georgia;
}
#slogan .emphasis
{
	font-weight: bold;
}
#column1
{
	width: 250px;
	position: relative;
	margin-left: 0px;
	height: auto;
	float: left;
}
#column2
{
	width: 250px;
	position: relative;
	margin-left: 16px;
	height: 250px;
	float: left;
}
#column3
{
	width: 250px;
	position: relative;
	margin-left: 16px;
	height: 250px;
	float: left;
}
.contentSpacing
{
	line-height: 1.9;
}
#footer
{
	width: 100%;
	background-color: #E2E2E2;
	border-top: 1px solid #A3A3A3;
	position: fixed;
	z-index: 500;
	bottom: 0;
	height: 75px;
}
#footerContainer
{
	width: 800px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#footer A
{
	text-decoration: none;
}
#footer001
{
	float: left;
	padding-right: 60px;
}
#footer002
{
	float: left;
	padding-right: 60px;
}
#footer003
{
	float: left;
	padding-right: 60px;
}
#footer004
{
	float: left;
}
