body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #5D5950;
	line-height: normal;
	padding: 0;
	margin: 35px 0 0 0;
   background: #e6e1c3 url(images/bg.jpg) repeat-x;
	}
a:link, a:visited, a:active {
	color: #BE5532;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}


form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}
#talen {
	float: left;
	margin: 0 5px 30px 10px;
}

/***********************************
container
************************************/
#mainContainer { 
	width:764px; 
	padding:0; 
	border:0px solid #b7ab8c; 
	background:#d4cbb3; 
	margin:0 auto 0px auto; 
}

	#logo{
	float: left;
	margin: 0px 5px 0 0px;
	}

#container {
	width: 764px;
	border:none;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
	
/***********************************
masthead
************************************/
#masthead {
	background: url(images/wsl.jpg) no-repeat 100% 0;
	padding: 175px 0px 0px 0px;
	}
	
	
.site_name h1{
	color: #d4c9a8;
	margin: 50px 0 24px 100px;
	font-size: 1.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
	

.stripe {
	margin: 0; 
	padding: 0;
	height: 30px;
	float: none;
   opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #E6DBBF;
	}
	
.stripe h1  
{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #000;
	margin: 0px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 160px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;
}

.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: #EDEAE3;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #EEE4C9;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #666666;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #BE5532;
}
.menu_current {
	color: #fff;
	background-color: #CBA685;
}

#tools {
	float: left;
	width: 140px;
	color: #666;
	text-align: center;	
	background-color: #EDEAE3;
	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
************************************/
#mainContent {
	float:right;
	width: 560px;
	padding: 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px  #BE5532; 
}
#mainContent a:hover {
	color: #666;
	background-color: #EEE4C9;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #BE5532;
	margin: 0px;
	font-style: italic;
	border-bottom: 1px solid #EEE4C9;
}
#mainContent h2 {
	font-size: 1.6em;
	color: #633;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #BE5532;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #BE5532;
	margin: 0px;
}
#mainContent ul li  { list-style-image: url(images/ster1.gif); margin: 0 }

#mainContent img,#contentalt img {
border:25px solid #e6e1c3;
/*** remove these when you want to always lineout your images to the left
float:left;

***/
margin:5px 6px 0px;
padding:15px;
background-color:#EDEAE3;

}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #5D5950;
	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; 
	}