body {
	font: 10pt Arial, Helvetica, sans-serif;
	/*background: #ffffff url(images/main-bg.gif);*/
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0); background-color: rgb(93, 93, 93); background-image: url(images/metal_25.jpg);
}
img {
	border: none;
}

a {
	color: 	#DC9301;
	font-weight: bold;
	}
	
h1 {
	font-size: 12pt;
	}

a:hover {
	color: #FFB341;
	}
	
#logo {
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(images/r.png);
	background-repeat: no-repeat;
	background-position: 40.5% 96.5%;
}

#date-and-search {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	}

#header {
	clear: both;
	height: 48px; /*50 - 15*/
	width: 660px;
	margin: 0 auto;
	padding: 0 0;
	padding-top: 2px;
	background: url(images/metal_014.jpg) repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: #FFF;
	border: 1px solid #000;
	line-height: 1.1;
}
	
#main-container {
	width: 660px;
	margin: 0 auto;
}

.background {
	background: #373737 url(images/metal_072.png) repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

.dark-background {
	background: #373737 url(images/metal_072-dark.png) repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

.red-border {
	border: 1px solid #FF1414;
	}
	
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.spaced {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#main {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
	}

#footer {
	clear: both;
	/*height: 60px;*/
	width: 660px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 12px 0;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	background: url(images/metal_014.jpg) repeat;
	text-align: center;
	color: #FFF;
	border: 1px solid #000;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	margin-bottom: 5px;
        margin-top: 40px;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 80px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	/*position: absolute;*/
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	color:#FFF;
    display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}