/* CSS Document */

/* HOME PAGE STYLING */

body {
	background-color:#090909;
        background-repeat: no-repeat;
	title: ab;
	margin: 0;
	border: 0px none;
	text-align: left;
	font-family: Arial;
	color:#FFFFFF;
	font-size: 14px;
	padding-bottom: 0px; padding-left:0; padding-right:0; padding-top:0;

}

.thrColFixHdr #container {
	width: 1022px;
	min-height: 900px;
	height: 100%;
	background: #181818;
        background-image:url(template/background.jpg);
	margin: auto;
	border: 0px solid #181818;
	text-align: left;
	background-repeat:repeat-y
        }

.thrColFixHdr #innercontainer {
       width: 1018px;
       background: #000000;
       background-image:url(template/black.jpg);
       margin-right:2px;
       margin-left:2px;
       border: 0px;
       background-repeat:no-repeat;
	height: auto;
       }

.thrColFixHdr #innercontainer2 {
       margin-right:8px;
       margin-left:8px;
       }

.thrColFixHdr #innercontainer3 {
       margin-right:8px;
       margin-left:8px;
       }

.thrColFixHdr #lside {
	margin: 0;
	padding: 0px 0;
}

.headline-sides2 {
	background-image: url(template/menutop2.png);
	width: 160;
	height: 16px;
	background-color: #800000;
	text-align: left;
	color : #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}




