/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	
	background-color: #000000;
	}
	
.mainSkinBody {
	position: relative;
	width: 920px;
	margin: 0 auto;
	}
	
.headerCol_left,
.headerCol_right {
	width: 460px;
	float: left;
	}
	
.clearFloat {
	position: relative;
	clear: both;
	font-size: 0.01em;
	height: auto;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerCol_right a {
	border-bottom: 1px dotted #ffffff;
	}
	
.headerCol_right ul,
.headerCol_right li {
	list-style-type: none;
	padding: 0;
	marging: 0;
	}
	
.navigationBody {
	position: relative;
	margin: 25px 0;
	/*
	border-top: 1px solid #660000;
	*/
	border-bottom: 1px solid #660000;
	
	background-color: #330000;
	}
	
.navigationInline {
	position: relative;
	/*
	width: auto;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid green;
	
	margin-left: 100px;
	*/
	margin: 0 auto;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #220000;
	}
	
.menuSubmitButton {
	position: relative;
	float: left;
	}
	
.menuSubmitButton input {
	color: #990000;
	margin: 0;
	padding: 0.50em 1.00em 0.25em 1.00em;
	border-left: 1px solid #660000;
	border-right: 1px solid #220000;
	border-top: none;
	border-bottom: none;
	background-color: #440000;
	}
	
.menuSubmitActive input,
.menuSubmitButton input:hover {
	color: #cc0000;
	}
	
.imageListBody {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #666666;
	margin: 2px;
	float: left;
	background-repeat: no-repeat; 
	background-position: center;
	background-color: #222222;
	}
	
.imageListBody img {
	border: none;
	width: 100%;
	height: 100%;
	}