* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #006633;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(images/BodyBack.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 717px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCC;
}

/*...................Header...................*/
#header {
	background-color: #006633;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/BodyBack.jpg);
	background-repeat: repeat-x;
}
#header a {
	background-image: url(images/logo.jpg);
	display: block;
	height: 60px;
	width: 290px;
}

#headImage {
	background-color: #FCFCFB;
	background-image: url(images/headerImage.jpg);
	height: 168px;
}
/*...................End Header...................*/


/*general tages*/
.nodisplay {
	display: none;
}

h1 {
	display: none;
}

h2  {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #C60;
}

img     {
	border: 2px solid #FFF;
	margin-right: 3px;
}

.clear {
	clear: both;
}
.floatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
.floatright {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
}
.floatleft2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
.quote {
	/*padding: 10px;*/
	font-style: italic;
	font-size: 12px;
	text-align: left;
}
.gold {
	color: #C60;
}
.white {
	color: #FFF;
	font-weight: bold;
}

hr {
	border: 1px solid #FFF;
	margin-bottom: 20px;
	margin-top: 10px;
}

.green {
	color: #063;
}

.form {
	padding: 6px;
	border: 2px solid #D19623;
}
.warning {
	font-weight: bold;
	color: #F00;
}

.pad {
	padding: 10px;
}



#Content a:link, #Content a:visited{
	color: #69C;
	text-decoration: underline;
	font-weight: bold;
}

#Content a:hover, #Content a:active{
	color: #666;
	text-decoration: underline;
	font-weight: bold;

}
/*End general tages*/




/*...................NAV.................. */
#nav {
	background-image: url(images/navBack.gif);
	padding: 5px;
	border: 3px solid #FFF;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
a.current   {
	background-color: #006633;
	padding: 8px;
}
/*...................END NAV.................. */


/*..................Content Box..................................*/
#Content {
	padding: 20px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#sidebar {
	width: 225px;
	padding: 10px;
	float: right;
}
#sidebar h3 {
	color: #C60;
	font-size: 14px;
	margin-bottom: 5px;
}
#sidebar p {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}

#leftContent {
	padding-right: 20px;
	margin-right: 245px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#leftContent p {
	margin-left: 15px;
	margin-bottom: 10px;
}
/*.................. End Content Box..................................*/



/*.....................................Specific page styles........................*/


/* Home Page Specific Styles.............*/
#galleryHome {
	margin-top: 30px;
}
#leftContent #newsletter {
	background-image: url(images/news.jpg);
	height: 77px;
	background-repeat: no-repeat;
	padding-left: 125px;
	padding-top: 30px;
	padding-right: 20px;
}




/* About Page Specific Styles..............*/
#about #sidebar p {
	margin-top: 18px;
}
#about ul {
	list-style-type: none;
}

#about #headImage {
	background-color: #FCFCFB;
	background-image: url(images/about_headerImage.jpg);
	height: 168px;
}

/* Museums Page Specific Styles.............*/
#museums #leftContent {
	width: 600px;
}
#museums   h2 {
	color: #C60;
	margin-bottom: 20px;
}
#museums  h3 {
	color: #C60;
	margin-top: 15px;
}
#museums  img {

}

#museums #headImage {
	background-color: #FCFCFB;
	background-image: url(images/museums_headerImage.jpg);
	height: 168px;
}


/* Giving Page Specific Styles.............*/
#giving  #leftContent ul{
	list-style-type: none;
	margin-left: 50px;
}
#giving  #sidebar #mail {
	background-image: url(images/mailBack.jpg);
	height: 311px;
	padding: 10px;
	margin-bottom: 10px;
}

#giving #headImage {
	background-color: #FCFCFB;
	background-image: url(images/giving_headerImage.jpg);
	height: 168px;
}

/* Gallery Page Specific Styles.............*/
  h2 {
	margin-bottom: 20px;
}
#gallery #headImage {
	background-color: #FCFCFB;
	background-image: url(images/gallery_headerImage.jpg);
	height: 168px;
}
#gala #leftContent {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#gala  #leftContent ul {
	list-style-type: none;
	margin-left: 30px;
}
#gala #leftContent ul li {
	margin-top: 5px;
}
#gala #leftContent p {
	margin-top: 15px;
}

#gala #headImage {
	background-color: #FCFCFB;
	background-image: url(images/gala_headerImage.jpg);
	height: 168px;
}

/*Contact Page Specific Styles*/
#contact #headImage {
	background-color: #FCFCFB;
	background-image: url(images/contact_headerImage.jpg);
	height: 168px;
}

/*.....................Footer.......................................*/
#footer {
	background-image: url(images/footerBack.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-color: #006633;
	text-align: center;
	padding-top: 20px;
}
