/* CSS Document */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, body, html, blockquote, fieldset, input { margin: 0; padding: 0; }

body {
    margin: 0;
    padding: 0;
	height: 100%;
	background: url(images/fundraising/bgimage.png) repeat-x 0 0 #21161D;
}
*html html, body {
	text-align: center; /* for IE */
}
img 
{ 
	behavior:  url(iepngfix.htc);
}
#main-container {
	width: 100%;
	min-height:100%;
    height:auto !important;
    height:100%;
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* counter the body center */
}

#container {
	margin: 0 auto;   /* align for good browsers */
	width: 1027px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #000;
	position: relative;
	top: 50px;
	}
#header {
	background: url(images/fundraising/header.png) no-repeat;
	padding: 45px 0 20px 0;
	font-family: Trebuchet MS, Arial, Helvetica, san-serif;
	color: #b41d8d;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	}
.date {
	padding-left: 200px;
}
#content { 
	background: #fff;
	width: 1027px;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
}
#left {
	float: left;
	width: 245px;
	postiion: relative;
	background: #fdf3f8;
	margin: 20px 15px 15px 40px;
	padding: 25px;
	text-align: center;
}
*html #left {
	width: 295px;
	margin: 20px 10px 15px 20px;
}
#image {
	margin-bottom: 20px;
}

#right {
	float: right;
	postiion: relative;
	width: 570px;
	background: #fdf3f8;
	margin: 20px 40px 15px 15px;
	text-align: left;
	padding: 20px;
}
*html #right {
	width: 610px;
	margin: 20px 20px 15px 10px;
}
#about {
	width: 350px;
	float: left;
	postition: relative;
}
*html #about {
	width: 350px;
}
#donate {
	float: right;
	postition: relative;
	width: 150px;
	padding: 15px;
	background: #fae0ec;
	text-align: center;
}
*html #donate {
	width: 170px;
	}
#honor-roll {
	clear: both;
	postition: relative;
}

h1 {
	font: bold 18px arial, helvetica, sans-serif;
	color: #b41d8d;
	margin: 5px 0 13px 0;
	}
h2 {
	font: bold 14px arial, helvetica, sans-serif;
	color: #000;
	}
h3 {
	font: bold 12px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 13px 0;
	}
#footer {
	font: 10px Verdana, arial, helvetica, sans-serif;
	color: #000;
	clear: both;
	}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #1bb1e7;
	text-decoration: underline;
}
a:hover {
	color: #1bb1e7;
	text-decoration: none;
}
