@charset "UTF-8";
/* CSS Document */

body{
	
	font-family: "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size:12px;
}
a:link {
	color: #5297DC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5297DC;
}
a:hover {
	text-decoration: underline;
	color: #297CCF;
}
a:active {
	text-decoration: none;
	color: #5297DC;
}
.wrapper {
	margin: 0 auto;
	background-color: #f9f9f9;
	width: 950px;
	background-image:url(img/mainBG.jpg);
	text-align: center;
}


.footer{
	background-image:url(img/footerBG.jpg);
	width:100%;
	height: 15px;
}


/* @group NAV */

#navMenu{
	background-image:url(img/headerBG.jpg);
	width:100%;
	height: 50px;
	font-size:17px;
	text-align: center;
	
}

#navMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	
}
#navMenu li {
	float: left;
}
#navMenu li a {
	padding-top: 15px;
	float: left;
	color: #7D7E83;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font: 17px;
}
#navMenu li a:hover {
	color: #8EC5EB;
}
/* Hide from IE5-Mac \*/
#navMenu li a {
	float: none
}
/* End hide */

#navMenu {
	width: 100%;
}



/* @end */



.creditEntry{
	text-align: left;
}
.creditEntry p{
	margin-left: 25px;
	font-size: 11px;
	margin-top: 3px;
	font-family: "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}


.finePrint {
	font-size: 10px;
	line-height: 11px;
	margin-left: 70px;
	margin-top: 40px;
	color: #808080;	
	text-align: left;
}
.creditEntry h2 {
	font-family: Arial;
	font-weight:bold;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	padding-left: 20px;
	margin-left: 20px;
	color: #68ADE4;
	margin-bottom: 1px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 14px;
	
}


.purchase h2 {
	font-family: Arial;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: left -2px;
	color: #68ADE4;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 17px;
	
}

.purchase h3 {
	font-family: Arial;
	font-weight:normal;
	background-repeat: no-repeat;
	background-position: left -2px;
	color: #68ADE4;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	font-size: 28px;
	
}

.donate{
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.blue {
	color: blue;
	font-weight:bold;
}

.red {
	color:red;
	font-weight:bold;
}
.bios {
	font-size: 10px;
	
}


.bios h2 {
	font-family: Arial;
	font-weight:bold;
	padding-left: 2px;
	color: #68ADE4;
	margin-bottom: 1px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 14px;
	
}

.bios img{
	margin: 0px 5px 0px 5px;
	border: 0px;
}

.home h2 {
	font-size: 0.75em;
	color: #68ADE4;
	margin-top: 2px;
	font-family: Geneva, sans-serif;
	font-weight: normal;
	float: left;
	width:49%;
	font-size: 14px;
	margin-bottom:0px;
	padding-bottom:0px;
}



.home h3 {
	font-size: 0.75em;
	color: #BB9C77;
	margin-top: 2px;
	font-family: Geneva, sans-serif;
	font-weight: normal;
	float: right;
	width: 49%;
	font-size: 14px;
	margin-bottom:0px;
	padding-bottom:0px;
}


.price {
	color:#808080;
	font-size: 16px;
	
	font-family: "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}

.priceSmall {
	color:#808080;
	font-size: 13px;
	
	font-family: "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}
.boldgrey {
	font-weight: bold;
	color: #646673;
}
.Bold {
	font-weight: bold;
	color: #06C;
}
