@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
span {
	color: #8cc63e;
}
h1 {
	font-size: 45px;
	font-weight:100;
}
#container {
	background: url(../img/background2.jpg) no-repeat top left;
	width: 960px;
	height: 769px;
	text-align: left;
}
#containerAbout {
	background: url(../img/background1.jpg) no-repeat top left;
	width: 960px;
	height: 769px;
	text-align: left;
}
#header {
	height: 119px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 60px 0px 0px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#main {
	height: 561px;
	padding: 40px 260px 0px 90px; 
	font-size: 20px;
	font-weight: 100;
	line-height: 40px;
}
#main a {
	color: #000000;
	text-decoration: none;
}
#right {
	float: right;
	width: 240px;
	padding: 0px 0px 0px 0px; 
}
#rightImage {
	width: 173px;
	margin-left: 10px;
}
#rightText {
	width: 153px;
	background: #8cc63e;
	font-size: 14px;
	color:#FFFFFF;
	height: 180px;
	padding: 10px;
	margin-left: 10px;
}
#rightText a {
	color: #FFFFFF;
	text-decoration: none;
}
#aboutText {
	font-size: 12px;
	line-height: 22px;
}