div#content1,div#content6{
	width: 100%;
}

div#content2{
	float: left;
	width: 43%;
	margin-top: 15px;
}
div#content3{
	float: right;
	width: 43%;
	margin-top: 15px;
}
div#content4{
	float: left;
	width: 33%;
	margin-top: 15px;
}
div#content5{
	float: right;
	width: 62%;
	margin-top: 15px;
}
div#content6{
	text-align: center;
}

div#content7{
	float: left;
	width: 70%;
	margin-top: 15px;
}
div#content8{
	float: right;
	width: 25%;
	margin-top: 15px;
}
div#content9{
text-align: left;
}

#selectbox{
	text-align:left;
	background-color:#FFFFFF;
	overflow:auto;
	height:120px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 33% 0 33%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}


#leftcolumn{
float: left;
width: 15%; /*Width of left column in percentage*/
margin-left: -100%;
}

#rightcolumn{
float: right;
width: 15%; /*Width of right column in pixels*/
margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
}

#contentaddcolumn{
margin: 0 18% 0 18%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftaddcolumn{
	float: left;
	width: 18%; /*Width of left column in percentage*/
	margin-left: -100%;
}

#rightaddcolumn{
float: left;
width: 18%; /*Width of right column in pixels*/
margin-left: -18%; /*Set margin to that of -(RightColumnWidth)*/
}

#hcenter{
text-align:center;
}


#tourncontentcolumn{
margin: 0 auto 0 auto; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}


#tournleftcolumn{
float: left;
width: 50%; /*Width of left column in percentage*/
margin-left: -0%;
--background-color:blue;
}

#tournrightcolumn{
float: right;
width: 50%; /*Width of right column in pixels*/

text-align:right;
margin-left: -0%; /*Set margin to that of -(RightColumnWidth)*/
--background-color:green;
}




div#content1 , div#content2 , div#content3, div#content4, div#content5, div#content7,div#content8 {
	padding: 5px 5px;
	overflow: auto;
	position: relative;
}

