﻿body
{
	font-family: Arial;
	font-size: 13px;
	margin:0 auto;
	padding:0px;
}

#container
{
	width:865px;
	margin:0px auto;
	padding:0px;
}

#header
{
	width:100%;
	height:110px;
}

#nav_bar
{
	height:30px;
	background-image: url(../images/layout/bg_grad0.jpg);
	background-repeat:repeat-x;
}

#nav_bar a
{
	color: #fff;
	text-decoration:none;
}

#nav_bar a.hover
{
	text-decoration:underline;
}

#content
{
	padding:0px;
	margin:0px auto;
	border:0px;
}

#footer
{
	clear:both;
	height:20px;
	line-height:18px;
	color: #fff;
	background-image: url(../images/layout/bg_grad2.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#footer a
{
	text-decoration:none;
	color:#fff;
}

#footer a.hover
{
	text-decoration:underline;
}

h1
{
	color: #C0504D;
}

h2
{
	color: #C0504D;
}
h3
{
	color: #1F497D;
}

.red_text
{
	color:#C0504D;
}

.red_link
{
	color:#C0504D;
}