body {
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}

#container
{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#header
{
	font: 36px "Courier New", monospace;
	color: #c61f1f;
	background: #fff;
	padding: 20px 20px 20px 180px;
}

#header h1 { margin: 0; }

a {text-decoration: none; color: #c61f1f; }

a:hover { color: #930b0b; }

a img {
border: 0;
} 

#title
{
	float: left;
	width: 1000px;
	margin: 0;
	text-indent:180px;
	font: 18px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	
}


#content-container
{
	float: left;
	width: 1000px;
	background: #fff;
}

#ad
{
	float: left;
	width: 110px;
	padding: 0;
	margin: 0 20px;
	display: inline;
}

#content
{
	float: left;
	width: 600px;
	padding: 0;
	margin: 0 0 0 30px;
}

h2 { margin: 0;  text-indent:180px;}

#rightcol
{
	float: right;
	width: 150px;
	padding: 0;
	margin: 0 20px 0 0;
	display: inline;
	text-align: right;
}

#rightcol h3 { margin: 0; }

#footer
{
	clear: both;
	background: #fff;
	text-align: center;
	padding: 20px;
	height: 1%;
	font-size: 12px;
}

#footer a {text-decoration: none; color: #444; }

#footer a:hover { color: #000; }
