body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
}

input, textarea, select {
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FF0000;

}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.redBold {
	color: #FF0000;
	font-weight: bold;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

img.rightBorder {
	float: right;
	margin: 0px 5px 5px 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}


hr {
  border: 1;
  width: 100%;
}

/* Page Wrapper */
#wrapper {
  	background-color: #fff;
  	width: 920px; 
  	margin: 0 auto; 
  	text-align: left; 
}

/* Header */
#header {
	width: 920px;
	height: 175px;
	background: url(images/banner.jpg);
	margin: 0 auto;
}

/* Menu */
#menuBackground {
	float: left;
  	margin: 0 0 0 0;
  	width: 920px;
  	height: 40px;
  	background-image:url(images/nav.jpg);
}

#centeredmenu {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
}

#centeredmenu ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#centeredmenu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}

#centeredmenu ul li a {
   font-size: 1.4em;
   display: block;
   margin: 5px 0 0 0px;
   padding: 3px 20px;
   color: #FF0000;
   text-decoration: none;
   line-height: 1.3em;
}

#centeredmenu ul li a:hover {
   color: #FF0000;
   text-decoration: underline;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color: #FF0000;
   font-weight: bold;
}

/* Breadcrumb area */
#breadcrumb {
	float: left;
	width: 900px;
	padding: 10px 10px 5px 10px;
}

#breadcrumb a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding: 0px 10px 0px 10px;
	/* background: url(images/vertical.jpg) repeat-y right; */
}

#contentWhole {
	float: left;
	width: 900px;
	padding: 0px 10px 0px 10px;
}

#content h1{
	font-size: 2em;
	margin: 10px 0 5px 0;
	color: #FF0000;
}

/* Sidebar */

#sidebar {
	width: 250px;
	float: right;
	padding: 5px 10px 0px 10px;
	background: url(images/vertical.jpg) repeat-y left;
}

#sidebar h3 {
	margin: 10px 0px 5px 0px;
	color: #FF0000;
}

#sidebar a {
	text-decoration: none;
	color: #FF0000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Bottombar */

#bottombar {
	width: 900px;
	float: left;
	padding: 0px 10px 0px 10px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	background: url(images/horizontal.jpg) repeat-x left top;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size:x-small;
	color: #666;
	height: 30px;
}

#legal {
	float: left;
	margin: 0px 0px 0px 10px;
}

#links {
	float: right;
	margin: 0px 10px 0px 0px;
}

/* Photo Gallery */
#gallery {
	width:100%;
}

.figure {
	float: left;
	width: 280px;
	margin: 5px 10px 10px 10px;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 0px;
	border: 0;
}

.beneficaryPhoto img {
	border: 1px solid #FF0000;
	background-color: #FFF;
	padding: 0px;
}

.figure p {
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
	margin: 0 auto; 
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}

.photoRight {
	float: right;
	background-color: #FFF;
	padding: 5px;
}

.beneficiaryPhotoLeft {
	float: left;
	background-color: #FFF;
	padding: 0 10px 0 10px;
}

/* Sponsor logos */
#sidebarImage {
	text-align: center;
}

#mottoImage {
	text-align: center;
	padding: 0 0 0 0;
}

.imageBorder {
	border: 1px solid #CCC;
	background-color: #FFF;
}

#linksImage {
	text-align: center;
}

/* Contact Details */
#contactWrapper {
	width: 100%;
}

*html #contactWrapper {
	width: 100%;
	margin: 0 auto;
}

.contact {
	float: left;
	width: 180px;
}

.contact p {
	margin: 10px 0 10px 0;
}

.contact h3 {
	margin: 5px 0 0 0;
}

/* Team Details */
#teamWrapper {
	width: 100%;
}

*html #teamWrapper {
	width: 100%;
	margin: 0 auto;
}

.team {
	float: left;
	width: 180px;
}

.team p, h1 {
	margin: 10px 0 10px 0;
}

.teamPhoto img {
	background-color: #FFF;
	padding: 0;
}

#columnWrapper {
	width: 900px;
}

#columnLeft {
	width: 440px;
	float: left;
}

#columnRight {
	width: 435px;
	float: right;
	padding-left: 15px;
	background: url(images/vertical.jpg) repeat-y left; */
}

