/* *** Reset everything (next 55 lines)*** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}
 
:focus {
     outline: 0
}
 
ol, ul {
     list-style: none
}
 
table {
     border-collapse: collapse;
     border-spacing: 0
}
 
blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}
 
blockquote, q {
     quotes: "" ""
}
 
input, textarea {
     margin: 0;
     padding: 0
}
 
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/* *** End Reset*** */

body{background: #cdc9ae;}
body.galleries{background: #d0d0d0;}
body.widescreen{background: #222222;}

a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

h1 {
     font-family: Georgia, Times New Roman, Times, serif;
     font-weight: bold;
	 font-size:2em;
     text-decoration: none;
     margin: 0 2em;
}

#banner{
	background: url(img/fade.jpg);
	background-repeat: repeat-x;
	height: 90px;  /* coordinate with photo */
}

#banner2{
	background: url(img/fade2.jpg);
	background-repeat: repeat-x;
	height: 90px;  /* coordinate with photo */
}

#centersite {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#donate{
	float: right;
	margin-right:1em;
}

#widescreen{width: 19305px;}

#widescreen img{vertical-align: top;}

.gallery {
	width: 225px;
	height: 280px;
	float: left;
	padding: 27px 33px 0px 31px;
	margin: 10px 12px 4px 10px;
	text-align: right;
	line-height: 2.5em;
}

.g1{background: url(img/gallery1.jpg) no-repeat;}
.g2{background: url(img/gallery2.jpg) no-repeat;}
.g3{background: url(img/gallery3b.jpg) no-repeat;}
.g4{background: url(img/gallery4.jpg) no-repeat;}
.g5{background: url(img/gallery5.jpg) no-repeat;}
.g6{background: url(img/gallery6.jpg) no-repeat;}

.clearL{clear:left;}
	
#home{
	float:right;
	margin:15px;
}