﻿html{
	overflow-y:scroll;
	width:100%;height:100%;}

body{
	line-height:1.5;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;}
	
#header{
	width:710px;
	height:50px;
	margin:auto;
	padding-left:90px;}
	  
#header h1{
	color: #FF6699;
	text-align: center;}

#container{
	width:800px;
	text-align: center;
		margin:auto;}	

#nav{
	width:800px;
	height:150px;
	margin:auto;
	padding-bottom:50px;}
	
#nav ul{
		margin:0;
		height:80px;
		width:800px;
		text-align: center;
		padding-top: 20px;}
		
#nav li{
         list-style-type: none;
         display:inline-block;
         height:110px;
         width:110px;
         margin:0;
         position:relative;}
         
#nav li a{
	border: 5px solid #FF6699;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	text-decoration: none;
	background-color: #FF6699;
	color: #FFF;
	border-radius: 500px;
	font-size: 16px;
	position: absolute;
	top: 10px;
	left: 15px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	font-family: "M+ 1c bold";
	font-weight: bold;}
		
#nav li a:hover{
				background-color:#FFF;
				color:#FF6699;
				width:100px;
				height:100px;
				line-height:100px;
				top:0;
				left:0;}
#abut{
		width:710px;
	   margin:auto;}
	   
#moti{
	background-color:rgba( 255, 255, 255, 0.55 );
	width:700px;
	height: 210px;
	border: 2px #CC6699 solid;
	padding-top:15px;
	padding-left:10px;}
				
.img{
	float:left;
	padding-right:15px;}
	
.table{
		width:470px;
		text-align: left;
		float: inherit;
		padding:15 0 0 0;}
	
.table td{
	text-align: left;
	border-bottom:2px dotted #CC6699;
	padding:5;}
	
#contact{
	width:800px;
	margin:auto;}
	
.table_c{
	margin:auto;
	padding:15;}
	
.table_c th{
			padding-top:10px;
			padding-bottom:10px;}
	
.table_c td{
	border-bottom:2px dotted #CC6699;
		padding:5;}

#gallery{
		width:800px;
	   margin:auto;}

#g_box{
		width:800px;
	   margin:auto;}
	
#g_box ul{
		margin:0;
		height:200px;
		width:800px;
		text-align: center;
		padding-top: 50px;}
		
#g_box ul li{
			height:200px;
         list-style-type: none;
         display:inline-block;
         padding-left:20px;}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop{
		width:800px;
	  height: 100px;
	  padding-top:20px;

}

#pageTop a {
    position: absolute;
  z-index: 999;
  padding: 10px 0 0 10px;
  border-radius: 30px;
  width: 150px;
  height: 30px;
  background-color: #FF6699;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display:inline-block; }  

.tdftad a {
			text-align: center;
			display:inline-block;}
