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








/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

#outer{min-height:100%;height:auto;background:#ffffcc}
* html #outer{height:100%;}/* ie6 and under*/








body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	padding-left: 15px;
	padding-right: 7px;
	
}


body {
	font-size:12px;
	height: 100%;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	color: #B21212;
	display:block;
	font-size:20px;
	font-weight:bold;
	background-image:url(images/header-bg.gif);
	background-repeat: repeat-y;
	padding: 5px;
}

h2 {
	color: #000000;
	font-size:16px;
	font-weight:bold;
	padding-left: 10px;
}




a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF8080;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

#contain {
	height: 100%;
	width: 900px;
	margin-left:auto;
	margin-right: auto;
}


#mainarea {

	background-image:url(images/big-box.png);
	background-position: 342px;
	background-repeat:repeat-y;
}

#leftarea {
	background-image:url(images/box-mid.png);
	background-repeat:repeat-y;
}



#footer{
padding-top: 20px;
height: 30px;
margin-left: 410px;
vertical-align: bottom;
font-weight: bold;
font-size: 18px;
}



img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: middle; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
padding: 0px;
overflow:visible;
}