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

body.html {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:65%;
	color:#333;
	text-align:justify;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
    color:#786d4f;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#786d4f;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#786d4f;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color:#666;
}
a:visited {
	text-decoration: none;
	color: #69f;
}
a:hover {
	text-decoration: none;
	color:#020100;
}
a:active {
	text-decoration: none;
	color: #786d4f;
}
/*  Container
-------------------------------------------------------------------------*/
#wrap {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
/*  Layout
-------------------------------------------------------------------------*/
#header {
	width:960px;
	height:110px;
	background-image:url(../images/Backgrounds/image-01.png);
	float: left;
}
#content {
	width:695px;
	height:450px;
	margin-top: -16px;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#786d4f;
	line-height: 1.5em;
	text-align:justify;
	
}
#sub {
	width:265px;
	height:450px;
	margin-top:-16px;
	background-image: url(../images/Backgrounds/image-06.png);
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
	font-size:.8em;
	line-height: 4em;
	color: #786d4f;
}
#bar {
	width:960px;
	height:30px;
	background-image: url(../images/Backgrounds/image-03.png);
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-size:.8em;
	line-height: 2em;
	color: #786d4f;
}
#foot {
	width:960px;
	height:60px;
	background-image: url(../images/Backgrounds/image-02.png);
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#786d4f;
	line-height:2.5em;
	text-align:center;
}
/*  Navigation
--------------------------------------------------------------------------*/
#nav {
	float:left;
	height:30px;
	width:960px;
	list-style-type:none;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:0px;
	background:url(../images/Backgrounds/image-03.png);
	margin-top: 0px;
}
#nav li {
	margin:0px;
	padding:0px;
	float:left;
}
#nav a {
	float:left;
	width:116px;
	text-align:center;
	color:#000;
	text-decoration:none;
	line-height:2em;
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.9em;
	font-weight:100;
}
#nav #nav_cont a {
    border:none;
}
#nav a:hover {
	background:url(../images/Backgrounds/image-04.png);
	height:30px;
}
#nav li.current a {
	background: url(../images/Backgrounds/image-05.png);
	color:#786d4f;
	font-weight:bold;
	height:30px;
}
/*  Classes 
--------------------------------------------------------------------------*/
.tb {
	width: 224px;
	height: 50px;
	padding: 20px;
	border-bottom: solid 1px #990;
}
.tb1 {
	width: 224px;
	height: 50px;
	padding: 20px;
}
.box {
	float: left;
	margin-top: 1px;
	margin-left: 20px;
	height: 28px;
	width: 100px;
}
.box1 {	
    float: right;
	margin-top: 1px;
	margin-right: 20px;
	height: 28px;
	width: 100px;
}
/*  Tables
--------------------------------------------------------------------------*/
table, th, td {
	border: 1px solid #363232;
}
