body {
	margin:0;
	padding:0;
	background-color: rgb(255,255,199);
	color:#333;
	font-size:76%;
	font-family: verdana,helvetica,sans-serif;
	text-align:center;
}
h1 {
	font-size:14px;
} 
h2 {
	font-size:12px;
	margin: 2px;
	color: darkred;
	font-style:italic;
} 
h2 a  {
	font-size:12px;
	color: darkred;
	text-decoration: none;
} 
h3 {
	font-size:14px;
}
#header {
	margin:0 auto;
	width:770px;
	height:100px;
	border-left: 2px solid rgb(255, 117, 86);
	border-right: 2px solid rgb(255, 117, 86);
	background-color:white;
}
ul {
	list-style:none;
	margin:0 0 3px 0;
	padding: 0;
}
li {
	padding-bottom:2px;
}
ul a {
	text-decoration:none;
	color:#000;
}
ul a:hover {
	text-decoration: underline;
}
img {
	border: none;
	margin: 1px 0 0 0;
	padding: 0;
}
div.menu {
	margin-top: 5px;
	margin-bottom: 7px;
	text-align:center;
	font-size:8px;
	width: 770px;
	height:14px;
	line-height:14px;
	background-color:white;
}
div.menu a {
	font-size:9px;
	padding:2px;
	text-decoration:none;
	color:#000;
}
div.menuM a:hover {
	background: LightSkyBlue;
}
div.menuG a:hover {
	background: LightPink;
}
#container {
	margin:0 auto;
	width:770px;
	border-left: 2px solid rgb(255, 117, 86);
	border-right: 2px solid rgb(255, 117, 86);
	text-align:left;
	background-color:white;
	border-top: 2px solid rgb(255, 117, 86);
}
#left {
	width:120px;
	float:left;
	padding:10px;
	background: white;
	
}
* html #left {
	width:136px;
	wid\th:120px;
}
.clear {
 clear: both;
}
#center {
	padding:10px;
	width: 600px;
	text-align:center;
}


.clear {
	clear:both;
	font-size:.1em;
}
#footer {
	margin:-2px auto 0 auto;
	width:770px;
	height:100px;
	border: 2px solid rgb(255, 117, 86);
	height:15px;
	line-height:15px;
	font-size:.8em;
	background-color:white;
}
.re_td {
	text-align: center;
	width: 200px;
}
.re_thumbs {
	width: 120px;
}
