﻿*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #D72020;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #D72020;
}

html {
	height: 100%;
}


body {
	
	background: #cccccc;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	height: 100%;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 811px;
	height: 100%;
}

#main {
	background: #ffffff;
	width: 811px;
	min-height: 1500px;
}


#header {
	background: #ffffff;
	height: 244px;
	text-align: right;		
}


#logo {
background: #ffffff;
width: 771px;
height: 180px;
float: left;
text-align: right;
padding-left: 40px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}

#logo H2 a
{
font-size: 12px;
}

#left
{
	float: left;
	padding: 10px;
	width: 240px;
	padding-right: 1em;
	margin: 0 auto;
	background-image: url(images/white.gif);
	background-repeat:repeat;
	height: 100%;


}

#left H3
{
width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat;
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #D72020;
}
#left a:visited {
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}

#right
{
float: right;
width: 500px;
padding-right: 10px;
height: 100%;
margin: 0 auto;
	background-image: url(images/white.gif);
	background-repeat:repeat

}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D72020;
}

#right a
{
color: #D72020;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h1 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #D72020;
	background-color: #fff;
}



#footer {
	height: 47px;
	clear: both;
	bottom:0;
	background: url(images/header_top_over.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #D72020;
}

#highlight {
background: #666666;
}
