/* 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;
}

#logo_image{
	float:right;
	width:150px;
	height:100%;
	background:transparent url(images/header.png) center left no-repeat;
}

#topmenu{
	background-color: #996666;
	height: 40px;
	background-image: none;
}


#content{
	background-color: #FFFFFF;	
	height:345px;
}

#dynamic_image {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	background-color: #FFFFFF;
	height: 450px;
	width: 450px;
    border: 3px solid #CCCCCC;	
}


#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;
}

h3{
padding-left:10px;
}
	
.style4 {
color: #135afb;
}




