@charset "UTF-8";
body  {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	letter-spacing:0.07em;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
	background: #d2c28b url(../images/bkg.png) repeat-x fixed;
}

.mal #container { 
	width: 941px;
	height: 739px;
	background: url(../images/box-main.jpg) no-repeat;
	margin: 30px auto 0; 
	text-align: left;
	padding: 0px;
	position: relative;
} 
.mal #logo{
	float: left;
	width: 300px;
	height: 70px;
	margin: 30px 30px 0 25px;
}

.mal #nav{
	float: right;
	width: 400px;
	height: 52px;
	text-align: right;
	margin: 48px 24px 0 0;
} 

.mal #navbut{
	width: 78px;
	height: 67px;
	margin-right: 5px;
}
.mal #main{
	
	width: 892px;
	height: 309px;
	background: url(../images/box-top.jpg) no-repeat;
	margin: 0 0 0 25px;
	visibility: visible;
}
.mal #boxA{
	float: left;
	width: 274px;
	height: 201px;
	background: url(../images/box-A.jpg) no-repeat;
	margin: 10px 0 0 25px;
	padding: 0 0 0 10px;
}
.mal #boxB{
	float: left;
	width: 264px;
	height: 201px;
	background: url(../images/box-B.jpg) no-repeat;
	padding: 0 0 0 10px;
	margin: 10px 0 0;
}
.mal #boxC{
	float: left;
	width: 325px;
	height: 201px;
	background: url(../images/box-C.jpg) no-repeat;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}
.mal #toptxt{
	float:left;
	width:250px; 
	margin:0 0 0 24px; 
	padding:100px 0 0 0;
}
.mal #left-footer{
	float: left;
	width: 300px;
	height: 50px;
	margin: 20px 10px 0 25px;
}
.mal #right-footer{
	float: right;
	width: 570px;
	height: 50px;
	text-align: right;
	color: #555;
	margin: 20px 22px 0 0;
}
.mal #right-footer a {
	color: #555;
	text-decoration: none;
}

#txtbox{
	margin: 52px 0 0 18px;
	font-family: tahoma, Arial, sans-serif;
	font-size: 13px;
	letter-spacing:0.07em;
}
#butbox{
	bottom:40px;
	float:right;
	margin: 30px 25px 0 0;
}
/*=============== fonts =============== */

h1 {
	font-size: 26px;
	font-weight: normal;
	font-family: tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: tahoma, Arial, sans-serif;
	color: #ffffff;
	
}

.clearfloat {
clear:both;
font-size:1px;
height:0;
line-height:0;
}