body {
	font-family: Arial; /* Arial, Helvetica, sans-serif; */
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #3D0000;
/*
	background-image: url(images/halloween_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
*/
}

/* retarded stuff to make base CSS for IE and FF the same */

td {
	vertical-align: top;
	text-align: left;
}

p {
	margin: 0px;
	padding: 0px;
}


/* content stuff */
.mainContent {/**/}

.copyCam {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}

.activeCam {
	font-weight: 700;
	color: #FDD094;
}

.thumbout {
	border : 2px solid #FFFFFF;
}

.thumbover {
	border : 2px solid #EE0000;
}

.thumbout2 {
	border : 1px solid #000000;
}

.thumbover2 {
	border : 1px solid #EE0000;
}

.navbox {
	width :360px;
	height: 72px;
	font-size: 10px;
	font-weight:700;
	color: #FFF;
}

.viewer {
	text-align: center;
	width: 322px;
	height: 281px; /* 265 */
	
}

.tsText {
	color: #FDD094;
	font-weight: 700;
	font-size: 10px;
	margin: 4px 0px 2px 4px;
	text-align: left;
}

.pageCopy {
	font-weight: 700;
	width: 310px;
}

.contentTable {
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-color: #FFF;
}

#contentBG {
	background-image: url(images/cambackground.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


/* Footer */
.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #FFFFFF;
	text-align: center;
}

.footerText {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #FFFFFF;
	text-align: center;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover { color: #FFFFFF; text-decoration: underline; }

a.footerlink:hover {
	color: #FF8900;
}

/*  regular links  */
a:link {
	color: #000000;
	text-decoration: underline;
}

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

a:active {
	color: #000000;
	text-decoration: underline;
}

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

