@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(images/bg_black.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #010101;
}
.main {
	width: 955px;
	vertical-align: top;
}
.header {
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.menu {
	height: 41px;
	background-image: url(images/menu_template.jpg);
	background-repeat: no-repeat;
}


.leftcol {
	height: 684px;
	background-image: url(images/leftcol.gif);
	background-repeat: repeat-x;
	background-position: right 230px;
}
.rightcol {
	background-image: url(images/rightcol.gif);
	background-repeat: repeat-x;
	background-position: left 230px;
}
.bottomlinks {
	color: #717073;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/bottomlinks_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height:191px;
}
.bottomlinks a:link, .bottomlinks a:visited {
	text-decoration: none;
	color: #717073;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.flash {
	height: 684px;
	text-align: center;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #717073;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#copyright {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}
#leftslice {
	width: 7px;
	background-image: url(images/leftcol.gif);
	background-repeat: no-repeat;
	background-position: 230px;
}
#rightslice {
	background-image: url(images/rightslice.gif);
	background-repeat: no-repeat;
	background-position: left 230px;
	width: 7px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	visibility: hidden;
}

