	body{

    	background-position:left top;
		font-family:tahoma;
		font-size:12px;
		margin:0px;
		text-align: center;
	}
	
	#mainContainer{
		width: 1000px;
		height: 596
		margin:0 auto;
		overflow: auto;
	}
	#contentContainer{
		vertical-align: middle;
		margin-left: 110px;		
		float:left;
		z-index: 1
}
	#header{
		background-image: url("images/bg_head.jpg");
		background-repeat: no-repeat;
		margin-top:0px;
		margin-bottom:5px;
		margin-left: 0px;
		width:778px;
		height:244px;
		clear:both;
		color:#000;
		float:none;
	}
	#newsGUI{
		width:760px;
		height: 20px;
		float:left;		
		color:#000;

	}
	
	#leftColumn{
		background-image: url("images/bg.png");
		background-repeat: no-repeat;
		width:191px;
		height: 210px;
		float:left;		
		color:#000;
		margin-left: 17px;
		margin-right: 5px;
	}
	#contentColumn{
		width: 350px;
		height: 155px;
		float:left;
		color:#000;
	    border-style: solid;
	    border-top-width: thin;
	    border-left-width: 0px;
	    border-right-width: 0px;
	    border-bottom-width: 0px;

	}
	#rightColumn{
		background-image: url("images/bg.png");
		background-repeat: no-repeat;
		width:191px;
		height: 210px;
		float:left;		
		color:#000;
		margin-left:  5px;
		margin-right: 0px;

	}
	#footer{
		background-image: url("images/bg_footer.jpg");
		background-repeat: no-repeat;
		margin-top:0px;
		margin-left:10px;
		width:756px;
		height:48px;
		background-color:#CDCDCD;
		clear:both;
		vertical-align: top;
		float:none;
	}
	
	#centerAd{
		position:absolute;
		left:155px;
		top:235px;
		width:120px;
	    height: 60px;
		z-index: 2;
	}
	.clear{
		clear:both;
	}
	a {text-decoration:none; color:#000000;}	
	a.blue:link {color: #0000ff; }
	a.blue:active {color: #0000ff;}
	a.blue:visited {color: #0000ff;}
	a.blue:hover {color: #0000ff; background: #FFFF66;}

	a.red:link {color: #ff0000;}
	a.red:active {color: #ff0000;}
	a.red:visited {color: #ff0000;}
	a.red:hover {color: #ff0000; background: #FFFF66;}
	
	h4{		color:#FFF;
		background-color:#000;
	}
	p{
		margin-top:0px;
		margin-bottom:0px;
	}

span strong { color:#634221; text-transform:uppercase}
