/* Custom Stylesheet by Mike-N-tosh */

/* --------------- Basic Element Declarations --------------- */
body
{
	background-color: #FFF;
	font-size: 12pt;
	font-family: "Times New Roman", Times, Serif;
	line-height: 14pt;
}

a a:visited
{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

img
{
	border-style: none;
	text-decoration: none;
}

a:hover
{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Layout Elements */
#wrapper
{
	width: 1000px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	border:#CCC thin solid;
}

#header
{
	display: block;
	margin: 0 auto;
	padding: 5px;
}

.side_col
{
	width: 210px;
	display: block;
	float: left;
	background-color: white;
}

.side_col div.head
{
	width: 210px;
	height: 30px;
	padding: 3px 0;
	text-align: center;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
	background: blue;
	color: #FFF;
}	

#content
{
	width: 720px;
	display: block;
	float: left;
	margin-left: 5px;
	text-align: center;
	font-size: .8em;
	padding: 5px;
}

#footer
{
	display: block;
	margin: 5px auto;
	font-size: .6em;
}

#footer a, #footer a:visited
{
	color: #6699CC;
	text-decoration: none;
	font-style: normal;
}

#footer a:hover
{
	color: #3399FF;
	text-decoration: none;
	font-style: normal;
}

/* Ad Elements */
#top_leaderboard
{
	width: 730px;
	height: 92px;
	display:block;
	margin: 2px auto;
}

.side_g_links
{
	display: block;
	width: 200px;
	height: 100px;
	padding: 5px;
	margin: 0 auto;
}

.side_200_ad
{
	display: block;
	width: 200px;
	float: none;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	text-decoration: none;
	padding: 5px;
	margin: 0 auto;
}