/* CSS Document */

/* Showdown Productions Home Page Generic Classes */

body{
	background-color:#76000D;
	margin:0 0 10px 0;
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:White;
}

h2{
	font-size:13px;
	text-transform:uppercase;
}

p{
	line-height:17px;
}

img{
	border:0;
}

a:link, a:active, a:visited{
	color:white;
	text-decoration:underline;
}

a:hover{
	color:blue;
	text-decoration:underline;
}

#shadowWrapper{
	position:relative;
	margin:0 auto;
	width:780px;
	background-image:url(../images/shadowBackground.gif);
	background-repeat:repeat-y;
}

#main{
	position:relative;
	margin:0 auto;
	width:750px;
	background-color:#A4000D;
}

#header{
	position:relative;
	width:750px;
}

#headerBanner{
	margin:20px 20px 0 20px;
}

#menu{
	position:relative;
	width:730px;
	height:24px;
	margin:0 auto;
	text-align:right;
}

#body{
	position:relative;
	margin:0 auto;
	width:730px;
	background-color:#A4000D;
	padding:0 10px 10px 10px;
}

#bodyContent{
	padding:0;
	width:712px;
	min-height:434px;
	height:auto !important;
	height:434px;
	background-color:#DA0015;
	border:8px solid #DA0015;
}

#leftColumn{
	margin:0;
	min-height:434px;
	height:auto !important;
	height:434px;
	background-color:#A4000D;
}

#rightColumn{
	float:right;
	width:343px;
	height:434px;
	background-image:url(../images/ironRed.jpg);
	background-repeat:repeat;
	background-color:#A4000D;
}

#shadowFooter{
	position:relative;
	margin:0 auto;
	width:780px;
}

#legal{
	text-align:center;
	margin:0 auto;
	width:780px;
	margin:5px auto 15px auto;
}
