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


body {
	padding:0px;
	margin:0px;
	background-image: url(../images/main/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;

}

#main {
	min-height: 500px;
	clear: both;
	width: 900px;

}

/* ----------------------- CONTAINER ------------------------ */



#Container {
	width: 800px;
	margin:auto;
	padding: 0px;
	border: 2px solid #030639;

}

/* ----------------------- HEADER ------------------------ */



#Header {
	height: 145px;
	width: 800px;
	background-color: #772011;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #020639;

}
#home-image {
	float: right;
	clear: right;
}


/* ----------------------- CONTENT ------------------------ */


#content {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	clear: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;

}
#header-line {
	background-color: #020639;
	width: 800px;
	height: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B6975E;
}


.clear {
	clear:both;
	height:1px;
	float: left;

}


#logo {
	height: 109px;
	width: 340px;
	float: left;

}
/* ----------------------- NAV ----------------------------- */



#nav {
	height: 264px;
	float: left;
	width: 173px;
	background-image: url(../images/main/nav-background.jpg);

}
#nav ul {

	margin: 0px;

	padding: 0px;

}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #020639;
	list-style-type: none;
	line-height: 15px;
	padding-left: 10px;
	padding-top: 13px;

}

#nav a {
	color: #030639;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;

}
#nav a:hover {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #772011;
	display: block;

}
h1  {
	color: #772011;
	font-size: 20px;
	line-height: 22px;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #020639;

}
h4  {
	color: #772011;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

a {
	color:#000;

}
/* ----------------------- FOOTER ------------------------ */



#footer {
	width: 800px;
	text-align: center;
	background-color: #772011;
	color: #b6985e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #b6985e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

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

}
#footer-line {
	background-color: #020639;
	width: 800px;
	height: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B6975E;
	float: left;
}
#Container #content table tr th table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h5 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
#Container #content .index {
	font-size: 14px;
	color: #000;
}
