@font-face {
	font-family: Loyal;
	src: url('fonts/Loyal.ttf');
}

img, div, img, ul, table, tr, td, h1, h2 {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #1a3b5f;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 2.0em;
}
h2 {
	font-weight: normal;
	font-size: 1.5em;
}

#three_col_a, #three_col_b, #three_col_c {
	padding: 10px;
	float: left;
	width: 29%;
}
#three_col_a, #three_col_b {
	width: 32%;
}

html {
	height: 101%;
}

body {
	background: #686868; /* 404040 */
	background-image: url('images/bg_grade.png');
	background-repeat: repeat-x;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 200%;
	height: 101%;
}

#bg_wrapper {
	min-height: 960px;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 5px;
}

#header {
	padding: 0 0 0 160px;
	margin: 0 -5px 0 -5px;
	height: 120px;
}

#footer_top {
	background-image: url('images/footer_top.png');
	margin-top: 30px;
	height: 10px;
}

#footer_bottom {
	background-image: url('images/bg_footer.png');
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
	min-height: 250px;
	padding: 0 10px 0 10px;
}

#footer_bottom a {
	color: #fff;
}

#left_menu_wrapper {
	float: left;
	width: 150px;
}

#left_menu {
	float: left;
	width: 150px;
	list-style: none;
	background-image: url('images/bg_black.png');
}

#left_menu li {
	margin: 1px 10px 1px 10px;
	padding: 0 10px 0 10px;
	background-image: url('images/bg_box.png');
	/*font-weight: bold;*/
}

#left_menu li:hover {
	margin: 1px 10px 1px 17px;
	background-image: url('images/bg_box.png');
}

#main_wrapper {
	margin: 0 0 0 160px;
	width: 780px;
}

#main_black {
	background-image: url('images/bg_black.png');
}

#main {
	margin: 0 10px 0 10px;
	padding: 10px;
	background-image: url('images/bg_box.png');
}

.fancy_title {
	font-family: Loyal;
	color: #f3e142;
	padding: 10px 40px 10px 40px;
	font-size: 30px;
	text-shadow: 5px 5px 5px black, 2px 2px 2px black;
}

#game_data {
	border-bottom: 1px solid #1f1f1f;
	width: 100%;
	margin: 0 0 10px 0;
}

#game_data td {
	text-align: center;
}

td.thumbnail {
	background: url('images/thumbnail_border.png');
	padding: 10px;
}

.gametitle {
	padding: 10px;
}

.news_date {
	font-size: 0.8em;
	margin-top: 0.8em;
	border-top: 1px solid black;
	text-align: right;
}

.block_url {
	display: block;
	padding: 0 0 0 20px;
}

