#wrapper	{
	margin: 0 auto;
	width: 900px;
	display: table;
	background-color: #888888;
}
#header	{
	background: url(../graphics/bg_top2.jpg) no-repeat top left;
	height: 218px;
	text-align: left;
}

#main	{
	width: 900px;
	text-align: center;
	background-color: #888888;
}

#footer	{
	background: url(../graphics/bg_footer2.jpg) no-repeat bottom left;
	background-color: #888888;
	height: 50px;
	text-align: center;
	width: 900px;
	display: block;
}

#textSection	{
	width: 740px;
	margin: 0 auto;
}

#flinks	{
	height: 50px;
	background-color: #747474;
}

#links	{
	float: left;
	text-align: right;
	width: 360px;	
	background-color: #888888;
}

#links	a {
	font-weight: normal;
}

#news	{
	padding-left: 20px;
	float: left;
	width: 360px;	
	text-align: left;
}

#main #sections #columns	{
	margin: 0 auto;
	text-align: center;
	width: 692px;
}

#main  #sections #columns #column_lft	{
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
}

#main  #sections #columns #column_lft	a {
	font-size: 16px;
}

#main  #sections #columns #column_rgt	{
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
}

#main  #sections #columns #column_rgt	a {
	font-size: 16px;
}

#main  #sections #columns #ctr_column	{
	float: left;
	width: 232px;
	margin-top: 25px;
}

#images	{
	width: 500px;	
	margin: 0 auto;
}

#images img	{
	border: solid 1px #eeeeee;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.submenuBg	{
	visibility: hidden;
	position: absolute;
	background: url(../graphics/submenuBgTop.gif) no-repeat top left;
	width: 240px;
	height: 256px;
	filter:alpha(opacity=20);
	opacity:.20;
}

.submenuBg	.bgBody {
	height: 214px;
	width: 240px;
	margin-top: 16px;
	background-color: #000000;
}

.submenuBg	.bgBottom {
	height: 16px;
	background: url(../graphics/submenuBgBot.gif) no-repeat bottom left;
}

.submenu	{
	visibility: hidden;
	position: absolute;
	padding: 15px;
	width: 210px;
	height: 214px;
}

.submenu .itemsOuter	{
	position: relative; 
	height: 100%
}

.submenu .itemsInner	{
	position: absolute; 
	left: 0; 	
	width: 210px;
}
.clear	{
	clear:both;
}