/* Mythic Entertainment - main.css */
/* ============================================ */
/* author: Cat Weismann */
/* ============================================ */


/* Body Structure - Content */
/* Pages: All */
/* ============================================ */

body {
	margin: 0px;
	background:#000000;
	color:#FFFFFF;
}

body, tr, td, th {
	font-size:10pt;
	cursor : default;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FF9900;
}

img {
	border-width: 0px;
}

.narrowText {
	margin:34px auto 0;
	text-align:center;
	width:494px;
	color:#CCCCCC;
	font-family:serif;
	font-size:small;
}

.legal {
	color: #999999;
	font-size: x-small;
}

/* container for page content */
#content-container {
margin:0 auto;
padding:0;
text-align:center;
width:985px;
}

#content-container .rightFloat {
	margin: 0px auto 1px 5px;
	clear: right;
	float: right;
	}
#content-container .rightFloatLow { /* For bumping rightFloat images down one line */
	margin: 1.5em auto 1px 5px;
	clear: right;
	float: right;
	}

#content-container .leftFloat {
	margin: 0px 5px 1px auto;
	clear: left;
	float: left;
	}

#content-container .centerClear {
	text-align: center;
	width: 100%;
	margin: 0px auto;
	clear: both;
	position: relative;
	}

	#content-container .centerClear img {margin: 3px;}

	#content-container .centerClear .rowbuffer {
		clear: both;
		height: 10px;
	}
	#content-container .centerClear .image2 {
		width: 50%;
		_width: 48%;
		float: left;
		margin-bottom: 10px;
	}
	#content-container .centerClear .image3 {
		width: 33%;
		_width: 31%;
		float: left;
		margin-bottom: 10px;
	}
	#content-container .centerClear .image4 {
		width: 25%;
		_width: 24%;
		float: left;
		margin-bottom: 10px;
	}
	#content-container .centerClear .image5 {
		width: 20%;
		_width: 19%;
		float: left;
		margin-bottom: 10px;
	}

	#content-container .generalbox {
	  margin: 20px auto;
	  text-align: left;
	  clear:both;
	  width: 675px;
	  font-family: Tahoma, Arial, Helvetica, sans-serif;
	  color:#999999;
	}

/* Body Structure - Header */
/* Pages: All */
/* ============================================ */

#Mythic_Masthead {
	position: relative;
	width: 985px;
	height: 315px;
	cursor: default;
	background: transparent url('../images/Mythic_Masthead_back.jpg') no-repeat 0 0;
}

#Mythic_Masthead #Mythic_Masthead_EA {
	position: absolute;
	top: 0px;
	left: 806px;
}

#Mythic_Masthead #Mythic_Masthead_Mythic {
	position: absolute;
	top: 3px;
	left: 314px;
}

/* Body Structure - Footer */
/* Pages: All */
/* ============================================ */

#footer {
	margin:316px auto 0;
	text-align:center;
	width:580px;
	line-height:30px;
}