@charset "UTF-8";
/* CSS Document */

html
{
height: 100%;
}

body {
	background-color: #000;
	margin: 0px;
	background-image: url(images/stand-bg.jpg);
	height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
}

a:link {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #D81F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#wrap {margin: 0 auto; width: 900px; background-color: #000; min-height: 100%;}

#header {width: 900px; height: 380px; background-image: url(images/header.jpg); position: relative; text-align: left; vertical-align: top;}

#leftcolumn {width: 500px; float: left; background-color: #000; min-height: 430px;}

.contentwrap {padding: 0px 25px 0px 25px; text-align: left; background-color: #000; min-height: 100%; height: 100%;}

#rightcolumn {width: 400px; float: right; background-color: #000; min-height: 100%;}

#footer {clear: both; margin: 0 auto; width: 900px; height: 61px; background-image: url(images/stand-footer.jpg);}

.titles {font-size: 20px;}