body {		
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(./../imgs/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;

}

#container {	
	width: 960px;
	margin: auto;
	/*background-color: #0f0;*/
}

#header {	
	width: 900px;
	float: left;		
	height: 145px;	
	text-align: left;
}

#header img {margin-top: 55px; border: none}
#header a, #flash {outline: none}

#content {	
	width: 100%;
	float: left;	
}

#flash {	
	float: left;		
	width: 900px;
	height: 222px;
	text-align: left;
}

#header img, #flash, #footer {margin-left: 30px;}

#main {	
	float: left;		
	text-align: left;
	padding-left: 2px;	
	margin-top: 25px;
	/*background-color: #00f;*/
	
}

#leftCol {		
	float: left;		
	width: 630px;
	text-align: left;
	/*background-color: #ccc;	*/
}

#rightCol {	
	float: left;		
	width: 300px;	
	text-align: left;
	font-size: 12px;
	margin-top: 22px;
	/*background-color: #f5f5f5;	*/
}

#footer {	
	float: left;
	width: 900px;
	text-align: left;		
	height: 50px;		
	background-image: url(./../imgs/dottedline.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	/*background-color: #ccc;*/
}

#footer .footerright {
	float: right;	
	padding: 10px 5px 0 0;
	margin: 0;
	font-size: 11px;	
	color: #999;
	/*background-color: #fff;*/
}

#footer .footerleft {
	float: left;	
	padding: 10px 0 0 5px;
	margin: 0;
	font-size: 11px;	
	color: #999;
	/*background-color: #fff;*/
}



.headline {
	float: left;
	width: 100%;
	height: 65px;	
	background-repeat: no-repeat;
	background-position: -2px 10px;
	/*background-color: #00cc00;*/
}

.text {
	float: left;
	width: 550px;
	padding: 0 0 0 30px;
	/*background-color: #0f0;*/
}

.text p {
	float: left;
	width: 100%;
	/*background-color: #f5f5f5;*/
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 18px;	
	font-size: 14px;
	clear: both;
}

.cntBox {
	float: left;
	width: 300px;
	background-color: #f0f0f0;
	padding: 8px 0 8px 0px;
	line-height: 15px;
	margin-bottom: 20px;
}

.boxleft{
	float: left;
	padding-left: 5px;
}

.boxright{
	padding-left: 10px;
	float: left;	
}

.boxright p  {
	margin: 0 0 7px 0;
}

a {
	color: #1575bb;
	text-decoration: none;
}

a:hover{
	color: #1575bb;
	text-decoration: underline;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover{
	color: #1575bb;
	text-decoration: underline;
}

#footer .active {
	color: #1575bb;
	font-weight: bold;	
}

#rightCol h2 {
	color: #969696;
	margin: 0 0 5px 5px;
	font-size: 12px;
}

#leftCol h1 {
	/*color: #969696;*/
	margin: 0 0 25px 0;
	font-size: 14px;
}

/*HACKS IE6*/
* html #footer {margin-left: 15px;}
/*
* html #into-left-col {width: 510px;}
* html #candle-cntr {margin-left: -30px;}
* html #footer {width: 100%;}
*/