@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(/images/BG1.jpg);
	background-repeat: repeat;
}

.scr #shell{
	margin-right: auto;
	margin-left: auto;
}
.scr #header{
	background-image: url(/images/Header.png);
	background-repeat: no-repeat;
	height: 191px;
	width: 973px;
	z-index: 5;
	float: left;
	position: absolute;
	left: 50px;
}
.scr #menu{
	background-image: url(/images/Menu.png);
	background-repeat: no-repeat;
	height: 459px;
	width: 220px;
	z-index: 10;
	top: 193px;
	position: absolute;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	padding-top: 175px;
	padding-left: 3px;
	font-size: 18px;
	line-height: 36px;
	list-style-image: url(/images/58bullet.png);
}
.scr #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.scr #menu a:hover {
	color: #FF9900;
}
.scr #content{
	background-color: #CCCCCC;
	width: 913px;
	height: 750px;
	z-index: 1;
	left: 100px;
	top: 100px;
	position: absolute;
/*	background-image: url(/images/bottom_b.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}	
.scr #content2{
	z-index: 2;
	position: absolute;
	left: 140px;
	top: 140px;
	width: 750px;
}

.scr #content2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFCC00;
	text-align: center;
/*	background-image: url(/images/H1BG.jpg);
	background-repeat: repeat;
	border: thin solid #000000; */
}

.scr #content2 h1:before{
	content: url(/images/lefttab.gif);
	vertical-align: -23%;
}
.scr #content2 h1:after{
	content: url(/images/righttab.gif);
	vertical-align: -23%;	
}
.bkbgrd {
	background-image: url(/images/H1BG.jpg);
	background-repeat: repeat;
	border: thin solid #000000;
}
.bkbgrd:before {
    content: " ";
}	
.bkbgrd:after {
    content: " ";
}	

.scr #content2 h2{
	font-size: x-large;
	color: #FFCC00;
	background-color: #000000;
	text-align: center;
}
.scr #content2 h3{
	font-size: large;
	color: #000000;
	text-align: center;
}
.scr #content2 a{
	font-weight: bold;
	color: #000000;
}
.scr #corner{
/*	background-image: url(/images/corrner_b.gif);  */
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	z-index: 10;
	top: 650px;
	position: absolute;
	left: 815px;
}
