h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FF8C00;
}

*{
	margin: 0;
  padding: 0;
}
body {
	font-family: verdana, 'trebuchet ms', sans-serif;
	background:
		URL(http://www.bridge-els.com/images/background.gif);
	text-align:center;
}
img {
	border:0px;
}
a:link {
	font-weight: bold;
  color: #00659C;
}
a:visited {
	font-weight: bold;
  color: #00659C;
}
a:hover {
	font-weight: bold;
  color: #CE0000;
	background-color:#FFCFCE;
}
a:active {
	font-weight: bold;
  color: #CE0000;
	background-color:#FFCFCE;
}

.clr{clear:both;}

/*ˆê”ÔŠO‘¤‚Ì˜g*/
div.waku{
	background:
  	#FFFFFF
		URL(http://www.bridge-els.com/images/backwaku.gif)
    repeat-y;
	margin: 0 auto; /* center on everything else */
	height: auto;
	width: 752px;
	border-top: 2px solid #FF8800;
	border-bottom: 2px solid #FF8800;
}
/*header*/
#header{
	height: 50px;
	width: 752px;
	text-align: left;
	border-bottom: 2px solid #FF8800;
  vertical-align:bottom;
}
#header img{
	margin-left:2px;
}
#header_left{
	width: 540px;
	float: left;
}
#header_right{
	width: 210px;
	float: left;
  position:relative;
  top:25px;
	
}

/*menubar*/
div.menubar{
	height: auto;
	width: 152px;
	border: none;
	text-align: right;
	float: left;
}

/*main*/
div.main{
	height: auto;
	width: 600px;
	border: none;
	text-align: left;
	float: left;
}

/*footer*/
div.footer{
	background-color:#FF8800;
	width: 100%;
	text-align: center;
	height: auto;
	font-size:x-small;
}
div.footer address{
	font-style:normal;
}
