@charset "utf-8";
body {
	margin:0px;
}
#shadow {
	background-image: url(../images/bgnds/shadowBG.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 834px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#container #navigation {
	height: 30px;
	background-image: url(../images/bgnds/navBG.jpg);
	background-repeat: repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
#container #navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bgnds/navBG.jpg);
	display: block;
	float: left;
	height: 30px;
	line-height: 28px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #navigation a:hover {
	background-image: url(../images/bgnds/navBG2.jpg);
}

#container #billboard {
	height: 35px;
	vertical-align: middle;
	background-repeat: repeat;
	padding-top: 5px;
	text-align: center;
}
#container #content {
	height: 410px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;

}
#container #content table tr td a {
	font-size: larger;
	font-weight: bold;
}

#container #webcams {
	height: 500px;
	width: 660px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: auto;
}

#container #webcamBig {
	height: 1000px;
	width: 660px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: auto;
}


#container #footer {
	font-size: xx-small;
	text-align: center;
	margin-top: 20px;
}

#btmShadow {
	background-image: url(../images/bgnds/shadowBTM.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 834px;
	font-size: small;
	text-transform: capitalize;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#private {
	color: #FFF;
	text-align: center;
}
#private a {
	color: #FFF;
}
#private a:hover {
	color: #F00;
}
#shadow #container #content table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
}
#shadow #container #content table tr td {
	font-size: small;
}
