@charset "UTF-8";
/* CSS Document */

/* @group General Styles */

a:link	{
	text-decoration: none;
	color: #92278F;
}

a:visited	{
	text-decoration: none;
	color: #92278F;
}

a:active	{
	text-decoration: none;
	color: #0CF;
}

a:hover 	{
	text-decoration: none;
	color: #F0F;
}

.image-left {
	float: left;
	margin: 3px 0px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 0px;
}

img {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Layout */

body {
	background-color: #90278E;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
}

#breadcrumbcontainer {
	width: 955px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {
	color:#262262
}

#header {
	height: 179px;
	width: 955px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#navigation {
	width:955px;
	margin: 0 auto;
}

li {
	display:inline;
}

#home {
	width:318px;
	background-image:url(images/home.png);
	background-repeat:no-repeat;
}

#aboutus {
	width:124px;
	background-image:url(images/aboutus.png);
	background-repeat:no-repeat;
}

#events {
	width:125px;
	background-image:url(images/events.png);
	background-repeat:no-repeat;
}

#news {
	width:124px;
	background-image:url(images/news.png);
	background-repeat:no-repeat;
}

#donate {
	width:125px;
	background-image: url(images/donate.png);
	background-repeat:no-repeat;	
}

#joinus {
	width:139px;
	background-image:url(images/joinus.png);
	background-repeat:no-repeat;
}

#navigation a {
	display:block;
	float:left;
	height:74px;
	background-position:0px 0px;
}

#navigation span {
	display:none; /* This hides the actual text of the button */
	
}
#navigation a:hover { /* a:hover is a rollover on a link */
	background-position:0px -74px;
	color: #FFF;
}
#navigation .current {
	background-position:0px -74px;
}

#sidebar {
	float: left;
	width: 189px; /* since this element is floated, a width must be given */
	background-color: #92278F;
	height: 100px;
	background-image: url(images/sidebarbg.png);
	padding-top: 136px;
	padding-left: 3px;
}

#sidebar h1 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

#sidebar p {
}

#content {
	background-image: url(images/main-content-bground.gif);
	background-repeat: repeat;
	width: 750px;
	min-height: 500px;
	margin-left: 192px;
} 

#content h1 {
	height: auto;
	color: #666;
	font-size: 18px;
	line-height: 22px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#content h2 {
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#content h3 {
	height: auto;
	color: #666;
	font-size: 18px;
	line-height: 22px;
	margin-left: 45px;
	margin-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#content p {
	height: auto;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer {
	width: 955px;
	height: 51px;
	background-image: url(images/footer.png);
	margin: 0 auto;
}

#footertext {
	width: 763px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: 192px;
	padding-top: 28px;
	font-size: 12px;
	text-align: center;
}

/* @end */
