@charset "UTF-8";
/* CSS Document */

body {
	color:#FFFFFF;
	background-image:url('../images/background_gradient_02.gif');
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333333;
}
#main {
	margin:auto;
	width:700px;
	background-color:#000000;
}
#header {
	width:700px;
	height:288px;
	background-image:url('../images/Header.jpg');	
}
#navbar{
	width:700px;
	height:61px;
	margin:auto;
	background-image:url('../images/nav_background.jpg');
	padding:0px;
	text-align:center;

}
.navButton {
	margin:auto;
	font-size:16px;
	float:left;
	width:100px;
	height:20px;
	padding-top:30px;
	line-height:0px;
	text-align:center;
	color:black;
	border:0px;
}
.navButton a{
	color:white;
	text-decoration:none;
}
.navButton:hover {
	color:#000000;
	cursor:pointer;
}
.navButton:hover a{
	color:#000000;
	cursor:pointer;
}
.navButton.selected {
	color:black;
}
#menu {
	width:216px;
	float:left;
}
.menuText{
	margin:auto;
	padding:8px;
}
#content {
	border:0px;
	width:482px;
	float:left;	
}
.contentPadding{
	margin-left:10px;
	margin-right:6px;
}
.contactBackground{
	width:450px;
	margin:auto;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:20px;
}
#mainImage{
	width:424px;
	height:317px;
	margin:auto;
	background-image:url('../images/img135.jpg');
}
#imageGallery{
	margin:auto;
}
#imageGallery .largeImage{
	background-color:black;
	text-align:center;
	width:424px;
	height:317px;
	margin:auto;
}
#imageGallery .thumbnail{
	width:60px;
	height:62px;
	cursor:pointer;
	border:1px solid #000;
  	float: left;
  	text-align: center;
}
#imageGallery .thumbnail:hover{
	border: 2px solid #33FFCC;
}
#captionHolder{
	width:299px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:center;
}
#myCaptionSpan{
	text-align:center;
	color:black;
}
.portNav1{
	color:#FFFFFF;
	text-decoration:none;
	padding-right:47px;
}
<!-- This is copied from wordpress -->

#mainmenu3 ul
{
  list-style:none;
  margin:0;
  padding-left: 360px;
  font-weight: bold;
  position: absolute;

}

#mainmenu3 li
{
  float:left;
  margin-right: 16px;
  list-style: none;
}

#mainmenu3 li a span {
  display: block;
  margin-left: 0px;
  padding-right: 37px;
  line-height: 27px;
  margin-right: 0px;
  color: #ffffff;
  text-decoration: none;
  }

#mainmenu3 li a span:hover {
  background-position: left -68px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  color: #33FFCC;
  }

.portNav2 a {
	color:#FFFFFF;
	text-decoration:none;
	margin:auto;
	padding-left:80px;
	float:left;
}
.portNav2:hover {
	color:#33FFCC;	
	text-decoration:none;
}
.portNav2:hover a{
	color:#33FFCC;
	text-decoration:none;
}
#footer {
	clear:both;
	margin:auto;
	text-align:center;

}
.style1 {
	font-size: 12px
}
.style3 {
	font-size: xx-large;
	font-style: italic;
}