
BODY {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

BODY,
P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
}

A,
A:link,
A:visited {
	color: #660000;
	text-decoration: none;
}

A:hover {
	color: #990000;
	text-decoration: underline;
}

IMG {
	border: 0;
}

H1 {
	font-size: 16pt;
	font-weight: bold;
}

.small {
	font-size: 9pt;
}

/* --- */

DIV#wrapper {
	background: url('images/wrapper_bg.jpg') 0px 202px no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

DIV#header {
	background: url('images/header_bg.jpg') top center no-repeat;
	height: 202px;
}

DIV#header IMG.logo {
	margin-top: 15px;
}

DIV#footer {
	background: url('images/footer_bg.jpg') bottom center no-repeat;
	clear: both;
	color: #CCCCCC;
	font-size: 0.8em;
	height: 22px;
	margin: 0;
	padding: 0;
	text-align: right;
}

DIV#footer A {
	color: #CCCCCC;
}

/* --- */

DIV#menu {
	float: left;
	margin: 25px 0 0;
	text-transform: capitalize;
	width: 180px;
}

DIV#menu UL {
	margin: 0;
	padding: 0;
}

DIV#menu UL LI {
	margin: 0 0 5px;
	padding: 0;
}

DIV#menu UL LI A {
	display: block;
}

DIV#menu UL LI A IMG {
	height: 28px;
	margin: 0;
	padding: 0;
}

DIV#menu UL UL {
	margin: 1px 0 10px 35px;
	font-size: 13pt;
	letter-spacing: 2px;
	width: 130px;
}

DIV#menu UL UL LI {
	width: auto;
}

DIV#menu UL UL A {
	color: #CCCCCC;
	display: inline !important;
	font-weight: bold;
}

DIV#menu UL UL A:hover {
	color: #993333;
	text-decoration: none;
}

/* --- */

DIV#container {
	background: url('images/metal_sign_bg.jpg') no-repeat;
	float: right;
	height: 491px;
	margin: 23px 10px 20px 0;
	overflow: hidden;
	padding: 0;
	width: 730px;
}

DIV#container DIV.header {
	margin: 20px 0 0;
	padding: 0;
}

DIV#container DIV.header H1 {
	color: #990000;
	font-size: 18pt !important;
	margin: 0 40px 0;
	padding: 15px 0 0;
}

DIV#container DIV.footer {
	height: 0;
}

DIV#container DIV.content {
	height: 375px;
	margin: 8px 27px 0;
	overflow: auto;
	padding: 3px 13px 0;
}

/* --- Form --- */

TABLE.registration-form {
	border: 0;
	width: 100%;
}

TABLE.registration-form TD.title {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

TABLE.registration-form TD.input {
	white-space: nowrap;
}

TABLE.registration-form TD.input INPUT,
TABLE.registration-form TD.input SELECT {
	border: 1px solid #333333;
}

TABLE.registration-form INPUT.invalid,
TABLE.registration-form SELECT.invalid {
	border: 2px solid #FF0000 !important;
}

TABLE.registration-form TD.reset {
	padding-right: 10px;
	text-align: right;
}

TABLE.registration-form TD.reset INPUT,
TABLE.registration-form TD.submit INPUT {
	border: 2px solid #993333;
	font-weight: bold;
	padding: 3px 5px;
	width: 90px;
}

DIV.errors {
	border: 2px solid #FF0000;
	margin-bottom: 15px;
	padding: 2px 20px 2px 35px;
}

DIV.errors STRONG {
	color: #660000;
	margin-left: -25px;
}






/* --- 
Old stuff left over. Originally we tried to hav ea dynamic metal sign; however,
that was a bit tough so went with static height for now. But figured this should
be kept just in case.
DIV#container {
	background: url('images/container_bg.jpg') 0px 76px repeat-y;
	float: right;
	margin: 23px 10px 20px 0;
	width: 730px;
}

DIV#container DIV.header {
	background: url('images/container_header_bg.jpg') top center no-repeat;
	height: 76px;
	margin: 0;
	padding: 0;
}

DIV#container DIV.header H1 {
	color: #990000;
	font-size: 18pt !important;
	margin: 0 40px 0;
	padding: 40px 0 0;
}

DIV#container DIV.footer {
	background: url('images/container_footer_bg.jpg') no-repeat;
	height: 44px;
}

DIV#container DIV.content {
	margin: 0 40px;
}
*/
