@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000;	
}

#header-wrap {
/*	position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	background-color:#000
}

#header-container {
	height:50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(Images/Movies_header_revised.png);
	z-index:5;
}
#header {
	background-color:#F00;
	text-align: right;
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}

#container-wrap {
	width:100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
}

#container {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
	padding: 60px 0 10px;
	background-color: #FFF;
}

#content {
	float: right;
	width: 660px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-left: 5px;
	padding-right: 10px;
}

#content a:link {
	color:#369;
	text-decoration:none;
}

#content a:visited {
	color:#960;
}

#content a:hover {
	color:#369;
}


.fighterName {   /* the Fighter's Name*/
	font-size: large;
}

.fighterVs {   /* the "vs" Name*/
    font-size: 16px;
}

.event { /* the event name*/
	font-size: x-small;
}

#fighterVids td {
	vertical-align:top;
}

#fighterVids table {
	width: 100%;
	margin-bottom: 200px;
}

#fighterAlpha {
		border-collapse:collapse;
		border="0";
}

#fighterAlpha td:first-child {
	width: 15px;
	vertical-align:middle;
}

#fighterAlpha td+td {
	text-align:left;
}

#fighterAlpha td+td+td {
	text-align:left;
}

.red {
	color:#F00;
}

.announce {
	background-color:#FFC;
	padding: 5px;
}

#sidebar {
	float:left;
	width: 250px;
	margin-top: 0px;
	padding-left: 10px;
	font-family: "old English Text MT", Times New Roman;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000;
	padding-bottom: 10px;
	text-align: center;
}

#navigation {
	font-weight:bold;
	text-transform: capitalize;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:10px;
	color:#000;
	padding-top: 10px;
}

#navigation a:link {
	color:#000;
	text-decoration:none;
}

#navigation a:visited {
	color:#960;
	text-decoration:none;
}

#navigation a:hover {
	color:#909;
	font-size:x-large;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909;
}

	
table {
	border: 2px solid;
}

table td {
	padding:2px;
}

.top {
	vertical-align:top;
}

.center {
	text-align:center;
}

#footer {
	width: 940px;
	position: relative;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-image: url(Images/footer_aeschine.png);
} 
#footer-container {
	height: 130px;
	background-image: url(Images/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
} 
