* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url("../images/html.png") repeat-x left top;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #595959;
	background: url("../images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}

a img {
	border: 1px solid #ccc;
}

a {
	color: #94AEBB;
	text-decoration: none;
}

a:hover {
	visibility: visible;
/* IE bug fix */
}

a:hover img {
	border: 1px solid #729AD7;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

.page {
	background: url("../images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}

.main{
  width: 680px;
	margin: 0 auto;
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 17px 9px 8px;
	position: relative;
	margin-bottom: 18px;
}

.header {
	position: relative;
	width: 760px;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
}

.header a {
	display: block;
	width: 760px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 160px;
  line-height:2em;
	font-size:80px;
	font-family:sans-serif;
	text-align: center;
	color: white;
	background: url("../images/header.jpg") no-repeat left top;
}

.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* top */
.topmenu {
	height: 27px;
	background: url("../images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 35px 27px 0 0;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("../images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}

.topmenu li>a {
	min-height: 22px;
	height: auto;
}

.topmenu li a:hover {
	background: #83A6DC url("../images/roll.png") no-repeat 0 -27px;
}

/* main left */
.sidemenu h1 {
	padding-left: 12px;
}

.sidemenu ul
{
	padding-left: 16px;
}

.sidemenu {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 180px;
}
.sidemenu h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 0.6em;
}
.sidemenu ul {
	border-top: 1px solid #FAFAFA;
	background: url("/images/bgul.gif") repeat-x;
	margin: 0;
	padding: 0;
}
.sidemenu li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidemenu li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidemenu li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 480px;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}

.content img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url("/images/li.gif");
	margin-left: 18px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url("/images/search.gif") no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* tables */
table{
  width: 100%;
}

td{
  font-size: 90%;		
}

th {
	font-size: 95%;
	background-color: #6B6B6B; 
	color: #fff;
}

tr.odd {
  background-color: #E5E5E5; 
}
 
tr.even {
	background-color: #EEE;
}

/* pagination */
div.pagination {
  padding: 3px;
  margin: 3px;
}

div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #AAAADD;
  text-decoration: none; /* no underline */
  color: #000099;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/* clearer */
.clearer {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 0 27px 3px 27px;
}

.footer a {
	color: #888;
	text-decoration: none;
}

.footer a:hover {
	color: #729AD7;
	text-decoration: underline;
}