/*
 * kabooth.com - main CSS
 */

/* page layout */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #557718;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.125em;
	text-align: left;
	color: black;
}

h1, h2, h3, h4, h5, h6
{
	color: #360;
}

/* header */

#header
{
	width: 744px;
	margin: 0 auto;
}

.header-tall
{
	height: 160px;
	background: #080
}

/*
.header-short
{
	height: 80px;
	background: #080 url(/images/banner-short.jpg);
}
*/

div.stripe
{
	margin: 0;
	padding: 0;
	height: 12px;
	width: 100%;
}

div#container
{
	margin: 0px auto;
	padding: 0;
	border: 8px solid white;
	width: 744px;
	height: auto;
	background-color: white;
}

/* footer */

#footer
{
	clear: both;
	width: 100%;
	height: 33px;
	margin: 0px auto;
	background-color: #040;
	color: white;
}

#footer p
{
	margin: 0px;
	padding: 5px 10px;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: white;
}

#footer_cr
{
	margin: 4px 0 0 0;
	padding: 0;
	position: relative;
	display: block;
	float: left;
	width: 70%;
	height: 33px;
	vertical-align: middle;
}

#footer_cr p
{
	vertical-align: middle;
}

#footer_valid
{
	position: relative;
	display: block;
	float: right;
	width: 30%;
	height: 100%;
	right: 0;
	bottom: 0;
	text-align: right;
	padding: 0 0 0 0;
	margin: 1px 0 0 0;
	vertical-align: middle;
}

#footer_valid img
{
	vertical-align: middle;
	border: 0;
	width: 88px;
	height: 31px;
}

img.valid
{
	border: none;
}
