@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../graphics/bg1.png);
	background-repeat:repeat-x;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	
}

body h2{
	color:#f77c1a;
	font-size:18px;
	}

body h1{
	color:#f77c1a;
	font-size:24px;
	}

body a{
	
	font-weight: bold;
	text-decoration: none;
	color:#3873b1;
}

body a:hover{
	color:#6ec4ff;
}

body img{
	border:none;
	}
	
.column #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:20px;
	border: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:auto;
}

#sidebar {
	float:left;
	width:270px;
	height:auto;
	text-align:left;
	padding-left:10px;
	margin-top:10px;


}



#main {
	float:right;
	width:680px;
	height:auto;
	text-align:left;
	padding-left:0px;
	padding-right:20px;
	margin-top:10px;
	
}

#sidebar2 {
	float:left;
	width:270px;
	height:auto;
	text-align:left;
	padding-left:10px;
	margin-top:0px;


}



#main2 {
	float:right;
	width:680px;
	height:auto;
	text-align:left;
	padding-left:0px;
	padding-right:20px;
	margin-top:0px;
	
}

#footer {
	font-size:11px;
	width:100%;
	
	
}

#footer a{
	font-size:11px;
}


