body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, arial, sans-serif;
	color: #ffffff;
	text-align:center; 
}


a {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #5D8EC2;
	text-decoration: none;
}

a:visited {
	color: #5D8EC2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: 0px;
}

a:hover img {
	border: 0px;
}


#enclosure {
	position: relative;
	text-align:left;
	top: 5px;
	left: 0px;
	width:800px;
	margin:0 auto;
}


#box1 {
	height: 195px;
	background: url(../img/top.png) no-repeat;
}

#box1 a {
	color: #FFFFFF;
}

#box1 h1 {
	padding-top: 50px;
	text-align:center;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 2px;
}

#box2 {
	min-height: 700px;
	background: url(../img/mid.png) repeat-y;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 45px;
	padding-right: 45px;
}


#box3 {
	height: 195px;
	background: url(../img/bottom.png) no-repeat;
	font-size: 12px;
	padding-left: 45px;
	padding-top: 45px;
}



#clock {
	position: absolute;
	top: 132px;
	left:350px;
	width: 100px;
	height: 18px;
	color: #101010;
	font-weight: bold;
	font-size: 14px;
}

#menubar {
	position: absolute;
	top: 158px;
	left: 33px;
	width: 731px;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
}

#menubar ul {
	margin: 0px;
	padding-left: 10px;
}

#menubar li {
	background: url("../img/menubutton.png") no-repeat;
	width: 110px;
	height: 30px;
	text-align: center;
	margin-right: 10px;
	list-style-type: none;
	display: inline;
	float: left;
}

#menubar li.selected {
	background: url("../img/menubuttonsel.png") no-repeat;
}

#menubar li.right{
	float: right;
}

#menubar a {
	display: block;
	color:#FFFFFF;
	font-size: 15px;
	padding-top: 6px;
	height:24px;
	text-align: center;
}


.ipcell {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border:solid 1px #101010;
	margin: 0px 0px 15px 0;
	padding: 7px;
	color:#000000;
	background: #FFFFFF;
	min-height: 25px
}


.faqimg {
	float:right;
	border: solid 1px black;
	margin: 5px;
}


.sshot {
	border: solid 1px black;
	margin: 10px;
	padding: 1px;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: black;
	z-index:1001;
	opacity:.80;
	filter: alpha(opacity=80);
}
.video_content {
	display: none;
	position: absolute;
	left: 240px;
	width: 320px;
	height: 540px;
	padding: 1px;
	border: 5px solid white;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color: black;
	z-index:1002;
	overflow: auto;
}