@charset "utf-8";
/** 
 * Style rules for Demo page
 */
 
 


html {
	
	min-height:800px;
	
}




h {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
}
#pageContainer #header h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	text-align: left;
}



#pageContainer {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	height: 800px;
}
#header{
	height:140px;
	width: 800px;
	position: static;
	margin-left: 100px;
}

#content {
	padding-left: 120px;
	padding-right: 120px;
	overflow: visible;
	height: 400px;
	margin-top: 0px;
	width: 500px;
	/*margin-left: 75px;*/
	margin: 0 auto 0 auto;
	padding-top: 20px;
	/*border:red solid 1px;*/
}

#content img{
	float:left;
	margin-right:30px;
	border:white solid 4px;
}

#content p{
	/*padding-left:30px;*/
}

#content .gallery img{
border:white solid 4px;
margin:5px;
}

#content .gallery a:hover img{
border:#B7B98E solid 4px;
}

#header img{
	padding-left: 250px;
	background-repeat: no-repeat;
	
	margin-top: 40px;
}
#pageContainer #header h1{
font-size:36px;
}
#pageContainer h1 {
	display:block;
	width:1024px;
	height:90px;
	text-indent: -10000px;
	margin-top: -80px;
}
.slide h2, .slide p {
	margin:20px;
	font:24px,consolas, "Times New Roman", Times, serif;
	color:#000;
	letter-spacing:normal;
}
.slide h2 {
	font:24px,;
	color:#fff;
	letter-spacing:normal;
	margin-left: -10px;
	font-weight: bold;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	text-align:center;
}
.slide img {
  float:right;
  margin:0 15px;
  border: solid 8px #333;
}


#content ul
{
	list-style-type:none;
	vertical-align: middle;
}

#content li
{
	display:inline;
	padding-right: 20px;
}

