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

body {
background:#fff;
color:#444;
font:12px/1.5 Arial, sans-serif;
margin:0 auto;
padding:0 0 20px;
width:900px;
}

a {
color:#b6343d;
font-weight:bolder;
text-decoration:none;
border:none;
}

a:hover {
color:#11506e;
}

a img {
border:none;
}

h2 {
font:20px Arial, sans-serif;
font-weight:bolder;
}

#header {
background:#fff url('img/huili.gif') no-repeat;
float:left;
height:80px;
margin:24px 0 18px;
width:900px;
}

#photodiv {
background-repeat: no-repeat;
border:none;
width:560px;
height:260px;  
}

#cell_1 {
background:#fff url('img/tbg1.gif') no-repeat top;
border:none;
margin:0;
padding:20px 0 0 20px;
float:left;
width:580px;
height:280px;
overflow:hidden;
}

#cell_2 {
background:#fff url('img/tbg2.gif') no-repeat top;
border:none;
margin:0;
padding:20px 0 0 20px;
float:left;
width:280px;
height:280px;
}

#cell_3 {
background:#fff url('img/tbg3.gif') no-repeat top;
border:none;
margin:0;
padding:20px 0 0 20px;
float:left;
width:280px;
height:210px;
}

#omenu {
	float: right;
}

#omenu ul {
	margin: 0;
	list-style: none;
}

#omenu li {
	display: inline;
}

#omenu a {
	display: block;
	float: left;
	padding: 12px 20px 0 0;
	text-align: bottom;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #b6343d;
}

#omenu a:hover {
	color:#11506e;
}
