@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	height: 100%;
	width: 100%;
	background-color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
html {  height: 100%; width: 100%; }
p { 
	margin: 0; 
}
h1 {
	font-weight: bolder;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: underline; color: #ff6000;
	font-weight: bold;
} 
a:visited {
	text-decoration: underline; color: #ff6000;
	font-weight: bold;
}
a:active {
	text-decoration: underline; color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: underline; color: #ff0000;
	font-weight: bold;
}

#container {
	width: 100%;
	min-width: 740px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
}
#boundaryBox {
	width: 740px;
	height: 600px;
	height: auto !important;
	min-height: 600px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/center.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#description {
	display: none;
	font-size: 12px;
	color:#FFFFFF;
}
#errorLeft {
	width: 200px;
	float: left;
}
#errorRight {
	float: left;
	width: 500px;
	font-size: 12px;
	color:#FFFFFF;
}
#address {
	width: 200px;
	float: left;
}
#contact {
	float: left;
	width: 300px;
	font-size: 12px;
	color:#FFFFFF;
}
.clear {
	height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}