* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 900px;
	font: normal normal 13px/17px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #004b80;
	background: #000 url("../images/background.jpg") repeat-x top center;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
}

#container-home {
	position: relative;
	margin: 0 auto;
	width: 886px;
	height: 611px;
	background: url("../images/bg-content-home.png") no-repeat;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 886px;
	height: 100%;
	background: url("../images/bg-content.png") repeat-y;
}

#header {
	position: relative;
	width: 886px;
	height: 104px;
}

#logo {
	position: relative;
	float: left;
	width: 500px;
	height: 88px;
	padding: 8px 0 8px 38px;
}

#donate-button {
	position: relative;
	float: right;
	width: 154px;
	height: 43px;
	padding: 30px 38px 31px 0;
}

#menu {
	clear: both;
	position: relative;
	width: 850px;
	margin: 0 auto;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #7d7d7d;
	letter-spacing: 1px;
	background-color: #f0f4f7;
}

#menu a:link, #menu a:visited {
	color: #7d7d7d;
	text-decoration: none;
	border: 0;
}

#menu a:hover {
	color: #8c0b05;
	text-decoration: none;
	border-bottom: 1px dotted #8c0b05;
}

#menu a:active {
	color: #004b80;
	text-decoration: none;
	border-bottom: 1px dotted #004b80;
}

#hpImage {
	position: relative;
	width:435px;
	height: 282px;
	margin: 30px 0 0 38px;
	z-index: 5;
}

#content {
	clear: both;
	position: relative;
	width: 768px;
	height: 100%;
	min-height: 346px;
	margin: 30px 38px 0 38px;
	padding: 20px;
	border: 1px solid #7d7d7d;
}

#content-footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 886px;
	height: 60px;
	padding: 0;
	background: url("../images/bg-content-footer.png") no-repeat;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0;
}

#breadcrumb {
	float: left;
	height: 11px;
	padding-bottom: 30px;
	font-size: 11px;
}

hr {
	width: 768px;
	height: 1px;
	margin: 20px 0;
	border: 0;
	border-bottom: 1px solid #7d7d7d;
}

ul {
	margin-left: 30px;
}

li {
	padding-bottom: 5px;
	line-height: 17px;
}

.picright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	border: 1px solid #7d7d7d;
}

.pictitle {
	margin-bottom: 10px;
	border: 0;
}

#piccentered {
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #7d7d7d;
	margin-bottom: 16px;
}

.picleft {
	float: left;
	margin: 0 20px 10px 0;
	border: 0;
}

.bod {;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 20px 10px 0;
	padding: 5px;
	border: 1px solid #7d7d7d;
}

.emailform {
	width: 450px;
	height: 20px;
	background-color: #eae2d9;
	border: 1px solid #736357;
	color: #736357;
	padding: 4px 4px 0px 4px;
	font-size: 16px;
	margin: 0 0 4px 4px;
}

.redtext {
	color: #af0029;
}

.small {
	font-size: 12px; 
}

.store {
	border: 1px solid #004b80;
}

.store-div {
	padding: 15px;
	float: left;
	font-style: italic;
	font-size: 16px;
}

.col-left-items {
	float: left;
	margin-right: 20px;
	line-height: 25px;
}

.col-left-buttons {
	float: left;
	margin-right: 100px;
	line-height: 15px;
}

.col-right-items {
	float: left;
	margin-right: 20px;
	line-height: 25px;
}

.col-right-buttons {
	float: left;
	line-height: 15px;
}

#copyright {
	width: 886px;
	height: 10px;
	text-align: center;
	font-size: 10px;
	color: #ccc;
	margin: 0 auto;
}

#copyright a:link, #copyright a:visited {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#copyright a:hover, #copyright a:active {
	color: #9bcaff;
	border-bottom: 1px dotted #9bcaff;
	text-decoration: none;
}

a:link, a:visited {
	color: #004b80;
	border-bottom: 1px dotted #004b80;
	text-decoration: none;
}

a:hover, a:active {
	color: #8c0b05;
	border-bottom: 1px dotted #8c0b05;
	text-decoration: none;
}

/* -- CART STYLING -- */

#cart_items
{
	width: 100%;
	border: 1px solid #7d7d7d;
	border-collapse: collapse;
}
#cart_items img a
{
	border: 0;
}

#cart_items th
{
	vertical-align: middle;
	background-color: #ccc;
	background-repeat: repeat-x;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	border-bottom: 4px solid #666;
}

#cart_items td
{
	vertical-align: middle;
	padding: 5px;
	border-top: 1px solid #7d7d7d;
	text-align: center;
}

.cart_input
{
	border: 1px solid #7d7d7d;
	font-size: 10pt;
}

.cart_button
{
	border: 1px solid #ccc;
	background-color: #7d7d7d;
	color: #fff;
	padding: 5px;
}

.para
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

.ccwarn {
	width: 99%;
	background-color: #a50000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
