body {
	margin:0;
	padding:0;
	background: url(images/index_bg.gif) no-repeat center top;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	line-height:180%;
}
form {
	margin:0;
	padding:0;
}
a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #09C;
}
#wrapper {
	width:900px;
	margin:auto;
}
#header {
	height:50px;
	padding-top:50px;
	text-align:center;
}
#menu {
	text-align:center;
}
#menu span {
	text-align:center;
	background: url(images/bg-menu.gif) repeat-x left center;
	border:1px solid #333;
	padding:7px;
}
#menu a {
	color: #fff;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
	font-size:10px;
}
#menu a:hover {
	text-decoration:none;
	color:#000;
}
#content {
	width:680px;
	margin:auto;
	padding-top:20px;
}
.img-no-border {
	border:none;
}
#submenu {
	text-align:center;
	padding-top:8px;
	height:28px;
	overflow:hidden;
}
#submenu a {
	font-weight:bold;
	color: #999;
	padding-left:8px;
	padding-right:8px;
}
#submenu a:hover {
	text-decoration:none;
	color:#000;
}
#img-container {
	padding:16px;
	border:1px solid #eaeaea;
	background:#FBFBFB;
}
#img-container img {
	border:3px solid #eaeaea;
	padding:10px;
}
#img-container div {
	width:113px;
	float:left;
	text-align:center;
}
.clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
.highslide {
	cursor: url(../jscripts/graphics/zoomin.cur), pointer;
}
.table-head {
	border-bottom:3px solid #ccc;
}
#footer {
	clear:both;
	width:680px;
	margin:auto;
	margin-top:30px;
	border-top:2px solid #eaeaea;
}
#copyright {
	float:right;
	font-size:9px;
}
#footer a {
	font-size:11px;
}