* {
  margin: 0;
  padding: 0;
}
body {
  	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #FFF;
	color: #333;
}
a {
  color: #209BDE;
}
a:hover {
  color: #1C1C1C;
}
hr {
  display: none;
}
.disable {
	display: none;
}
.divider {
	display: block;
	visibility: hidden;
	height: 15px;
}
.cleaner {
  clear:both;
  padding-top: 10px;
}
#top {
  color: #FFF;
  height: 70px;
  text-align: center;
  background: #000;
  border-bottom: 3px solid #209BDE;
}
ul {
  text-transform: uppercase;
}
#top h1 {
  font-size: 210%;
  padding: 10px 0 0 0;
  margin: 0;
}
#top ul {
  text-align: center;
  text-transform: uppercase;
}
#top ul {
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0;
}
#top ul li{
  display: inline;
  padding: 0 10px;
  list-style: none;
  font-size: 120%;
}
#body {
  width: 800px;
  margin: 0 auto;
}
#body #menu {
	margin: -8px 0 0 582px;
	position: absolute;
}
#body #menu li{
  float: left;
  list-style: none;
  text-transform: capitalize;
  font-size: 120%;
  background: #000;
}
#body #menu li a {
  padding: 5px 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
#body #menu .actived a, #body #menu li a:hover {
  padding: 15px 15px;
  border-bottom: 2px solid #209BDE;
  border-left: 1px solid #209BDE;
  border-right: 1px solid #209BDE;
  text-decoration: underline;
  font-size: 130%;
}
#body .photo {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 9px;
	display: block;
	float: left;
	width: 102px;
	color: #209BDE;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
}
#body .photo_big {
	margin-top: 8px;
	margin-left: 11px;
	border: 1px solid #000000;
	padding: 6px;
}
#body .photo:hover {
	background: #f0faff;
	color: #1C1C1C;
}
#body .photo:hover strong {
	text-decoration: underline;
}
#body .photo img {
	border: 1px solid #ccc;
	text-decoration: none;
	margin-bottom: 3px;
}
#body .photo strong {
	display: block;
}
#body h2 {
	display: none;
}
#body h3 {
  padding-bottom: 7px;
  margin-top: 10px;
  font-size: 270%;
  font-weight: normal;
  font-family: Times new roman;
}
#body h4, #body h5, #window h5 {
  padding-bottom: 7px;
  margin-top: 7px;
  font-size: 200%;
  padding-left: 10px;
  font-weight: normal;
  font-family: Times new roman;
}
#body h5 {
	padding-left: 0px;
	font-size: 200%;
}
#body p {
  font-size: 130%;
  padding-left: 10px;
}
#body ul {
  font-size: 120%;
  margin-left: 20px;
  padding-left: 10px;
}
#bottom {
  height: 30px;
  text-align:center;
  clear: both;
}
#bottom p {
  padding-top: 20px;  
  font-size: 110%;
  color: #666;
  width: 800px;
  margin: 0 auto;
  text-transform: uppercase;
}
#window {
	width: 460px;
	height: 396px;
	border: 1px solid #000;
	position: absolute;
	background: #FFF;
	z-index: 5;
}
#window h5 {
	background: #edf8fe;
	margin: 0;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}
#window img {
	margin: 16px 0 0 16px;
	border: none;
}
#window .close {
	position: absolute;
	margin: 0 0 0 419px;
}
#window p {
	font-size: 120%;
	padding: 10px 15px;
	background: #edf8fe;
	border-top: 1px solid #ccc;
	margin-top: 12px;
	height: 35px;
}
