/* CSS Document */

body{	
	font-size:12px;
	background: #f3bd91;
	margin:0;
	text-align:center;
}


#wrapper{
	width:780px;
	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;
}



#topmenu{
	background-color: #996666;
	height: 40px;
	background-image: none;
}

#submenu{
	background-color: #FADFCC;
	height: 25px;
}

#content{
	background-color: #FFFFFF;	
	height:345px;
}

#footer{
	background-color: #333333;
	height: 40px;
	text-align:center;
	font-size:10px;	
	color:#FFFFFF;
}


.inner_div{
	padding:10px;
	width: 780px;
	
}

a:hover {
 text-decoration: underline;
 color: #135afb;
}

a {
 text-decoration: none;
  color: #804040;
}

.style4 {
color: #135afb;
}

h3{
padding-left:10px;
}



