body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", verdana;
        color: white
        
}

/*global whitespace reset*/

* {
	padding: 0;
	margin: 0;
}

h1
{
	padding-top: 160px;
	

	background-image: url("../images/ident.png");
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:67px; /* for IE5.5's bad box model */
	width: 33%;
	text-align: right;
	float: left;
	color: #2f2e2e;
}

h2
{
	padding-top: 160px;
	margin-left: 30px;

	background-image: url("../images/strap.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:67px; /* for IE5.5's bad box model */
	

	text-align: left;
	float: left;
	color: #2f2e2e;
	
	
	width: 60%;
}

h3
{
	padding-top: 46px;


	background-image: url("../images/comingsoon.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:46px; /* for IE5.5's bad box model */
	color: #eb7d37;
	
}

h3.seeyou
{
	padding-top: 46px;


	background-image: url("../images/seeyousoon.png");
	background-repeat: no-repeat;
	background-position: top left;
}

p.added
{
    padding-top: 20px;
    padding-bottom: 130px;
    width: 430px;
}

form label
{
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	clear: both;
	
}

form input.text
{
	height: 35px;
	width: 400px;
	font-size: 25px;
	border: 1px solid #999999;
	display: block;
	float: left;
}

form input.submitblock
{
	display: block;
	padding-left: 10px;
}

#header
{
	margin-top: 10px;
	height: 160px;
	width: 100%;
        background: #2f2e2e;
}

#panel
{
	margin-top: 30px;
	padding-top: 70px;
	padding-left: 15px;
	width: 100%;
	clear: both;
	background: #2f2e2e;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}

#content
{

	float:right;
	text-align: left;
	width: 66%;
	clear:both;
	color: 2f2e2e;
}


#notification {
	position: fixed;
	bottom: 0;
	padding: 0;
	height: 20px;
	margin: 0;
	width: 100%;
	background-color: #FFFF99;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}



#promise
{
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: smaller;
	width: 450px;
}

#copyright
{
	display: block;
	float:right;
	text-align: left;
	width: 66%;
	clear:both;
	font-size: smaller;
	color: #9a9a9a;
	padding-top: 10px;
	margin-right: -15px;
}
#copyright a
{
	color: #9a9a9a;
	text-decoration: none;
}

#copyright a:hover
{
	color: #2f2e2e;
	background: #9a9a9a;
	text-decoration: none;
}

.breaker
{
	clear:both;
}

.errors
{
    font-size: smaller;
    color: red;
}	
