#container, #header, #subheader, #left, #middle, #right, #footer, #menu, #submenu {
  margin: 0;
  padding: 0;
}
#container {
  width: 965px !important;
  width: 901px; /* IE */
  margin: 0 auto 30px auto;
  text-align: left;
  position: relative;
}
#header {
  width: 100% !important;
  margin: 0;
  height: 138px;
  background: url(../images/a.gif);
  position: relative;
}

#header .logo{
	float: left; 
}
#menu{
	margin-top: 20px;
	float: left;
	text-align: center;
	background: url(../images/bb.gif);
	width: 578px;
	height: 100px;
}

#menu img{ 
	margin-left: -3px; 
	margin-top: 9px;
	border: 0;
	opacity:0.5;filter:alpha(opacity=50)
}

#menu img:hover{ opacity:0.95;filter:alpha(opacity=95) }

#right {
  float: right;
  width: 330px;
  height: auto !important;
  height: 390px; /* IE */
  min-height: 390px;
  display: inline;
  margin-bottom: 30px;
}

#left {
  float: left;
  width: 580px;
  height: auto !important;
  height: 390px; /* IE */
  min-height: 390px;
  display: inline;
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  background: url(../images/e.gif);
  height: 65px;
  clear: both;
  position: relative;
}

#footer .text{
	padding-top: 20px;
	padding-left: 20px;
	line-height: 15px;
}
 

