@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background:#C3AA82;
	font-family:Tahoma, Geneva, sans-serif;
}
#wrapper-page {
	margin:0 auto;
	border:1px solid #3E070A;
	width:1000px;
}
#left, #center, #right {
display: block;
	float:left;
}
.wrapper-left {
	position:absolute;
	top:0;
 	width:250px;
	background:url(../images/right-bottom-flower.png) bottom left no-repeat;
}
.left-collom {
	text-align:center;
	font-weight:bold;
	color:#963;
	font-size:12px;
	margin:10px;
	
}
.left-collom img{
	padding:5px;
}
#left {
	width:250px;
	background:url(../images/bg-left.gif) right;
}
#center {
	width:500px;
	background:url(../images/bg_center.gif) repeat-y;
}
.wrapper-right {
	/*position:absolute;*/
	top:0;
 	width:250px;
	background:url(../images/left-bottom-flower.png) bottom right no-repeat;
}
#right {
	width:250px;
	background:url(../images/bg-right.gif) left;
	height:auto;
}
.logo {
	padding:40px 0 20px 0;
}
#container {
	background:url(../images/bg_content.png);
	width:404px;
}
#content {
	color:#FFF;
	padding-bottom:20px;
}
#content h1 {
	font-size:16px;
	/*font-style:italic;*/
	margin:10px 10px;
	color:#FC0;
}
#content h3 {
	font-size:14px;
	margin:10px 0;
	color:#F90;/*font-style:italic;*/
}
#content p {
	font-size:12px;
	margin:10px;
	text-align:justify;
}
#content .slogan {
	font-style:italic;
	font-weight:bold;
}
#content ul{
	margin-left:20px;
	text-align:left;
	font-size:12px;
}
#content a{
	color:#F93;
	text-decoration:none;
}
#mm {
	font-family:"Times New Roman", Times, serif;
	margin-left:30px;
}
#mm ul {
	width:220px;
	list-style:none;
	padding:10px 0;
}
#mm li {
	display:block;
	margin-top:3px;
 	background:url(../images/button.jpg) no-repeat;
	/*height:43px;*/
}
#mm li a {
	padding-top:12px;
	padding-bottom:12px;
	padding-left:55px;
	display:block;
	font-size:18px;
	color:#000;
	/*text-transform:uppercase;*/
	text-decoration:none;
	text-align:left;
}
#mm a:hover {
	color:#600;
}
#mm li ul{
	display:none;
	cursor: pointer;
	padding:0;
	margin:0;
} 
#mm li ul li{ 
	margin:0 0 0 5px;
	padding:0;
	cursor: pointer;
}
#mm li ul li a{
	font-size:16px;
}
#clear {
	clear:both;
}
#footer {
	padding:20px 0;
	font-size:12px;
	color:#FFF;
}
#footer a {
	text-decoration:none;
	padding:0 5px;
	color:#FFF;
}
#footer a:hover {
	color:#FC0;
}
.welcome {
	text-align:center;
	font-weight:bold;
	color:#963;
	font-size:14px;
	margin:20px 0;
}
.welcome img {
	/*margin-bottom:5px;*/
}
.welcome a {
	color:#963;
	text-decoration:none;
}
.welcome a:hover {
	color:#F00;
	text-decoration:none;
}
.metters {
	margin:20px;
	/*background:#CCC;*/
	height:20px;
	text-align: center;
}
#gallery a img{
	border:2px solid #FFF !important;
}
.video{
	width:362px;
	height:266px;
}
.video{
  border:0;
}
.sch {
	/*float:left;*/
	background:none;
	margin:5px;
}
.description{
  padding: 5px 10px 10px 10px;
	text-align:center;
	font-weight:bold;
	color:#963;
	font-size:12px;
	margin:10px;
}
.select{
	color:#FFF !important;
}