body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", verdana;
}

/*global whitespace reset*/
* {
	padding: 0;
	margin: 0;
}

a{
	color:#FFFFCC;
}
#header
{
	margin-top: 160px;
	height: 67px;
	width: 100%;
}
h1
{

	background-image: url("../images/ident.png");
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden; /* for most browsers */
	height /**/:90px; /* for IE5.5's bad box model */
	width: 33%;
	text-align: right;
	float: left;
	color: #E0691A;
	font-size: 2.2em;
}

h2
{
	padding-top: 8px;
	margin-left: 30px;
	background-image: url("../images/strap.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	height /**/:67px; /* for IE5.5's bad box model */
	text-align: left;
	float: left;
	color: #73880A;
	width: 60%;
}

h3
{
	padding-top: 0px;
	background-image: url("../images/comingsoon.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	
	color: #74c217;
	
}

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;
}



#panel
{
	margin-top: 30px;
	padding-top: 50px;
/*	padding-left: 15px;*/
	width: 100%;
	clear: both;
	background:#34414A url(../images/footergradient.gif) repeat-x left top;
/*	background: #34414A url(stea.gif) no-repeat 20% 7%;*/
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#content
{
	background-color:#34414A;
	float:right;
	text-align: left;
	width: 66%;
	clear:both;
	color: white;
}

#promise
{
	padding-top: 80px;
	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: white;
	background: #9a9a9a;
	text-decoration: none;
}

.breaker
{
	clear:both;
}

.errors
{
    font-size: smaller;
    color: red;
}

input.submit {
	background: #E0691A url(images/submit_ok.gif) no-repeat;
	border: 0;
	width: 66px;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	margin-top: 0;
	height:37px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#header ul{
	list-style: square;
}
#header ul li {
	list-style: square;
	float: left;
	margin-left: 24px;
	padding-top: 0px;
}

