/* CSS Document */

body {
	background: #000066; 
	background-image: url('images/top2.jpg'); 
	background-repeat: repeat-x;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
	
	.thumbNormal {
border:3px solid #000000;
}
.thumbSelected {
border:3px solid #000066;
}
	
#mainContainer{
		margin:0 auto;
		width:720px;
		text-align:left;
		background-color:#FFF;
		padding:3px;
		border:3px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:280px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #317082;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:90px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}		
	
	
hr { 
	color: #000066;
	width: 90%;
	}

a:visited { color: #000066;  text-decoration: underline; }
a { color: #000066;  text-decoration: underline; }	
a:hover { color: #000066;  text-decoration: underline; }

td.leftborder { 
  background-image: url("images/shadow.jpg");
  background-repeat: repeat-y;
}

p  { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

td.rightborder { 
  background-image: url("images/shadow2.jpg");
  background-repeat: repeat-y;
}

td.bottomborder { 
  background-image: url("images/shadowtop.jpg");
  background-repeat: repeat-x;
}

/* General text */
.gen { font-size : 13px;  }
.genmed { font-size : 13px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #990033; font-weight: bold; }
.genbottom { color : #999999; font-size : 11px; }
.1gen { font-size : 12px;  color : #000000; line-height: 25px; }
a.gen,a.genmed,a.gensmall { font-size: 11px; color: #990033; text-decoration: underline; font-weight: bold; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ffffff; text-decoration: underline; }
a.1gen,a.genmed1,a.gensmall1 { font-size: 12px; color: green; text-decoration: none; }
a.gen1:hover,a.genmed1:hover,a.gensmall1:hover	{ color: green; text-decoration: underline; }


#layout {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	}

#pagecontainer {
	display: table;
	background: #000;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 780px; 
	text-align: left;
	border: 2px solid #000;
	border-top: 0; 
	}

#header h1 {
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}
	
div, ul, li {
	margin: 0; 
	padding: 0;
	}	

#mainnav {
	float: left; 
	position: relative; 
	top: 170px;
	}
	
* html #mainnav {
	margin-left: -50px;
	}
	
#mainnav li {
	list-style: none;
	float: left; 
	font-size: 18px;
	font-weight: bold;
	margin-left: 50px;
	}	
	
#mainnav a {
	color: #dcac6d;
	text-decoration: none;
	}	
	
#mainnav a:hover {
	color: #fff;
	text-decoration: none;
	}	
	
#content {
	width: 780px; 
	margin: 0;
	padding: 0;
	display: table;
	}

#left {
	float: left; 
	padding: 8px;
	}

#photos h2, #links h2, #aboutinfo h2, #middle h2 {
	font-size: 14px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	}

#content .toph2 {
	margin-top: 20px;
	}
	
#photos, #aboutinfo, #middle {
	background: #FFFFFF url('images/topleft.gif') top left no-repeat;
	width: 355px;
	float: left;
	padding: 0;
	margin: 10px 0 10px 5px;
	color: #000000;
	text-align: left;
	font-size: 13px;
	}
	
#linkscontent {
	margin: 20px;
	display: table;
	}
	
#photocontent {
	margin: 15px 0 15px 25px;
	display: table;
	}
	
#photos {
	width: 635px;
	margin-left: 40px;
	}	

html > body #photos {
	margin-left: 75px;
	}

#middle ul {
	margin-left: 35px;
	}
		
#middle li {
	list-style: circle;
	}

ul#rateslist {
	margin: 10px;
	}
		
#rateslist li {
	list-style: none;
	}
	
#aboutinfo p, #middle p {
	margin-right: 5px;
	margin-left: 5px;
	}
	
#roundt {
	width: 17px;
	height: 21px;
	float: right;
	background: #3b3b3b url('images/topright.gif') top right no-repeat;
	display: block;
	}

#roundb1 {
	width: 315px;
	height: 21px;
	background: #3b3b3b url('images/bottomleft.gif') no-repeat;
	}
	
#roundb2 {
	width: 30px;
	height: 21px;
	float: right;
	background: #3b3b3b url('images/bottomright.gif') right no-repeat;
	clear: left;
	}	
	
#right {
	display: table;	
	width: 120px;
	height: 150px;
	float: left; 
	padding: 5px;  
	text-align: center; 
	color: #fff; 
 	margin: 10px 0 0 15px; 
	}
	
#right #gooseimg {
	border: 1px solid #FCFFC6;
	}
	
#weather {
	border: 1px solid #FCFFC6;
	margin-top: 10px;
	}
	
#copyright {
	background: #535353;
	width: 780px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 9px;
	text-align: center; 
	margin-top: 20px;
	clear: both;
	}
	
#copyright p {
	margin: 0;
	padding: 0;
	}
	
.photocontain {
	width: 125px;
	height: 80px;
	overflow: hidden;
	border: 4px solid #fff;
	border-bottom: 10px solid #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}

#links {
	background: #3b3b3b url('images/topleft.gif') top left no-repeat;
	float: right;
	padding: 0;
	margin: 20px 45px 20px 0;
	width: 500px;
	color: #fff;
	text-align: left;
	font-size: 13px;
	}
	
* html #links {
	margin: 20px;
	}

#links img {
	border: 1px solid #fff;
	}
				
#aboutinfo {
	margin: 20px;
	margin-right: 45px;
	width: 500px;
	float: right;
	}

* html #aboutinfo {
	margin: 20px;
	}
	
#image {
	float: left;
	margin: 20px;
	margin-left: 30px;
	}

* html #image {
	margin-left: 20px;
	}
	
#image1	{
	float: left;
	margin: 20px;
	margin-left: 30px;
	}

* html #image1 {
	margin-left: 20px;
	}
	
#snowgeese {
	color: #fff;
	padding: 10px;
	}
	
#snowgeese h3 {
	font-size: 14px;
	}
	
#snowgeese h4 {
	font-size: 12px;
	}

.gensmall { font-size : 10px; color: #fff; }

h1 { font-size: 13px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #000066; }

td  { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

table.menu a {
width: 187px;
border:0px
display: block;
}

div.menu a {
color: #993333;
background: #CCCCCC;
text-decoration:none;
font-weight: bold;
font-size:15px;
line-height:14px;
font-family: Tahoma, verdana, sans-serif;
padding: 0px 0px;
}
	
div.menu a:link {
color: #993333;
background: #CCCCCC;
}

div.menu a:active {
color: #993333;
background: #e4e1cd;
}

div.menu a:visited {
color: #993333;
background: #CCCCCC;
}

div.menu a:hover {
color: #ffffff;
background: #000099;
border:1px solid #000000;
}
	
div.menu (
position:absolute;
top:0;
left:0;
)

	
