/* Content container Layout
***************************************/

body{background:#1B1B1B ;}
/* Content Containers
***************************/
#contentContainer{
	padding-left:28px;
	/*border:#0000FF solid 1px;
	height:360px;
	position:absolute;
	top:150px;*/
	}
#content1{
	float:left;
	width:262px;
	padding-left:10px;
/*	border:#FF0000 solid 1px;*/
	}
#content2container{
	float:right;
	width:470px;
	height:354px;
	background:url(gfx/img_bg.png) no-repeat top left;
	padding: 9px 13px;/**/
/*	margin:0; padding:0;*/
	}
	
html>body #content2container{
	
	width:470px;
	height:354px;	
	}
	
#content2{
	width:460px;
	height:345px;
	overflow:hidden;
	/*padding:5px;
	border:#6600CC solid 1px;
height:364px;*/
}




#contentScroll{
	width:460px;
	height:345px;
	overflow:auto;
	}

th{vertical-align:top;}
td{vertical-align:top;}

#container{
	position:relative;
	left:-50%;
	margin:0;
	font-size:80%;
	width:800px;
	height:600px;
	background:url(gfx/bg.jpg) no-repeat top left;	
	/*border:#ccc solid 1px;*/
	}
	


	
/* Footer
***************************/
#footer{
	/*float:right;*/
	position:absolute;
	top:510px;
	right:0;
	text-align:right;
	font-size:0.8em;
	width:508px;
	padding-right:20px;
	}
	#footer ul{ padding:0; margin:0;}
#footer li{ display:inline; margin-left:10px; color:#999;}
#footer a{color:#999;}
	

.phone{}	
.phone span{}
.sitemap{border:hidden; text-decoration:none;}


