body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #ffcc99;
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #7F0205;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #7F0205;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #7F0205;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.4em;
	color: #7F0205;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size: 1.6em;
	color: #7F0205;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	color: #7F0205;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #7F0205;
	margin: 0px;
}

form {
	margin: 0;
}
input,
textarea {
  color: #7F0205;
  background-color: #fff;
  border: 1px solid #000;
}

/***********************************
container
************************************/
#container {
	width: 780px;
	border: #000 1px solid;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffcc66;
}

/***********************************
masthead
************************************/
#masthead {
	background: url(pic.jpg) no-repeat 100% 0;
	padding: 120px 0px 0px 0px;
}
.stripe {
	margin: 0; 
	padding: 0;
	height: 25px;
	background-color: #7F0205;
	}
	
.stripe h1 {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	color: #fff;
	margin: 0px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 170px;
	vertical-align: top;
	background-color: #ffcc66;
	margin-top: 30px;
	margin-left: 20px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu{
	border: 1px;
	border-style: solid;
	border-color: #000;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	border-color: #000;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #7F0205;
	border-bottom: none;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #ffcc66;
	display: block;
	text-decoration: none;
	font-weight: normal;	
	background-color: #7F0205;
}
.menu a:hover {
	text-decoration: none;
	color: #ffcc66;
}
.menu_current {
	font-weight: bold;
	background-color: #7F0205;
}

.tools {
	float: left;
	width: 170px;
	color: #666;
	text-align: center;	
	background-color: #ffcc66;
	font-size: 70%;
	padding: 0px;
}
.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
************************************/
#mainContent {
	float:right;
	width: 520px;
	padding: 20px;
	background-color: #ffcc66;
	position: relative;
	vertical-align: top;
	line-height: 17px; 
	text-align: left; 
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #fff;
	background-color: #7F0205;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	width: 780px;
	margin: auto;
	border: 1px solid #000;
	border-top: none;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #fff; color: #fff; 
}
