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

BODY {
	background-color:#171616;
	background-image:url(../images/bg_stripe2.png);
	font: normal 70% Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#969696;
	margin:7px 0px 0px 0px;
	text-align:center;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
}

h1 {
	background-color:#161616;
	border-bottom:1px solid #2D2D2D;
	border-top:1px solid #2D2D2D;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	margin-top:50px;
}

h1 span {
	color:#969696;
	font-size:60%;
	font-weight:normal;
	letter-spacing:0.15em;
	padding-left:10px;
	text-transform:uppercase;
}

#container {
	width:770px;
	margin: 0 auto;
	
}

#topLeft {
	width:35px;
	height:120px;
	background-image:url(../images/container_topleft.jpg);
}

#topMiddle {
	background-image:url(../images/container_topslice.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#topRight {
	width:35px;
	height:120px;
	background-image:url(../images/container_topright.jpg);
}

#leftslice {
	background-image:url(../images/container_leftslice.jpg);
	background-repeat:repeat-y;
}

#rightslice {
	background-image:url(../images/container_rightslice.jpg);
	background-repeat:repeat-y;
}

#bottomLeft {
	width:35px;
	height:35px;
	background-image:url(../images/container_bottomleft.jpg);
}

#bottomMiddle {
	background-image:url(../images/container_bottomslice.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#bottomRight {
	width:35px;
	height:111px;
	background-image:url(../images/container_bottomright.jpg);
}

#footer{
	margin:0 auto;
	font-size:90%;
	margin-top:-5px;
	padding-bottom:5px;
}

.tableHeading {
	background-color:#161616; 
	border:solid 1px #2d2d2d;
	text-align:left;
}