*{
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-family:tahoma,arial,verdana;
	font-size:12px;
	color:#9d3238
}

div#header{
	width:800px;
	margin:10px auto;
}

div.header_box_left{
	width:200px;
	height:150px;
	margin:10px auto;
	float:left;
}

div.header_box_top{
	width:400px;
	height:60px;
	float:left;
	text-align:center;
	margin:55px auto;	
}

div.header_box_right{
	width:200px;
	height:150px;
	margin:10px auto;
	float:left;
}

div#container{
	width:800px;
	margin:10px auto;
	text-align:center;
	background:#e3c2a8;
	border-radius: 12px;
	-webkit-box-shadow: 1px 2px 4px 2px #3a3a3a;
	-moz-box-shadow: 1px 2px 4px 2px #3a3a3a;
	box-shadow: 1px 2px 4px 2px #3a3a3a;
}

div.box_text{
	width:780px;
	margin:auto;
	padding:10px;
}

div.box_text h3{
	font-style:italic;
}

div.box_text p{
	margin:0px 0px 10px 0px;
	font-weight:bold;
}

div.box_text a{
	
}

div#footer{
	width:800px;
	margin:20px auto;
	text-align:center;
}

div.clear{
	clear:both;
}