@CHARSET "ISO-8859-1";

.mybold {
	font-size: 15px;
	font-weight: bold;
	clear: both;
	color: white;
}

.myboldtext {
	font-size: 12px;
	clear: both;
	color: white;
	/*float: left;*/
}

.myboldcopyright {
	font-size: 10px;
	font-weight: bold;
	clear: both;
	color: white;
	float: left;
	
}

b {
	font-size: 110%;
}

em {
	color: red;
}

#topsection {
	background: #EAEAEA;
	height: 90px; /*Height of top section*/
	/*background-image:url(../images/site-band30.jpg);*/
	background-position: center top;
	background-repeat:repeat;
}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
}

#contentwrapper {
	float: left;
	width: 100%;
	height:auto;
}

#contentcolumn {
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn {
	float: left;
	width: 200px; /*Width of right column in pixels*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	background: #FDE95E;
	height:100%;
}

#footer1 { /*background-image: url(./glossymetal.jpg);*/
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	height: 300px;
	background: black;
}

#footer a {
	color: #FFFF80;
}

.innertube {
	margin: 10px;
	/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	height: 900px;
}
