p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}



body {
	font-family: "Helvetica",  Arial, Verdana, sans-serif;
	font-size: 83%;
	color: #000;
	line-height: normal;
	padding: 0;
	margin: 0px;
	background:#622810;
}
a:link, a:visited, a:active {
	color: #ad0101;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d70000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #999;
	height: 1px;
	width: 100%;
}

input,
textarea {
  color: #000;
  background-color: #ccc;
  border: 1px solid #999;
}
img {border: 0px;
	
}

/***********************************
	container
************************************/
#mainContainer { 
	width:864px; 
	padding:0px;  
	background:#ae4a18; 
	border: 1px solid #844d17;
	margin:0px auto 0 auto; 
}

/***********************************
	head
************************************/
#head {
	background:#ff9c47;
	padding: 0px 0px 0px 0px;
	width:864px;
	height: 150px;
}
/***********************************
	sidebar
************************************/
#sidebar {
	float: left;
	width: 201px;
	vertical-align: top;
		margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top: 1px solid;
	border-color: #ccc;

}
.menu{text-align: left;


}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #844d17;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #d66322;
}
.menu_current {
	background-color: #d66322;
}

.menu ul ul li  {
	text-indent:20px;
	border-top: 1px solid;
	border-color: #ccc;
	}


/***********************************
	main content
************************************/
#mainContent {
	float:right;
	width: 632px;
	padding: 15px 15px 8px 16px;
	margin: 0px 0px 0px 0px;
	background: #ffe7c5;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
min-height:350px;
	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #fd8429;
	}
#mainContent a:hover {
	color: #d60000;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #622810;
	margin: 0px;
	
}
#mainContent h2 {
	font-size: 1.6em;
	color: #622810;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #622810;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #622810;
	margin: 0px;
}

/***********************************
	separator
************************************/

#footer-1
	{
	clear: both;
	height:0;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}
/***********************************
	footer
************************************/

#footer {
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
	margin-bottom: 30px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fd8429;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #fd8429; color: #fff; 
}

