body {
	padding:0px; margin:0px;
	background-color: #E4E4E4;
	font-family: Arial;
	font-size: 12px;
	
	background-image: url(images/gradient_bar.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.divContainer {
    /* position: absolute;*/
	/*width : 99.9%;*/
	/*width: 832px;*/
	border : 0px dotted #00CC00;
	z-index : 1;
}

#innerContainer {
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 17px;
}

td { vertical-align: top; }

p.spacer {
	height: 5px;
	font-family: arial;
	font-size: 1px;
}


#webcam {
	width: 832px;
	height: 600px;
	border: 0px solid red;
}

#redBar {
	width: 600px;
	height: 14px;
	background-color: #760000;
}

#greyBox {
	width: 600px;
	height: 45px;
	color: #00356A;
	background-color: #E4E4E4;
	font-size: 16px;
	font-weight: bold;
}

#whiteBox {
	width: 600px;
	/*height: 60px;*/
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#whiteBox p {
	text-align: center;
}

#camNav ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#camNav li {
	/*float: left;*/
	display: inline;
	padding: 5px 20px 10px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}

#logo, #logoArea {
	float: left;
}

#header {
	margin: 15px 0px 0px 15px;
}

#camNav #maplink {
	font-size: 12px;
	padding:0px;
	margin:0px 0px 0px 380px;
	font-weight: 400;
}

a:link { color: #000000; text-decoration: none; }
a:visited, a:active {	color: #000000; text-decoration: none; }
a:hover { color: #990000; text-decoration: underline; }
