@charset "UTF-8";
/* CSS Document */
* {
		margin: 0;
		padding: 0;
}
html {
    overflow-y:scroll;
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../assets/bgSamp.jpg) repeat;
}
#container {
	width: 996px;
	background: url(../assets/wrapperBg.gif) repeat-y;
	margin: 15px auto 0;
	padding: 0px;
}
#masthead {
	margin-bottom: 5px;	
}

#picturesTop {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 962px;
	
	height: 173px;
}
#mainContent {
	background: url(../assets/wrapperBg.gif) repeat-y;
	padding: 5px 35px;
}
#gallery {
	text-align: center;
	margin: 0 auto;
	/*background: url(../assets/galleryBg.jpg) no-repeat center center;*/
	padding: 0px;
	height: 570px;
	width: 775px;
}

/*Footer*/
#footer {
	text-align: center;
	background: url(../assets/footer.gif) no-repeat center bottom;
	 min-height:68px;
  height:auto !important;
  height:68px;
  padding: 15px 15px 0 15px;
}
#footer p {
	font-size: 13px;
	letter-spacing: normal;
	margin-bottom: 0px;
	margin-top: 10px;
}
#copyright {
	float: left;
	margin: 0px;
	padding-top: 0;
	padding-left: 25px;
}
#contactInfo {
	float: right;
	margin: 0;
	padding-top: 0;
	padding-right: 25px;
}


/*text styles*/
#mainContent p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 110px 15px;
	text-align: left;
}
h1 {
	font: bold 24px Garamond, "Times Roman", serif;
	color: #6B5F87;
	letter-spacing: 0.25em;
	margin-bottom: 15px;
	margin-left: 110px;
	text-align: left;
}
h2 {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 110px 15px;
	text-align: left;
	letter-spacing: .05em;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px 110px 15px;
	text-align: left;
	letter-spacing: .05em;
	font-weight: normal;
}
description {
	font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*classes for layout*/
.clear {
		clear: both;
}
.curve {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.clearblock {
	display: block;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
}


/*Navigation*/
#Navigation {
	margin: auto;
	padding: 10px 0px 10px;
	text-align: center;
}
#Navigation ul
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	cursor: default;
	font: normal 16px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
#Navigation ul li
{
	
	display: inline;
	
}
#Navigation ul li a
{
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}
#Navigation ul li a:visited
{
	color: #333;
}
#Navigation ul li a:hover, #Navigation ul li a:focus
{
	color: #574d73;
	text-decoration: underline;
	font-weight: normal;
}

/*Links*/
a img {
border: none;
}
a:link {
	color: #639;
	text-decoration: none;
}
a:visited {
	color: #825A82;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
