body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: normal;
	padding: 0;
	margin: 0px 0 0 0;
	background: #fff url(pic.jpg) center 0px scroll no-repeat;
}
a:link, a:visited, a:active {
	color: #C68740;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C68740;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}

h2 {
	font-size: 1.6em;
	color: #C68740;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	color: #C68740;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #C68740;
	margin: 0px;
}

form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}


/***********************************
container
************************************/
#mainContainer { 
 width:900px;
 padding:0px; 
 margin:0px auto 0 auto;
 /*background: #fff url(pic.jpg) center 0px scroll no-repeat;*/
 /* border: #ddd 1px solid; */
 }


#container {
	width: 898px;
	padding: 0px;
	margin: 0 auto;
	/*background: #fff url(pic.jpg) center 0px scroll no-repeat; */
}

/***********************************
masthead
************************************/
#masthead {
	padding: 280px 0px 0px 240px;
	}

#masthead h1 {	
	font-size: 2.4em;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	letter-spacing: 1px;
	color: #55692d;
	margin: 0px;
}

#masthead h2 {	
	font-size: 2.4em;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	letter-spacing: 1px;
	color: #533616;
	margin: 0px;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 170px;
	vertical-align: top;
	/*background-color: #FFFFFF;*/
	margin-top: 30px;
	margin-left: 30px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	 
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	background-color: #FFFFFF;*/
}
.menu ul ul {
	padding-left: 10px;
/*	background-color: #FFFFFF;*/
	
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #55692d;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #C68740;
}
.menu_current {
	color: #C68740;
	/*background-color: #FFFFFF;*/
}

#tools {
	float: left;
	width: 140px;
	color: #CCC;
	text-align: center;	
	/*background-color: #FFFFFF;*/
	font-size: 100%;
	padding: 10px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
	word-spacing: 2px;	
	line-height: 10px; 
************************************/
#mainContent {
	float:left;
	width: 400px;
	margin:30px 0 0 70px;
	position: relative;
	text-align: left; 
}

#mainContent a:hover {
	border-bottom: 1px dotted #9B7630; 
}

/***********
page image
***********/

#pageImage img {
        position: absolute; top: 100px; left: 442px;
}
/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #61380A;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}

