/* Alli and Doug 
CSS Document */

body {
	background-color: #505050;
	background-image: url("/bg.gif");
	background-position: top;
	background-repeat: repeat-y;
	color: #000000;
	margin: 0 auto 0 auto;
	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	
	height: 100%;
}

div, span {
	margin: 0;
	padding: 0;
}

#header {
	background-image: url("/header.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 802px;
	height: 150px;
	
	margin: 0 auto 0 auto;
	padding: 0;
}

body>#header {
     width: 800px;
}

#header a.home {
     display: block;
     width: 700px;
     height: 100px;
     
     margin: 0 auto 0 auto;
     padding: 0;
}

#header a.home:link, #header a.home:visited, #header a.home:hover {
     /* I don't know what to put in here */
     border: 0;
     text-decoration: none;
}

#header ul {
     margin: 2px 55px 0 50px;
     padding: 0;
}

#header li, #header li.end {
     float: left;
     display: block;
     list-style: none;
     color: #ffffff;
     
     border-left: 1px solid #666666;
     border-right: 1px solid #000000;
     
     margin: 0;
     padding: 0;
}

#header li.end {
     border-right: 0;
     padding: 11px 10px 10px 10px;
}

#header li a:link, #header li a:visited, #header li a:hover {
     display: block;
     border: 0;
     text-decoration: none;
     font-weight: bold;
     
     margin: 0;
     padding: 11px 10px 10px 10px;
}

#header li a:link, #header li a:visited {
     color: #BBBBBB;
}

#header li a.selected:link, #header li a.selected:visited, #header li a.selected:hover {
     color: #FF9933;
}

#header li a:hover {
     color: #FFFFFF;
}

#body {
     text-align: left;
	width: 680px;
	
	background-color: #ffffff;
	
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
}

h1, h2, h3, h4 {
	text-align:center;
}

img {
	border: 0;
}

p a:link, p a:visited {
	color: #000000;
     border-bottom: 1px dashed #000000;
	text-decoration: none;
}
p a:hover {
     color: #CC6600;
	border-bottom: 1px solid #CC6600;
	text-decoration: none;
}

a:link img, a:visited img, a:hover img {
	border: 2px solid #000000;
}

#footer {
     text-align: center;
	width: 680px;
	
	background-color: #ffffff;
	
	margin: 0 auto 0 auto;
	padding: 0;
}

#footer p {
     color: #666666;
}

ul {
	margin-top: 0;
}

span.date {
	color: #0066CC;
	font-weight: bold;
	margin-right: 5px;
}

span.caption {
	display: block;
	color: #666666;
	text-align: center;
	font-size: 9px;
}

.photogroup, .infogroup {
	height:auto; overflow:hidden;
}

.photobox {
	margin: 0 10px 10px 10px;
}

.photo_left {
	float: left;
}

.photo_right {
	float: right;
}

