@charset "utf-8";
body {
	background-color: #000;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.context {
	color: #CCB06F;
}
.phpresults {
	color: #CCC;
}
#contentheadertxt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}
/* CSS Document */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 810px;
	background-image: url(images/coatedmetalsm.jpg);
	background-repeat: repeat;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 167px;
}
#side-a {
	float: left;
	width: 165px;
	overflow: hidden;
}
#side-b {
	margin: 0;
	width: 640px;
	float: right;
	position: relative;
}

#contentheader {
	background-image: url(images/pageheader.gif);
	background-repeat: no-repeat;
	height: 75px;
}
#contentheader p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 33px;
	left: 119px;
	width: 439px;
}
#contentbody {
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin: 0px;
	padding: 15px;
	top: 70px;
}
#contentfooter {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 75px;
	position: relative;
}
#footer {
	clear: both;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #333;
	margin-right: 35px;
	margin-left: 35px;
}
#footer p strong a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
#wrapper #container #side-a table tr {
	height: 50px;
}
#wrapper #container #side-b #contentbody form table {
}
form table tr td {
}

#contentbody .context a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	color: #CCC;
	font-weight: bold;
}

