@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}
	
#wrap {
	margin: auto;
	width: 800px;
	height: 100%; }

#container {
	margin: auto;
	padding-top: 220px;
	width: 680px;}

#menu_sidebar {
	width: 220px;
	float: left;}
		
#menu_sidebar a:link, a:visited {
	text-decoration: none;
	font-size: 99%;
	color: black;}
	
#menu_sidebar a:hover, a:active {
	text-decoration: underline; 
	color: purple;}
	
#main_content {
	width: 460px;
	float: right;}
	
.innertube{
	margin-left: 38px;
	margin-right: 38px; }
	
#footer {
	padding: 5px 0 5px 0 ;
	font-size: small;
	text-align: center; 
	line-height: 120%;}
	
#tagline {
	text-align: center;
	font-size: small;}
	
#tagline a { 
	font-weight: bold; 
	color: black;
	text-decoration: none; }
	
#tagline a:hover { 
	text-decoration: underline; }

a:link {
	text-decoration: none;
	color: black;}
	
a:visited {
	text-decoration: none; 
	color: black;}
	
a:hover {
	text-decoration: underline;
	color: purple;}
	
a:active {
	text-decoration: underline;
	color: purple;}

h1 {
	color: black;
	text-align: center;
	font-style: italic;
	padding-bottom: 10px;
	font-size: 110%;}
	
h2 {
	color: black;
	font-weight: bold;
	padding-bottom: 10px;}

ul {
	list-style-type: none;
	padding-left: 20px;
	line-height: 200%;}

body {
    font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	background-color: #549110;}
		

