html, body {
	margin: 0px;
	padding: 0px;
	background: #333333 url(images/bg_body.jpg) repeat-x left top;
	color: #fff;
	font-family: comic sans, arial, verdana;
}

#header {
	width: 100%:
	padding: 0px;
	margin: 0px;
}

#banner {
	width: 100%;
	height: 99px;
	background-image: url(images/banner_bg.gif);
}

#navigation {
	width: 100%;
	height: 40px;
	background-color: #00a650;
	border-top: solid 2px #436baf;
}

a.navLink {
	display: block;
	float: left;
	width: 169px;
	height: 32px;
	margin: 0 10px;
	margin-top: 8px;
	text-indent: -9000px;
}


a#photos { background-image: url(images/photos.gif); }
a#photos:hover { background-image: url(images/photos_over.gif); }

a#videos{ background-image: url(images/videos.gif); }
a#videos:hover { background-image: url(images/videos_over.gif); }

a#more { background-image: url(images/more.gif); }
a#more:hover { background-image: url(images/more_over.gif); }

#container {
	padding: 30px;
}

#container a {
	color: #4c83dd;
}

.gallery {
	color: #fff;
	font-family: comic sans, arial, verdana;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.gallery a {
	color: #fff;
	text-decoration: none;
}

.gallery img {
	border: solid 6px #666;
	margin-top: 3px;
}

p.intro { 
	padding: 20px;
	border: dashed 1px #ccc;
}

.videogallery {
	position: relative;
	float: left;
	width: 430px;
	margin-right: 40px;
	margin-top: 20px;
}

.videogallery .number {
	color: green;
}

p.videlinks {
	font-size: 12px;
}

