* { margin:0; padding:0; }
body { font-family: Arial, Helvetica, sans-serif; }
a img {	border: 0; }
a, a:visited { color: #000000; text-decoration: none; }
a:hover { color: #E08E00; }

/* Structure
----------------------------------------------- */
#wrapper {
	margin:0 auto;
	width:1100px;
	min-height:1000px;
	background: #FFFFFF url('../images/background.jpg') no-repeat;
}
.main_content, #sub_content {
	margin:0 90px;
	width:925px;
	padding-top:10px;
	clear:both;
}
#news, #page_content, .two_column, .box {
	background:#FFFFFF;
	border:solid #000000 1px;
}
.container {
	padding:5px 10px;
}
.container p {
	margin:1em 0;
	font-size:0.8em;
}
.container ol {
	padding:0 35px;
	font-size:0.8em;
}

/* index page */
#news {
	width:594px; height:452px;
	padding:15px 12px 5px 12px;
	float:left;
	overflow:hidden;
}
#standings { width:300px; float:right; }
#aleague { height:170px; overflow:hidden; }
#bleague { height:295px; overflow:hidden; margin-top:5px; }
#aleague table, #bleague table { padding:0; width:100%; font-size:0.8em; line-height:15px; }
#articles { width:300px; float:left; }
#schedule { width:617px; float:right; }
#schedule img { width:597px; }

/* two column pages */
.two_column {
	width:456px;
	margin:0 2px;
	float:left;
}
.two_column table {
	width:100%;
}

#teams img {
	float:left; padding-left:10px; padding-right:20px; padding-top:5px;
}
.standing_table { text-align:center; line-height:1.2em; font-size:0.9em; }
.even { background-color:#BBBBBB; }
.odd { background-color:#FFFFFF; }

/* headings
----------------------------------------------- */
h1 {
	padding-left:10px;
	background:url('../images/boxbg.gif');
	font-size:0.8em;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:25px;
}
h2 {
	padding-left:10px;
	margin-bottom:3px;
	background:url('../images/h2bg.gif');
	font-size:0.8em;
	text-transform:uppercase;
	line-height:22px;
}
h3 {
	font-size:0.9em;
	text-transform:uppercase;
}

/* Navigation and header
----------------------------------------------- */

#header {
	background-image: url('../images/banner.jpg');
	height:158px;
	font-size:0.8em;
	font-weight:bold;
	cursor:pointer;
}
#header {
	margin:0 90px;
	width:925px;
	margin-bottom:10px;
}
#navigation {
	padding-top:132px;
	line-height:26px;
	text-align:center;
}
#navigation a {
	color:#FFFFFF;
	padding:0 17px;
}
#navigation a:hover {
	color:#E0B060;
}


/* Misc
----------------------------------------------- */

.clear {
	clear: both;
}
.smalltext3 {
	font-size:0.8em;
}
