/** BASIC */

body { 
 margin: 0;
 padding: 0;
 background: #97B661 url(images/body_bground2.gif) repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #bfecc8;
	border-bottom: 1px solid #bfecc8;
}

a:hover {
	border: none;
}
/** CONTAINER */
#container { 
 width: 760px;	
 text-align: left; 
}
/** HEADER */

#header {
 height: 300px;
 width: 760px;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: 36px;
	letter-spacing: -.05em;
	color: #83895C;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 760px;
	margin: -2.25em auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 2px solid #bfecc8;
	color:#bfecc8;
 	font: 12px georgia,times,serif;  
	font-weight: bold	
}

#menu a:hover {
	color:#434e45;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 760px;
	margin: 25px 0 0 10px;
	color:#ffffff;
 	font: .75em georgia,times,serif;  

}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 540px;
	padding: 0; 
	background: url(images/img02.gif) no-repeat left top;
	
}

#columnB {
	float: right;
	width: 180px;
	padding: 0 15px 0 0;

	
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #bfecc8;
	color: #bfecc8;
}

/** FOOTER */

#footer {
 display: block;
 width: 760px;
 height: 50px;
 text-align: left;
 padding: 0px;
 font-family: georgia,times,serif;
 color: #ffffff;
 text-transform: uppercase;
 letter-spacing: -1px;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 20px;
	font: bold 12px georgia,times,serif;
}