﻿

body {
	background: ;
	font: 12px Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
}


/* ---- Standard Elements ---- */

a {
	color: #c48e48;
	text-decoration: none;
}

a:hover {
	color: #dfc574;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	color: #c48e48;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

p {
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}
img {
float: left;
margin-right: 2em;
padding: 0;
}




/* ---- Header ---- */


.header_container {
	width: 867px;
}

.header_title {
	float: left;
	background: "header.jpg";
	width: 1000px;
	height: 150px;
}

.header_login {
	float: right;
	margin-top: 35px;
	color: #666666;
	font-style: italic;
}


/* ---- Navigation ---- */

#navigation {
	background: url('nav_bg.png') repeat-x;
	height: 6px;
	padding: 5px 0px 0px 25px
}

#navigation2{
	background: url('nav_bg2.png') repeat-x;
	height: 28px;
	padding: 11px 0px 0px 25px
}
#navigation3{
	background: url('nav_bg3.png') repeat-x;
	height: 28px;
	padding: 11px 0px 0px 25px
}
#navigation4{
	background: url('nav_bg4.png') repeat-x;
	height: 28px;
	padding: 11px 0px 0px 25px
}
#navigation5{
	background: url('nav_bg5.png') repeat-x;
	height: 28px;
	padding: 11px 0px 0px 25px
}

#navigation td {
	padding-right: 25px;
}

#navigation a {
	color: #36053d;
	text-decoration: none;
}

#navigation a:hover {
	color: #c06c47;
	text-decoration: none;
}

#navigation a:visited {
	text-decoration: none;
}

#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: ;
}

#container {
	width: 847px;
	padding: 0px;
	color: #888888;
}


/* ---- Left Side Elements ---- */

#left {
	float: left;
	width: 570px;
	margin-right: 25px;
}




/* ---- Right Side Elements ---- */

#right {
	float: left;
	width: 252px;
}


#footer {
	height: 113px;
	background: url('images/footer.png') repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #717171;
