@charset "UTF-8";
body {
	margin:0 auto;
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#outer {
	width:905px;
	height:950px;
	border:0px;
	background-color:#fff;
	margin:auto;
	margin-top:10px;
}
#inner {
	width:884px;
	height:auto;
	margin-left:8px;
	margin-top:0px;
}
#top {
	width: 905px;
	height: 381px;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
}
.moto h1{
  padding-top: 300px;
  padding-left: 20px;
  font-family: Times New Roman, serif;
  font-weight: bold;
	font-style: italic;
  font-size: 20px;
  width: 350px;
}
#mid {
	width: 905px;
	height: 485px;
	background-image: url("../images/mid.jpg");
	background-repeat: no-repeat;
}
#mid #left {
  float: left;
  width: 485px;
}
#mid #left .eshop{
  width: 300px;
  height: 100px;
  padding-left: 20px;
  padding-top: 30px;
}
#mid .eshop .menu a {
  float: left;
  display:block;
  width: 91px;
  height: 93px;
  background: url("../images/eshop.jpg") 0 0 no-repeat;
}
#mid .eshop .menu a:hover {
	background-position: -91px 0;
	color: #fff;
}
#mid #left .forum{
  width: 300px;
  height: 100px;
  padding-left: 110px;
  padding-top: 40px;
}
#mid .forum .menu a {
  float: left;
  display:block;
  width: 91px;
  height: 93px;
  background: url("../images/forum.jpg") 0 0 no-repeat;
}
#mid .forum .menu a:hover {
	background-position: -91px 0;
	color: #fff;
}
#mid #left .gal{
  width: 300px;
  height: 100px;
  padding-left: 200px;
  padding-top: 50px;
}
#mid .gal .menu a {
  float: left;
  display:block;
  width: 91px;
  height: 93px;
  background: url("../images/gal.jpg") 0 0 no-repeat;
}
#mid .gal .menu a:hover {
	background-position: -91px 0;
	color: #fff;
}
#mid #right {
  float: right;
  width: 400px;
}
#mid #right .gym {
  width: 360px;
  height: 100px;
  padding-left: 20px;
  padding-top: 30px;
}
#mid .gym .menu a {
  float: left;
  display:block;
  width: 146px;
  height: 127px;
  margin-right: 5px;
  background: url("../images/gym.jpg") 0 0 no-repeat;
  border: 1px solid #000;
}
#mid #right .well {
  width: 360px;
  height: 100px;
  padding-left: 20px;
  padding-top: 100px;
}
#mid .well .menu a {
  float: left;
  display:block;
  width: 146px;
  height: 127px;
  margin-right: 5px;
  background: url("../images/well.jpg") 0 0 no-repeat;
  border: 1px solid #000;
}
h2 {
  margin: 0px;
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #000;
}

#mid .text {
  padding-top: 10px;
  font-size: 14px;
}
#mid .text-small {
  padding-top: 0px;
  /*text-align:justify;*/
  text-align:justify;
  font-size: 12px;
}
#bot {
  width: 905px;
	height: 25px;
  background-color:#000;
}
#bot .text{
  float: right;
  padding-top: 3px;
  padding-right: 10px;
  font-size: 10px;
  color: white;
}
#bot .text a{
color:red;
}

