@charset “utf-8″;
/* CSS Document */

*
	{border:0; margin:0; padding:0}
html, body
	{width: 100%;
	height: 100%;
	color:#000;
	margin:0px;
	padding:0px;
	background: #fff;
	font-family: Georgia, Serif;}
A, A:link, A:visited, A:active 
	{text-decoration: underline; color:#900000;}
table
	{background-color: #ccc;}
p
	{font-family: Georgia, Serif;
	font-size: .85em;
	line-height: 1.5em;
	margin-bottom: 20px;}
td
	{font-family: Georgia, Serif;
	line-height: 1.5em;}
h1
	{font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	line-height:1.3em;}
h2
	{font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1.75em;
	text-transform:uppercase;
	color:#000;
	margin-bottom: 0px;
	text-align: center}
h3
	{font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1.5em;
	color: #000;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-align: center}
h4
	{font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1.3em;
	color: #000;
	margin-bottom: 15px;
	text-transform:uppercase;
	text-align: center}
h5
	{font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1.2em;
	color: #900000;
	margin-bottom: 15px;
	text-transform:uppercase;
	text-align: center}
img, img:a
	{border:none;}
IMG.center 
    {display: block;
    margin-left: auto;
    margin-right: auto;}
#container
	{width:600px;
	margin:0px;
	margin-left: auto;
    margin-right: auto;}
		#column_left
			{width:250px;
			float:left;
			margin-top:0px;
			margin-left: 20px;}			
		#column_right
			{width:680px;
			float:left;
			margin-top:0px;}
				#content_right
					{width:600px;
					margin-left: 20px;
					margin-right: 90px;
					float:left;}
#footer
	{width:950px;
	height:150px;
	color:#fff;
	background: #777;
	background: url(img/footer.png) repeat-y left top;
	text-align:center;
	padding:0;
	display:block;
	clear:both;
	margin-left: auto;
    margin-right: auto;}