/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
/*	background-image: url(/themes/clubelite/images/Background.jpg); */
	margin:0; padding:0; width:100%; height:100%; 
	
}

b{font-size: 110%;}
em{color: red;}


#topsection{

height: 0px; /*Height of top section*/

}

#logo_wrapper
{
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -400px;

/*	border-left: 1px solid #A60000;
	border-right: 1px solid #A60000;
*/
	background-color: #000000;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
padding-top: 190px;
margin-right: 320px; /*Set right margin to RightColumnWidth*/
margin-left: 100px;
background-color:#000000;
border-left: 1px solid #A60000;
}

#rightcolumn{
float: left;
width: 220px; /*Width of right column in pixels*/
margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
padding-top: 230px;
background-image: url(/themes/clubelite/images/Background.jpg); 

border-right:1px solid #A60000;
border-left:1px solid #A60000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#logo_wrapper
{
	
}

#black_rectangle
{
	top: 0px;
	right: 100px;
	width: 75%;
	height: 190px;
	background-color:#000000;
	position:absolute;

}

#background
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	background-color:#000000;
	padding-right: 10%;
	border-right:1px solid #A60000;
	/* z-index: -1; */

}

#maincontainer
{
	z-index:2;
	position:relative;
}


