@charset "utf-8";
/* CSS Document */

a:link
{
	color:#9b0b0e;
	text-decoration:none;
}

a:visited
{
	color:#9b0b0e;
	text-decoration:none;
}

a:hover
{
	color:#9b0b0e;
	text-decoration:underline;
}

body
{
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin:0 0 18px 0;
	padding:0;
}

h3
{
	font-size:14px;
	font-weight:bold;
}

td
{
	vertical-align:top;
}

#bar_below
{
	background-image:url('images/bar-below.jpg');
	background-repeat:no-repeat;
	height:45px;
	width:850px;
	color: #FFFFFF;
}
#bar_below a {
	color: #FFFFFF;
}


#container
{
	background-color:#FFF;
	margin:15px auto;
	width:850px;
	border:1px solid #333;
}

#header
{
	background-image:url('images/header1.jpg');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:850px;
	height:192px;
}

#nav
{
	width:100%;
}

#left
{
	width:235px;
	height:auto;
	border-right:1px solid #777;
	padding:5px;
}

#right
{
	width:565px;
	height:auto;
	padding:5px;
}

#footer
{
	text-align:center;
	background-color:#DDD;
	border-top:1px solid #BBB;
}

#bread {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}

#bread a {
	margin: 0 4px;
	font-size: 9px;
	}.white-text {
	color: #FFFFFF;
}

