* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(img/bg.jpg) #DDD8BA;
	font-family: georgia, serif;
	}
	
/*****************************
LAYOUT
*****************************/
#container {
/*	background: transparent url(img/wod/4lang.gif)  right no-repeat;*/

	width: 760px;
	min-height: 500px;
	margin: 10px auto 0 auto;
	border: 1px solid black;
	border-bottom: none;
	}

#sidebar {
	background: transparent url(img/temari15.png) top left no-repeat;
	float: left;
	width: 250px;
	padding-top: 300px;
	}
#sidebar blockquote {
	margin: 0 10px 10px 10px;
	padding-top: 5px;
	background: transparent url(img/greenbg.png);
	border: 2px solid #788C4E;
	color: #5E7830;
}
#header {
	background: transparent url(img/headerbg.png) repeat-x;
	height: 60px;
	padding: 5px;
	margin: 0 5px 0 250px;
	text-align: center;
	color: white;
	}

#content {
	background: transparent url(img/contentbg.png);
	border: 2px solid #6B3C1C;
	padding: 10px;
	margin: 0 5px 0 250px;
	}
	
#footer {
	background: transparent url(img/grass.png) bottom left no-repeat;
	border: 1px solid black;
	border-top: none;
	width: 760px;
	height: 117px;
	margin: 0 auto 10px auto;
	}

#footer div {
	padding-top: 65px;
	}
	
#footer div p {
	background: transparent url(img/greenbg.png);
	border: 2px solid #BCC9A3;
	margin: 0 30px;
	padding: 5px 0;
	text-align: center;
	font-family: "trebuchet MS", tahoma, verdana, sans-serif;
	font-weight: bold;
	color: white;
	}
	
ul {
	list-style: none;
	}

/*****************************
NAVIGATION
*****************************/
	
#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 10px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(img/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(img/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(img/menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
	
/*****************************
TYPOGRAPHY
*****************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet MS", tahoma, sans-serif;
	}

#content {
	font-family: arial, sans-serif;
}

#content h2 {
	margin: 5px 5px 5px 0;
	color: #788C4E;
	border-bottom: 1px solid #B9D02F;
}

#content p {
	font-size: 0.9em;
	margin: 0 5px 10px 5px;
}

#content blockquote {
	margin: 0 10px 10px 10px;
	padding-top: 5px;
	background: transparent url(img/greenbg.png);
	border: 2px solid #788C4E;
}

#content blockquote p.bqfooter {
	text-align: right;
	border-top: 1px solid #788C4E;
	font-size: 0.8em;
	margin-bottom: 3px;
	color: #788C4E;
	font-style: italic;
}

#content ol{
	margin: 0 10px 10px 30px;
}

#content ul {
	margin: 0 10px 10px 30px;
	list-style-type: square;
}

#content dt {
	color: #C8614B;
	font-weight: bold;
	font-size: 1.1em;
}

#content dd {
	font-style: italic;
	font-size: 0.9em;
	padding: 0 0 5px 10px;
}

#content pre {
	font-family: monospace;
	border: 2px solid #999;
	background: transparent url(img/graybg.png);
	margin: 0px 10px 10px 10px;
	color: #FFF;
	padding: 5px;
}

#content img.right {
	float: right;
	margin: 0 0 3px 3px;
	clear: both;
}

#content img.left {
	float: left;
	margin: 0 3px 3px 0;
	clear: both;
}

#footer a {
	color: white;
}



.boxed_content {
	border: 2px solid #6B3C1C;
	padding: 10px;
	margin: 0 5px 0 5px;
	}

.boxed_content blockquote {
	margin: 0 10px 10px 10px;
	padding-top: 5px;
	background: transparent url(img/greenbg.png);
	border: 2px solid #788C4E;
}