﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
}
body
{
	color: #666;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 2em;
	background-color: #fff;
	margin-top: 4em;
	margin-left: 4em;
	margin-bottom: 10em;
}

img
{
	margin-bottom: 2em;
}

/********************* STRUCTURE **********************/
div#container
{
	margin: 0 auto;
	width: 920px;
	padding: 0;
	border: 0;
	overflow: hidden;
	margin-top: 20px;
}
div#header
{
	float: left;
	display: block;
	width: 100%;
	height: 80px;
	padding: 0;
	margin-bottom: 20px;
}
div#header h1
{
	float: left;
	display: block;
	padding: 10px 0 0 10px;
	width: 400px;
	line-height: 1em;
	font-weight: 900;
	font-size: 38px;
}
div#header-ad
{
	float: right;
	display: block;
	width: 460px;
	height: 60px;
	margin: 10px 10px 0 0;
}
div#content
{
	float: left;
	display: block;
	width: 100%;
	background: url(images/dot-top.gif) top repeat-x; 
	margin-bottom: 5em;
}
div#left-column
{
	float: left;
	display: block;
	width: 510px;
	padding-top: 20px;
	padding-right: 10px;
	background: url(images/dot.gif) right top repeat-y; 
}
div#middle-column
{
	float: left;
	display: block;
	width: 250px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/dot.gif) right top repeat-y; 
}
div#right-column
{
	float: right;
	display: block;
	width: 120px;
	background: url(dot.gif) right top repeat-y; 
	padding-left: 10px;
	padding-top: 20px;
}
div#footer
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	border-top: solid 1px #ccc;
}

h2
{
	margin-bottom:2em;
}

dt
{
	padding: 5px 0 2px 0;
}

.highlight
{
	background-color: #ccc;
}

a {
color: #CC6600;
}

a:hover {
color: #999;
}

/********************* FOOTER **********************/
div#footer a
{
	text-decoration: none;
	color: #000;
}
div#footer div.links
{
	width: 100%;
	text-align: center;
	float: left;
	color: #bbb;
}
div#footer div.links a
{
	text-decoration: none;
	color: #bbb;
}

/********************* TABLE **********************/
table.date-table
{
	float: left;
	display: block;
	width: 250px;
	font-size: 10px;
}
table.date-table td
{
	padding: 0 3px 2px 0;
	line-height: 1.5em;
}
table.date-table caption
{
	border-bottom: solid 1px #ccc;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

/********************* CONTENT **********************/
div#left-column p
{
	margin-bottom: 5px;
}

