@charset "utf-8";
* {
	margin:0;
	padding:0;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	text-decoration: none;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #690;
}


body {
	margin: 0px;
	padding: 0px;
}
#whole {
	width: 790px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#top {
	width:786px;
	height:96px;
}
#menu {
}
#slides {
	width: 785px;
	height: 305px;
	margin: auto;
	overflow: hidden;
}
#content {
	width: 100%;
	height: 100%;
}
#bottom {
	width: 100%;
	height: 150px;
	background-image:url(../slices/bottom.jpg);
	background-repeat:no-repeat;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#cotent_bottom {
	width: 760px;
	height: 128px;
	padding-left: 20px;
	padding-top: 20px;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.table {
	border: thin solid #CCC;
}
.bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}