@charset "utf-8";
/* CSS Document */

body{
	
	font-size:12px;
	background: #f3bd91;
	margin:0;
	text-align:center;
}


#wrapper{
	width:780px;
	height:660px;
	background:#ffffff;
	text-align:left;
	margin-right: auto;
	margin-left: auto;	
	}

#layout_table{
	width:100%;
	vertical-align:top;
	
}

#header{
	
	height: 114px;
	background:transparent url(images/head.jpg) center left no-repeat;
}

#content{
	background-color: #FFFFFF;
	text-align:right;
	width:100%;
	height:660px;
	overflow: auto;
}


#footer{
	background-color: #333333;
	text-align:center;
	font-size:10px;	
	color:#FFFFFF;
}

.inner_div{
	padding:10px;
	width: 780px;
	overflow: auto;
}

#entrance {
	position: relative;
	top: 8%;
	/*left: 10%;*/
	right:40%;
}
.style2 {
	font-family: FMAbhaya;
	font-size: 15px;
	font-weight: bold;
}



a:hover {
 text-decoration: underline;
 color: #135afb;
}

a {
 	text-decoration: none;
	border:none;
 /* color: #135afb; */
 color: #804040;
}
a img{border:none;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
.style4 {
color: #135afb;
}

#fonts {
float:left;
width:13%;
margin-top:30px;
}
