/* CSS Document */

* { margin: 0; padding: 0; }
#mainContent
{
	margin: 2px auto;
	position: relative;
	width: 740px;
	height: 550px;
	background: url(panel.jpg);
}
#map
{
	margin: 2px auto;
	position:relative;
	width:800px;
	height:469px;
	background:url(locationsMap.png);
}
#TopBanner
{        
    position: relative;
	width: 740px;
	height: 130px;
}
#camera
{
	position: absolute;
	width: 640px;
	height: 320px;
	top: 164px;
	left: 48px;
}
.others {height:24px;background-color:#000;color:#fff;text-align:center;position:relative;width:740px;list-style-type:none;vertical-align:text-bottom;}
.others li {display: inline; position: relative;margin-left: 5px;margin-right: 5px;}
.others a {color:#fff;}

#links
{
	position: absolute;
	width: 660px;
	height: 25px;
	left: 40px;
	top: 500px;
	list-style-type: none;
	display: inline;
}
#links li
{
	display: inline;
	position: relative;
	padding: 2px 6px;
	margin-left: 20px;
	margin-right: 30px;
}
#links a
{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}
#links a:hover
{
	color: #CC0000;
}
#footer{
	color: #000000;
	background-color: inherit;
	font-size: 70%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #CC9900;
}
#footer a:hover{
	text-decoration: none;
	color: #CC0000;
}
#footer a:visited{
	color: #000000;
	text-decoration: none;
}

