<!-- 
/* Hide from incompatible Browsers.*/

body {
	margin: 0px auto;
	margin-top: 0px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size: 12 pt;
	color: #000000;
	background: url(img/bg-home.jpg) repeat 0px 0px;
	}

A, A:link, A:visited, A:active {
	font-family: georgia, verdana, arial, helvetica, sans-serif; 
	text-decoration:underline; 
	color: #CD5C5C; 
	background-color: white;
	}
A:hover { color:#CC0000; }

h1 	{ 
	font-size: 18 pt;
	}

h2 	{ 
	font-size: 12 pt;
	}

h3 	{ 
	font-size: 10 pt;
	}

h1, h2, h3 { 
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 30px 10px 10px 10px;
	}
p { 
	margin: 0px 10px 10px 10px;
	}
hr {
	border: dotted 2px silver;
	}

.feed_title	{
	font-size: 16px;
	}
.feed_description {
	font-size: 16px;
	}

/* ----- HEADER ----- */

#ctr {
	position: absolute; 
	top: 0px; 
	left: 50%; 
	}

#header {
	position: absolute; 
	top: 0px; 
	left: -478px; 
	width: 955px; 
	height: 160px;
	background-color: #202020;
	}

/* CONTENT */


#content {
	position: relative; 
	top: 161px; 
	left: -478px; 
	width: 955px; 
	height: auto; /* for modern browsers */
	background: white; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	margin-top: 0px;
	}

/* ----- FOOTER ----- */


#footer { 
	position: relative; 
	top: 161px; 
	left: -478px; 
	width: 955px; 
	background-color: #ffffff;
	font-size: 8pt;
	margin-top: 0px;
	padding: 10px;
	}

/* End Style Sheet commenting. */  
-->