* {
	margin: 0;
	padding: 0;
}

a {
	color: #C7C6C8;
	text-decoration: none;
}

a:hover {
	/* color: #C7C6C8; */
	border-bottom: 2px solid #FD4111;
}

a img {	border: none;	}
ul {	list-style-type: none;	}
em {	font-style: normal;	}

h1, h2 {
	clear: both;
	font-weight: normal;
	font-size: small;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

dt {	float: left;	}
dd {	margin-left: 6em;	}
dd:before {
	color: #F23E10;
	content: '| ';
}

/* --- */

body {
	color: #C7C6C8;
	background: black url("/styles/1280/background.jpg") no-repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}

#menu {
	height: 32px;
	padding: 0 2em;
	background: #191919 url("/styles/1280/menu.jpg") no-repeat;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

#menu li {
	float: left;
	/* width: 6em; */
	margin: 0 1em;
}

#menu a {
	display: block;
	color: #1B1B1C;
}

#menu em a {	color: #C7C6C8;	}
#menu a:hover {	color: white;	}

/* --- */

#content {
	position: relative;
	margin-top: 85px;
}

#main h2 {
	color: #F23E10;
	font-weight: bold;
}

#main img.large {
	display: block;
	border: 4px solid #202021;
}

/* --- */

ul.index li, ul.float li {
	float: left;
}

ul.index li {
	width: 34px;
	margin: 0 7px 7px 0;
}

ul.float li {
	margin: 0 1em 1em 0;
}

ul.index img, ul.float img {
	/* display: block;
	width: 60px;
	height: 65px;
	*/
	border: 2px solid #202021;
}

ul.index em img, ul.float em img {
/*	border: 2px solid #575658; */
	border: 2px solid #777668;
}

/* --- */

#footer {
	position: absolute;
	left: 1em;
	bottom: 1em;
	/* color: #38383D; */
	color: #28282D;
	font-size: x-small;
}

#footer h2 {
	font-size: 100%;
	color: #801208; /* #F23E10 */
}

#footer:hover {
	color: #C7C6C8;
}

#footer dd:before {
	color: #801208;
}

