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

#wrapper {
	width:786px;
	margin:0 auto;

	/*background:#FFF;*/
	
}

#shadow {
	width:786px;
	background:url(../images/shadow.png) repeat-y center;
	text-align:center;
}



#wrapper-page {
	width:768px;
	margin:0px 9px;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:760px;
	height:62px;
	border-left:4px #000 solid;
	border-right:4px #000 solid;	
}

#header .right {

	width:256px;

	float:right;
}

#header .right .topmenu {

	width:256px;
	height:26px;

	float:right;
	clear:none;
	overflow:hidden;
}

#header .right .contact {
	margin:8px 0px;
	text-align:center;
}

#header .right .topmenu .left{
float:left;
background:url(../images/leftm.png) no-repeat;
width:29px;
height:27px;
}

#header .right .topmenu .mid{
	float:left;
	width:198px;
	height:14px;
	background:#c39c57;
	margin-bottom:15px;
	
	font-size:11px;
	color:#000;
	
}
#header .right .topmenu .right{
	float:right;		
	background:url(../images/rightm.gif) no-repeat;
	width:29px;
	height:27px;


}

#expo_holder{
	height:160px;
	margin:0px;
	padding:0px;
	border-left:4px #000 solid;
	border-right:4px #000 solid;	
	clear:both;
	overflow:hidden;
}

#content-wrapper {

	width:760px;
	border-left:4px #000 solid;
	border-right:4px #000 solid;
	clear:both;
	overflow:hidden;
	text-align:justify;
	padding-bottom:20px;


}
#content-wrapper .left{

	width:528px;
	margin:5px;
	float:left;

}


#content-wrapper .right{

	width:212px;
	margin:5px 0px 5px 10px;
	float:right;
	
}

#column2 {
	width:528px;
	clear:both;
	overflow:hidden;
}

#column2 .first {
	width:256px;
	float:left;
	margin-right:8px;
	
}

#column2 .second{
	width:256px;	
	float:right;
	margin-left:8px;
}


#footer {
	width:768px;
	height:120px;
	background:#000;

}

.bar {
	width:768px;
	background:url(../images/footerbar.jpg) repeat-x;
	height:21px;

}