@charset "UTF-8";

/* LINKS */

a:link { color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none}
a:hover {color: #999999; text-decoration: none;}
a:active {color: #639431; text-decoration: none;}

/* BODY ELEMENTS */

body {
	background: url(images/background.jpg)fixed;
	background-position: fixed bottom;;
	text-align: center; 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-repeat:no-repeat;
	text-align: center;
	height: 270px;
}
#menu { 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-weight: bold;
	text-align:right;
}
#mainContent {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 900px;
	overflow: hidden;
	background-color: #FFFFFF;
	
}
#tree {
	float:left;
}
#sidebar {
	font-color:#ffffff;
	width: 900px;
	float:center;
}

#footer p {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* IMPORANT MODIFICATIONS */

*{ margin: 0px; padding: 0px; }
#clear { clear:both; }
img { border:medium none !important; }
