body {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
	margin: 0;
	padding: 0;
}

a {
	color: #a20000;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
.debug {
	border: solid 1px #ff0000;
}
h1, h2, h3, h4 {
	color: #000000;
	padding: 20px 0px 0px 0px;
	margin: 0;
}
h2 {
font-size: 24px;
}
h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h4 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
img {
	border: 0px #000000 solid;
	display: block; 
	margin-left: auto;
	margin-right: auto;

}
.imgRight {
	border: solid 1px #efefef;
}
p {
	text-align: justify;
	line-height: 14px;
}
.photo {
	width: 112px;
	float: right;
	margin: 5px 0px 10px 10px;
	border-bottom: solid 0px #efefef  ! important;
}
	.photo span {
		display: block;
		font-size: 8px;
		text-align: center;
		margin-top: 5px;
	}
	
#container {
	position: relative;
	width: 942px;
	height: auto;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 942px;
	height: 85px;
}
	#header h1 {
		display: block;
		float: right;
		background-image: url(images/headerTitle.gif);
		background-repeat: no-repeat;
		background-position: top right;
		width: 640px;
		height: 85px;
	}
	#header h1 span {
		display: block;
		text-indent: -9999px;
	}
	
#photos {
	width: 942px;
	height: 148px;
	background-image: url(images/photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#thanks {
	width: 942px;
	padding-bottom: 20px;
}

#wrapper {
	position: relative;
	width: 942px;
	height: auto;
	background-image: url(images/wrapperBG.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

	#wrapper #left_col {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 170px;
		height: auto;
		padding: 20px 5px 10px 5px;
	}
		#wrapper #left_col h4 {
			text-align: center;
		}
		#wrapper #left_col p {
			text-align: left;
		}
		#wrapper #left_col #guide {
			margin: 30px 0px 10px 0px;
			text-align: center;
		}
		#wrapper #left_col #friends p {
			text-align: center;
		}
		
	#wrapper #center_col {
		width: 453px;
		height: auto;
		margin-left: 178px;
		padding: 0px 15px 25px 15px;
	}
		#wrapper #center_col div {
			padding: 0px 0px 25px 0px;
			border-bottom: solid 1px #efefef;
		}
			#wrapper #center_col .benefits p {
				background-image: url(images/checkmark.gif);
				background-repeat: no-repeat;
				background-position: top left;
				padding-left: 42px;
				font-weight: bold;
				color: #000000;
			}
			#wrapper #center_col .benefits p span {
				font-weight: normal;
				color: #494949;
			}
		
	#wrapper #right_col, #contentWrapper #right_col {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 270px;
		height: auto;
		padding: 20px 5px 10px 5px;
	}
		#wrapper #right_col #donate, #contentWrapper #right_col #donate {
			position: relative;
			background-color: #a20000;
			background-image: url(images/donateTop.gif);
			background-repeat: no-repeat;
			background-position: top center;
			width: 262px;
			height: auto;;
			margin: 0px auto 30px auto;
		}
		#wrapper #right_col #donate h2, #contentWrapper #right_col #donate h2 {
			color: #ffffff;
			margin-left: 15px;
			text-align: left;
		}
		#wrapper #right_col #donate, #contentWrapper #right_col #donate form {
			text-align: right;
		}
		#wrapper #right_col #donate p, #contentWrapper #right_col #donate p {
			color: #ffffff;
			margin-left: 15px;
		}
		#wrapper #right_col #donate span.bottom, #contentWrapper #right_col #donate span.bottom {
			display: block;
			background-color: #a20000;
			background-image: url(images/donateBtm.gif);
			background-repeat: no-repeat;
			background-position: bottom center;
			width: 262px;
			height: 9px;
		}
		#wrapper #right_col p, #contentWrapper #right_col p {
			text-align: left;
		}

.clear {
	clear: both;
}

#footer {
	width: 942px;
	height: auto;
	background-color: #000000;
	margin-top: 11px;
}
	#footer p {
		color: #eaeaea;
		text-align: center;
		padding: 5px 0px 5px 0px;
	}
	#footer p span {
		font-size: .8em;
		padding: 0px;
	}
	#footer p a {
		color: #ffffff;
		text-decoration: underline;
		font-weight: normal;
	}
	
#cite {
	color: #9c9c9c;
	font-size: .9em;
	text-align: center;
	padding: 5px 0px 10px 0px;
}
	#cite a {
		color: #9c9c9c;
		text-decoration: underline;
	}
	
/* SUB PAGE STYLES */

#contentWrapper {
	position: relative;
	width: 942px;
	height: auto;
	background-image: url(images/contentWrapperBG.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
	#contentWrapper #breadcrumbs {
		font-size: 10px;
	}
	
	#contentWrapper #full_col {
		width: 630px;
		height: auto;
		padding: 0px 15px 25px 15px;
	}
	#contentWrapper #full_col a.back2top, #wrapper #center_col a.back2top {
		font-size: 10px;
		float: right;
		text-decoration: none;
	}
		#contentWrapper #full_col a.back2top span, #wrapper #center_col a.back2top span {
		font-size: 14px;
		}