body
{
	width: 1000px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin: 0 auto -10px auto;
}

a:link,
a:hover,
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


#bigbox
{
	width: 854px;
	background: url(image/bg-stripes.png) no-repeat;
	padding: 10px 73px 0 73px;
}

#head
{
	height: 262px;
}

#sidebar
{
	width: 200px;
	float: left;
}

#sidebar ul
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#menu
{
	width: 654px;
	height: 120px;
	float: right;
	background: url(image/bg-menu.png) no-repeat;
	padding-top: 10px;
	margin-bottom: 20px;
}

#lastgame
{
	width: 160px;
	float: left;
	padding-left: 30px;
}

#dates
{
	width: 160px;
	height: 100px;
	float: left;
	font-size: 12px;
	padding-left: 40px;
}

#dates ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#extra
{
	width: 180px;
	height: 100px;
	float: left;
	font-size: 12px;
	padding-left: 40px;
}

#content
{
	width: 654px;
	float: right;
}


/* self defnied classes go here */

.result
{
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.more
{
	clear: both;
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
}


/* predefined classes go here*/

.post_title
{
	font-size: 14px;
}

.post_date
{
	font-size: 14px;
	font-style: italic;
}


/* hacks go here */

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
