@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #d6ff23;
}

hr {
	width: 650px;
	margin: 0 auto;
}

#wrap {
	background: #d6ff23 url(../images/background.png);
	width: 100%;
	height: 100%;
}

#container {
	width: 700px;
	background-color: #fff;
	margin: 0 auto;
}

#logo {
	background: url(../images/logo.png);
	width: 226px;
	height: 250px;
	float: left;
}

#topmenu {
	width: 474px;
	background: #404840 url(../images/topmenu.png) left no-repeat;
	height: 47px;
	float: left;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#topmenu li {
	float: left;
	list-style-type: none;
	margin: 16px 0 0 72px;
	display: inline; 
}

#topmenu li a {
	text-decoration: none;
	color: #b5ffff;
}

#topmenu li a:hover {
	text-decoration: underline;
	color: #fff;
}

#topmenu li .active {
	color: #fff;
	text-decoration: underline;
}

#banner {
	width: 474px;
	height: 203px;
	background: url(../images/banner.png) no-repeat;
	float: left;
}

#menucontainer {
	background-color: #2c8dd4;
	height: 47px;
	clear: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menucontainer li {
	float: left;
	list-style-type: none;
	margin: 16px 0 0 37px;
	display: inline; 
}

#menucontainer li a {
	text-decoration: none;
	color: #b5ffff;
}

#menucontainer li a:hover {
	text-decoration: underline;
	color: #fff;
}

#menucontainer li .active {
	color: #fff;
	text-decoration: underline;
}

#content {
	width: 700px;
	height: auto;
	background-color: #fff;
}

#content h1 {
	font-size: 17px;
	color: #ee2c7b;
	margin: 10px 0 0 25px;
}

#content h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #404840;
	margin: 10px 0 0 25px;
}

#content p {
	font-size: 12px;
	color: #404840;
	margin: 10px 40px 10px 25px;
	line-height: 20px;
}

#content .box {
	background: url(../images/box.png) no-repeat;
	width: 548px;
	height: 130px;
	margin: 10px 0 0 20px;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

#content .box h2 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 17px 0 0 20px;
}

#content .box ul {
	font-size: 11px;
	color: #fff;
	padding: 15px 0 0 20px;
}

#content .box li {
	margin: 5px 0 0 20px;
	line-height: 18px;
}

#content .center {
	margin: 0 0 0 25px;
}

#content img.floatright {
	float: right;
	margin: 0 10px 30px 20px;
}

#content img.thin {
	margin: 0 0 0 20px;
}

#supporters {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #2c8dd4;
}

#supporters ul {
	width: 670px;
	margin: 10px 15px;
}

#supporters ul li {
	list-style-type: none;
	display: block;
	height: auto;
	background-color: #F8F8F8;
	border: 1px dotted #E3E3E3;
	margin: 1px 0 1px 0;
}

#supporters ul li.different {
	list-style-type: none;
	display: block;
	height: auto;
	padding: 5px 0 5px 10px;
}

#supporters ul li a {
	padding: 5px 0 5px 10px;
	display: block;
	color: #4B4B4B;
	text-decoration: none;
}

#supporters ul li a:hover {
	color: #2c8dd4;
	background-color: #FFFFFF;
}

.paypal {
	margin: 5px 0 5px 25px;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 700px;
	height: 38px;
	margin-top: 10px;
	clear: both;
}

#footer p {
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
	color: #666666;
	padding: 14px 0 0 0;
}

.clear { clear: both; }
