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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #382C21;
	margin-top: 0px;
	margin-left:0px;
}
#wrapper{
	width:740px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:left;
}
#header{
	width:740px;
	height:auto;
	background-image: url(images/lol_bg_mid.png);
}
#content{
	width:740px;
	height:auto;
}
#contentBody{
	background-image:url(images/lol_bg_mid.png);
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer{
	width:730px;
	height:auto;
	color: #CCCCCC;
	text-align: center;
}
.topGraphic{
	height:10px;
	background-image: url(images/lol_bg_top.png);
}
.bottomGraphic{
	height:20px;
	background-image: url(images/lol_bg_bot.png);
	margin-top: 0px;
	padding-top: 0px;
}
.midGraphic{
	height:10px;
	background-image: url(images/lol_bg_mid.png);
}
.clearFix{
	clear:both;
	height: 10px;
	margin-top: 5px;
	padding-top: 5px;
	}
.style1 {color: #FF0000}
a {
	color:#CC6600;
	text-decoration: none;
	}
a:hover {
	color:#333333;
	}
a:visited{
	color:#CC6600;
	}
#wrapper #content #contentBody h1 {
	font-size: 12px;
}

h2 a{
font-size:14px;
	color:#CC6600;
	text-decoration:none;
}
h2 a:hover{
	color:#333333;
	text-decoration: underline;
}
h2 a:visited{
	color:#CC6600;
	text-decoration: none;
}
#footer a{
font-size:9px;
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#CC6600;
	text-decoration: underline;
}
#footer a:visited{
	color:#999999;
	text-decoration: none;
}
