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

body {
	background-color: #000000;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/htmlbg.jpg);
	background-repeat: repeat-x;
}
.flash {
	width: 750px;
	margin: 0 auto;
}
#maincontent {
	width: 750px;
	margin: 0 auto;
	background-image: url(../images/maincontentbg.jpg);
	background-repeat: repeat-y;
}
#leftcolumn {
	float: left;
	width: 375px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#rtcolumn {
	float: right;
	width: 250px;
}
#footer {
	width: 650px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.texttop {
	background-image: url(../images/texttopbg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 450px;
	padding-top: 35px;
	padding-left: 25px;
}
.textbottom {
	background-image: url(../images/textbottombg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 475px;
}
.textmid {
	width: 380px;
	background-image: url(../images/textmidbg.jpg);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .1em;
	padding-left: 25px;
	padding-right: 70px;
	padding-top: 8px;
	padding-bottom: 8px;
}
