/* CSS DOCUMENT */

body {
	background: #FFE0E0;
	}

.testBorder { border: 1px dashed #900; }
	
	
/* BASE RULES */

a:link, a:visited, a:active {
	color: #333; 
	text-decoration: none;
	}

a:hover	{
	color: #6699cc; 
	text-decoration: none; 
	}

div, a, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, form, textarea, body, label, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: 14px/1.4 Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-decoration: none;
	} 

p {
	padding-bottom: 20px;
	}

h1 {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
.morespace10 { margin-top: 10px; }
	
.morespace5 { margin-top: 5px; }


/* CONTENT OVERIDES */

.white { color:#fff; }

.black { color:#000; }

.red { color:#900; }

.i { font-style:italic; }

.b { font-weight:bold; }

.ni { font-style:normal; }

.lc { text-transform:lowercase; }

.uc { text-transform:uppercase; }

.sc { font-variant:small-caps; }

.rt { text-align:right; }

.lt { text-align:left; }

.ct { text-align:center; }

.jt { text-align:justify; }


/* DIV STYLING */

#wrapper {
	width: 855px;
	margin: auto;
	}
	
#logo {
	width: 855px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	}	
	
#logo2 {
	width: 855px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#navigation {
	width: 855px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto 15px auto;
	}

#message {
	width: 855px;
	margin: 30px 0 0 0;
	padding: 0;
	}
	
#content {
	width: 855px;
	margin: 50px 0 0 0;
	padding: 0;
	}
	
#content-home {
	width: 855px;
	margin: 40px 0 0 0;
	padding: 0;
	}
	
#content-home2 {
	width: 855px;
	margin: 10px 0 0 0;
	padding: 0;
	}

#imageTable {
	width: 855px;
	}
	
.selected {
	padding-bottom: 3px;
	border-bottom:1px solid #666;
	}

#photoWrapper {
	width: 855px;
	height: 375px;
	overflow:hidden;
	position:relative;
	border: 1px solid #666666;
	}
	
.photoWrapper-gallery {
	width: 855px;
	height: 375px;
	overflow:hidden;
	position:relative;
	border: 1px solid #666666;
	margin-bottom: 35px;
	}

#photoWrapper2 {
	width: 855px;
	height: 365px;
	overflow:hidden;
	position:relative;
	/*border: 1px solid #666666;*/
	}
	
#photoWrapper3 {
	width: 855px;
	height: 350px;
	overflow:hidden;
	position:relative;
	/*border: 1px solid #666666;*/
	}

#photos {
	width: 812px;
	height: 305px;
	overflow: hidden;
	margin: 25px auto 15px auto;
	}
	
#photos-gallery-1, #photos-gallery-2, #photos-gallery-3, #photos-gallery-4 {
	width: 812px;
	height: 305px;
	overflow: hidden;
	margin: 25px auto 15px auto;
	}
	
	
#photoNav {
	wisth: 812px;
	margin: auto;
	}

#photos2 {
	width: 812px;
	height: 305px;
	overflow: hidden;
	margin: 5px auto 10px auto;
	border: 1px solid #666666;
	}
	
#photoNav2 {
	wisth: 812px;
	margin: auto;
	}

#photos3 {
	width: 812px;
	height: 305px;
	overflow: hidden;
	margin: 5px auto 10px auto;
	border: 1px solid #666666;
	}
	
#photoNav3 {
	wisth: 812px;
	margin: auto;
	}
	
#photos4 {
	width: 812px;
	height: 305px;
	overflow: hidden;
	margin: 5px auto 10px auto;
	border: 1px solid #666666;
	}
	
#photoNav4 {
	wisth: 812px;
	margin: auto;
	}

/* POP-UP STYLES */
	
#popWrapper {
	width: 400px;
	margin: auto;
	}
	
#popWrapperWide {
	width: 900px;
	margin: auto;
	}

#popLogo {
	width: 100%;
	height: 55px;
	margin-top: 8px;
	margin-bottom: 10px;
	}	

#popPhoto {
	width: 400px;
	height: 600px;
	}
	
#popCaption {
	width: 400px;
	margin: 10px auto 0 auto;
	}
	
#popCaptionWide {
	width: 900px;
	margin: 10px auto 0 auto;
	}
	
.season {
	font-size:1.3em;
	font-weight:bold;
	}
