@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#motherShip {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#ceiling, #floor {
	height: 24px;
}

#borderTop, #borderBottom {
	height: 5px;
	background: #8b9a6f;
}

#banner {
	text-align: center;
	background-color: #201407;
	height: 155px;
}

#buttons {
	text-align: center;
}

#mainBody {
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../_images/bg_ribbon.gif);
}

#leftColumn {
	float: left;
	margin: 0px auto;
	width: 300px;
	padding: 210px 0 210px 10px;
}

#rightColumn {
	margin: 0px auto;
	text-align: center;
	padding: 155px 20px 155px 0;
	background-repeat: no-repeat;
}

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	font-size: 70%;
	height: 32px;
	background-image: url(../_images/_background/footer_bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
