html, body
{
	padding: 0px;
	margin: 0px;
	background-image: url("images/headerbg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	height: 100%;
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header 
{
	/*padding:1em;*/
}

div#header p 
{
	margin:0;
}

div#content 
{
	padding:1em 1em 5em; /* bottom padding for footer */
}

div#content p 
{
	/*padding:0 1em;*/
}

div#footer 
{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

div#footer p 
{
	padding:1em;
	margin:0;
}

table
{
	text-align: left;
}

td
{
	vertical-align: top;
	text-align: left;
}

td.newscontainer
{
	padding: 0px;
	padding-top: 20px;
	vertical-align: top;
	text-align: right;
}

td.newsbox
{
	border-top: 3px solid #b07553;
	background-image: url("images/itsthenews.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: justify;
}

td.sidebar
{
	padding: 0px;
	vertical-align: top;
	height: 390px;
}

p
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

p.title
{
	color: #802f21;
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
}

p.smallright
{
	font-size: 9px;
	text-align: right;
	color: #666666;
}

p.smallcenter
{
	font-size: 9px;
	text-align: center;
	color: #666666;
}

a, a:visited, a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #802f21;
}

a:hover
{
	text-decoration: underline;
	color: #b07553;
}

img
{
	border: 0px;
}

img.avatar
{
	margin-right: 10px;
}

img.sidebar
{
	border: 2px solid #b07553;
}

img.featuredsite
{
        margin: 0px;
        border: 1px solid #AAAAAA;
}

blockquote 
{
	background-color: #EEEEEE;
	padding: 7px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}