/* Reset / Layout */

* { margin: 0; padding: 0; }

body {
	background: #2b2b2b;
	margin: 0; padding: 0;
	color: #fff;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 13px;
}

div {
	border: none;
	text-align: left;
	vertical-align: top;
}

div#contain_excitement {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div#header {
	margin: 15px 0 0 0; padding: 0;
	height: 55px; width: 760px;
	border-bottom: 1px solid #fff;
}

div#col_left {
	margin: 15px 0; padding: 0;
	float: left;
	width: 380px;
}

div#col_right {
	margin: 15px 0; padding: 0;
	float: right;
	width: 380px;
}

div#footer {
	margin: 0; padding: 0;
	clear: both; height: 25px;
	border-top: 1px solid #fff;
}

/* Other Gen. */
fieldset { border: none; }

ul {
	margin: 0; padding: 0;
	list-style: none;
}

p { line-height: 1.4em;}

a { text-decoration: none; color: #fff; }
/* Good Times */

h2 {
	margin: 0 0 5px 0;
	font-weight: normal;
}

div#header span {
	float: right;
	clear: right;
}

div#header h1 {
	float: left;
	font-size: 2.3em;
	font-weight: normal;
}

div#header a {
	display: block;
	text-indent: -9999px;
	top: 0; left: 0;
	width: 235px; height: 35px;
	z-index: 777; position: absolute;
}

div#col_left label {
	margin: 0 0 3px 0; padding: 0;
	display: block;
}

div#col_left input.text {
	margin: 0 0 5px; padding: 3px;
	width: 253px; height: 22px;
	w\idth: 247px; he\ight: 15px;
	background: #ababab; border: none;
	color: #333;
}

div#col_left textarea {
	margin: 0 0 10px; padding: 3px;
	width: 340px; height: 160px;
	w\idth: 334px; he\ight: 154px;
	background: #ababab; border: none;
	color: #333;
}

div#col_left input.text:focus, div#col_left textarea:focus {
	background: #cadeff; color: #333;
}

div#col_left input.humzer {
	width: 95px;
}

div#col_left input.submit {
	margin: 0; padding: 0;  border: none;
	background: #cadeff;
	width: 100px;
	height: 30px; line-height: 30px;
	text-align: center;
}


div#col_right ul {
	margin: 0 0 15px;
}

div#col_right ul li {
	line-height: 1.4em;
}

div#footer p {
	text-align: right;
	color: #acacac;
	line-height: 25px;
	font-size: 0.9em;
}