#main {
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 800px;
}
#header {
height: 102px;
margin-top: 5%;
float:top;
}
#nav {
   	float: right;
	text-align: right;
	width: 70%;
}
#logo {
	float: left;
	width: 20%;
}
#newsNavHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #415463;
	font-weight: bold;
}

#nav ul{
  list-style: none;
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
#nav li{
	float: left;
  margin-left: 5px;
  padding-left: 5px;

}

#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bcbec0;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;
	color:#cfd434;
}
#nav a:active {
    color: #2d404e;
}

#content {
	padding-top: 2%;
	padding-bottom: 20px;
	background-image: url(images/copySoonTxt.gif);
	background-repeat: no-repeat;
	background-position: center;

	
}
#text {
	visibility: hidden;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
	text-align: center;
	padding-top: 0.5%;
	font-weight: bold;
	background-color: #cbccc7;
	
}

#footer a{
color: #989898;
}

#footer img {
	padding-right: 8px;
}

body {
	margin: 0px;
	padding: 0px;

}

#stripe {
	border-width : 50px 50px 70px 50px; 
	border-style:solid;
	border-color:#bdbeba;
    border-top-style:none;
	background: #fff url('../images/bg-container.gif') repeat-x;
	overflow: hidden;
	margin: auto;
	
}

#lefttext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bcbec0;
	text-decoration: none;
	}

#contact {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #bcbec0;
text-decoration: none;
}

#links a{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cfd434;
	text-decoration: none;
}