/********************/
/* Default Elements */
/********************/

html body
{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#000000;
	background-image:url('/images/background_lres.jpg');
	text-align:left;
}

h1, h2, h3, h4, h5
{
	color:#990000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	border-bottom:1px solid #990000;
	width:95%;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	border-bottom:1px dotted #990000;
	width:75%;	
}

h5
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.5em;
	text-align:right;
	font-weight:normal;
}

a, a:link, a:visited, a:hover, a:active
{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:bold;
	font-size:0.75em;
}

hr
{
	margins:0px;
	padding:0px;
	height:1px;
	width:95%;
	border-bottom:1px dotted #000000;
}

div
{
	padding:5px;
}

img
{
	border:none;
}




/*******************/
/* Layout Elements */
/*******************/

table#layout
{
	width:740px;
	padding:0px;
	text-align:left;
}
	tr#top-ad
	{
		background-image:url('/images/adbacker740x100.jpg');
		width:740px;
		height:100px;
	}
		td#top-ad
		{
			width:740px;
			height:100px;
			text-align:center;
		}

	tr#site-logo
	{
		background-color:#990000;
		width:740px;
		height:195px;
	}
		td#site-logo
		{
			width:740px;
			height:195px;
			background-image:url('/images/header740x195.jpg');
		}
		
		div#site-logo
		{
			position:relative;
			top:0px;
			left:0px;
			width:740px;
			height:195px;
			padding:0px;
		}

		a#site-logo
		{
			position:absolute;
			top:0px;
			left:0px;
			width:740px;
			height:195px;
		}
	
	tr#main
	{
		background-color:#FFFFFF;
		width:740px;
		text-align:left;
	}
		td#left-column
		{
			text-align:left;
			width:125px;
		}
		
		td#content-area
		{
			text-align:left;
		}
		
		td#right-column
		{
			text-align:left;
			width:125px;
		}
		
	tr#foot-ad
	{
		background-color:#FFFFFF;
		width:740px;
	}
		td#left-ad
		{
			width:125px;
		}
		
		td#main-ad
		{
			text-align:center;
		}
		
		td#right-ad
		{
			width:125px;
		}

	tr#site-foot
	{
		background-color:#FFFFFF;
		width:740px;
		height:92px;
	}
		td#site-foot
		{
			width:740px;
			height:92px;
			background-image:url('/images/footer740x92.jpg');
		}
		
/* Links Area */

ul#leftlinks
{
	padding:3px;
	margin:0px;
}

ul#rightlinks
{
	padding:3px;
	margin:0px;
}

li.left-link
{
list-style:none;
}

li.right-link
{
	text-align:right;
	list-style:none;
}

/* News Output  */

div.news-item
{
	border:1px dotted #000000;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
}

h4.news-item
{
	margin:0px 0px 0px 0px;
}
h5.news-item
{
	margin:5px 0px 0px 0px;
	text-align:right;
	font-weight:normal;
	font-size:0.5em;
	padding-right:10px;
}

a.news-item
{
	font-weight:normal;
	font-size:0.75em;
}

p.news-item
{
	font-size:0.75em;
	border-bottom:1px dotted #000000;
	margin-bottom:10px;
	width:97%;
}

/* Pagination */

a.page-select
{
	font-size:0.5em;
}

a.page-select-this
{
	font-weight:bold;
	font-size:0.75em;
}




