body {
	margin: 40px;
	font-family: verdana, arial;
	font-size: small;
	letter-spacing: -0.08em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,div { margin: 0 0 10px 0; }

h2 { font-size: 175%; }

.clear:after { 	content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { 		display: inline-block; }
/* Hide from IE Mac \*/
.clear { 		display: block; }
/* End hide from IE Mac */

/* General Formating */

.section {
	clear: both;
	background: transparent url(../images/theme/section-bg.gif) repeat-x;
	padding: 5px;
	border-top: 1px solid #808080;
}
.first {
	border: none;
}

.section h2 { 
	color: #598527;
	font-weight: bold;
}

.left {
	float: left;
	width: 28%;
}
.right {
	float: right;
	width: 70%;
}

.heading {
	text-align: right;
}

.button { 			float: right; display: block; 
					width: 250px; height: 65px; margin: 0 0 10px 0; padding: 0; 
					background: transparent url(../images/pledge_button.gif) no-repeat;
					font-size: 2pt; text-indent: -700em; }
.button:hover { 	background-position: -272px 0; }

/* Sections */

#header h1 {
	float: left;
	font-size: 300%;
	margin: 0;
	padding: 10px;
}

#header h1 span {
	color: #A72D22;
}

#menu {
	margin: 0; padding: 0;
	font-size: 120%;
}

#menu ul {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	background: url(../images/theme/bg-menu.gif) repeat-x bottom left;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	padding: 0;
	font-family: Helvetica, sans-serif;
	line-height: 1.1em;
}

#menu a {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 8px;
	background: #ba9b6f;
	border: 1px solid #808080;
	border-bottom: none;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
}

#menu a:hover {
	background: #e8ad62;
}

#menu .active a {
	background: #fffac0;
	color: #000000;
	padding-bottom: 4px;
}

#menu .active a:hover {
	color: #808080;
}

#myGallery {
	float: right;
	width: 300px;
	margin: 5px ! important;
	padding: 5px;
	background: transparent ! important;
	border: 1px solid #dadada ! important;
}

#myGaller .imageElement {
	margin: 0 ! important;
	border: 1px solid #808080 ! important;
}

#footer {
	clear: both;
	font-size: 80%;
	color: #808080;
	text-align: center;
}