body  {
	background:url(images/bg.gif);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	left: auto;
}

#container {
	width: 770px;
	height: auto;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height:136px;
	background-image:url(images/header.gif);
} 

#logo {
	padding: 32px 0 0 30px;
}

#logo a {
color: #647c00;
text-decoration: none;
font-size: 36px; 
}

#menu {
	background-color: #63D3CF;
	padding: 6px 0 6px 20px;
	border-left: 1px #C5612C;
	border-right: 1px #C5612C;
}

#menu a {
	color: #CF0030;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FB0A09;
	top: 0px;
	bottom: 50px;
}

#sidebar {
	float: right;
	width: 160px;
	padding: 10px 30px 0 30px;
	margin: 0;
	text-align:center;
	top: auto;
	height: auto;
}

#sidebar a {
text-decoration: none; 
color: #2B370C;
font-size: 13px;
}

#sidebar a:hover {
color: #647c00;
}

#sidebar img {
border: solid 1px #D8ECA9;
}

.project {
	margin:15px 0 0px 0;
}

h1 {
margin: 0px;
color: #647c00; 
font-size:24px; 
font-weight: normal;
}

h2 {
color: #647c00;
font-size: 15px; 
margin: 20px 0 0 0;
}

#main {
	background-image:url(images/bg2.gif);
	text-align: justify;
}

#text {
	margin: 0;
	color: #D96C42;
	font-size: 14px;
	line-height: auto;
	text-align: justify;
	bottom: auto;
	height: auto;
	width: 490px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
} 

#text a {
color: #799600; 
text-decoration: none;
}

#text a:hover {
color: #4F6300;
}

#footer {
height: 90px;
background-image: url(images/footer.gif);
color: #F8FCF7;
font-size: 14px;
}

#footer a {
	text-decoration: none;
	color: #CE6B38;
}

#footer a:hover {
color: #E0F0B9;
}

#footer_left {
float:left;
padding: 60px 0 0 30px;
}

#footer_right {
float:right;
padding: 60px 30px 0 0;
}

.clear {
clear: both;
}

