body {
	background-color: #333;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	line-height: 14px;
}

#message ul {
	list-style: none;
}

img.left{
	float: left;
	margin: 10px;
}

img.right{
	float: right;
	margin: 10px;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #fff;
}

h1 {
	color: #623698;
	font-size: 14px;
}

h2 {
	color: #623698;
	font-size: 10px;
}

/*Page styles*/
#page {
	background: #656565;
	width: 700px;
	margin: auto;
	padding: 0px;
}



/*Header styles*/
#header {
	text-align: right;
	padding: 10px;	
}

#header img {
	float: left;
}



/*Menu Styles*/
#menu {
	width: 100%;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	font-weight: bold;
	background: url(../images/up.png) repeat-x;
	text-align: center;
	display: inline;
	margin-right: 4px;
	padding: 0;
	float: left;
}

#menu li:hover {
	background: url(../images/down.png) repeat-x;
	color: #fff;
}

#menu a {
	display: block;
	padding: 5px 15px 4px 6px;
	border: 0px none;
	color: #656565;
}

#menu a:hover {
	color: #000;
	border-bottom-color: #000;
}



/*Content Styles*/
#content {
	clear: both;
	margin: 0px;
	background-color: #fff;
	color: #333;
	padding: 10px;
}

#content a {
	color: #ab16a6;
	border-bottom: 1px #000 dotted;
}

.center {
	text-align: center;
}

.center ul {
	list-style: none;
}

.plain
{
	list-style: none;	
}

.media {
	text-align: left;
	display: block;
}

#information {
	color: #000;
	padding: 10px;
	background-color: #fff;
	clear: both;
	font-size: 13px;
}

/*Footer Styles*/
#footer {
	background-color: none;
	text-align: right;
	padding: 10px;
	clear: both;
}



/*Accordion Styles*/
#accordion .selected {
	background-color: #eee;
	border: 1px #ccc solid;
}

#accordion .accordion-link {
	color: #623698;
	font-size: 12px;
	border: 0px;
}

#accordion .accordion-link.selected {
	font-weight: bold;
}

#accordion {
	list-style: none;
}

#accordion li {
	padding: 4px;
}



/*Index styles*/
#index {
	color: #fff;
	text-align: center;
	background: url(../images/background.jpg) no-repeat;
	height: 525px;
}

#stats {
	padding: 1px;
	position: relative;
	top: 26px;
	color: #ddd;
	width: 700px;
	height: 174px;
}

#donations {
	float: left;
	width: 350px;
}

#numbers {
	float: right;
	width: 350px;
}

#participate {
	font-size: 15px;
	position: relative;
	float: left;
	top: 112px;
	color: #fff;
	height: 141px;
	width: 350px;
}

#participate a {
	color: #fff;
	border-bottom: 1px #fff dotted;
}

#message {
	color: #000;
	font-size: 13px;
	position: relative;
	float: right;
	top: 27px;
	height: 325px;
	width: 350px;
}

.band {
	clear: both;
}

.total {
	font-size: 26px;
	font-weight: bold;
}

.highlight {
	color: #e5dd6e;
	font-size: 13px;
	font-weight: bold;
}