
body {
	color: #333;
	font-size: small;
	font-family: Georgia, Times, serif;
	margin: 0;
	padding: 0 }

#header {
	color: #fff;
	font-size: xx-large;
	background-image: url(../images/header.gif);	
	background-position:bottom;		
	background-repeat: no-repeat;
	height: 175px;
	clear: both }

#menu {
	background-image: url(../images/menubg.gif);
	padding-top: 25px;
	height: 20px;
	text-align:center;
	vertical-align: bottom }

#menu ul {
	font-size: medium;
	list-style: none;
	margin: 0	 }

#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 20px }

#menu a:hover {
	color: #925a2c;
	font-weight: bold;
	text-decoration: none }

#footer {
    color: #fff;
	background-image: url(../images/menubg.gif);
	padding-top: 25px;
	height: 20px;
	text-align:center;
	vertical-align: bottom }

#title {
	color: #fff;
	font-weight: bolder;
	background-color: #fff;
	white-space: nowrap;
	padding-left: 20px;
	width: 50%;
	height: 40px;
	float: left }

#left {
	margin: 0;
	padding: 0;
	width: 200px;	
	float: left }
	

#content {
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 ;
	padding: 0  }

ul {
	font-size: medium;
	list-style: none;
	margin-top: 0 }

#left li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	list-style: none }

#left li a:hover {
	color: #925a2c;
	font-weight: bold;
	text-decoration: none }

h1  {
	color: #FF6300;
	font-size: xx-large;
	margin: 0;
	padding: 0;
	}

h2 {
	color: #000;
	font-size: large;
	margin-top: 20px }

p {
	line-height: 1.5em }

.subline2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    TEXT-DECORATION: none
}

.headline
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    TEXT-DECORATION: none
}

.textmedium
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    TEXT-DECORATION: none
}
.nav {
	position: absolute;
	top: 80px }

.nav a {
	color: #e7b98a;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px }

.nav a:active {
	color: #925a2c }

