@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; 
	color: #FFFFFF;
	background-image: url(back.jpg);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 900px;
	background: #000000;
	border: 1px solid #000000;
	text-align: left;
	margin: 0 auto;
} 
.thrColFixHdr #header {
	padding: 0;
	background-color: #000000;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #000000;
	padding: 0px 10px 15px 20px;
	height: 820px;
}	
.thrColFixHdr #sidebar2 {
	float: right;
	width: 600px;
	background: #000000;
	background-repeat: no-repeat;
	height: 960px;
}
.thrColFixHdr #mainContent {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 50px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000; 
}
.style1 {
	color: #FF0000;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
}
.style3 {
	color: #FF0000;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.style4 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
.style5 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .4 em;
	font-weight: normal;
}
a:link {
	color: #06F;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
a:visited {
	color: #96C;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #09F;
	font-size: 1.2em;
