@charset "utf-8";
/* CSS Document */

BODY, HTML {
	background:#a2826e;
	font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
	margin:0;
	padding:0;
}
a:link, a:active, a:visited{
	color:#8f2425;
}
a:hover{
	color:#1e4457;
}
.wrapper{
	width:900px;
 	background:#e0c6ad;
 	margin:0px auto;
 	padding:0;
}
.header{
	background:url(images/header.jpg) top left no-repeat;
	width:900px;
	height:125px;
}
.graphic{
	background:url(images/graphic.jpg) top left no-repeat;
	width:900px;
	height:270px;
}
.txt{
	color:#1e4457;
}
.lcol{
	width:500px;
	margin:20px auto;
	float:left;
}
.lcoltxt{
	width:460px;
	margin:0px auto;
}
.rcol{
	width:400px;
	margin:20px auto;
	float:left;
}
.rcoltxt{
	width:360px;
	margin:0px auto;
}
.txtbox{
	width:360px;
	margin:20px auto;
	background:#f0decd;
	border:1px solid #8f2425;
}
.txtboxhead{
	width:340px;
	padding:10px 10px 10px 10px;
	margin:0px auto;
	background:#8f2425;
	color:#f6eee7;
	font-size:24px;
}
ul, li{
	margin-left:20px;
	margin-bottom:10px;
	list-style:square;
	color:#8f2425;
}
.txthead{
	width:415px;
	height:40px;
	font-size:28px;
	background:url(images/house.gif) left no-repeat;
	padding-left:45px;
	padding-top:10px;
	color:#1e4457;
}
.footer{
	color:#333;
	font-size:10px;
	background:url(images/hmc.gif) left no-repeat;
	padding:20px 0px 0px 120px;
	width:740px;
	height:42px;
	margin:0px auto;
	margin-bottom:20px;
}
.footer a:link, .footer a:active, .footer a:visited{
	font-size:12px;
}
.footer a:hover{
	color:#1e4457;
}
.letter{
	font-size:24px;
	width:100%;
	height:30px;
	background:#8f2425;
	text-align:center;
	color:#f6eee7;
	margin:15px 0px 15px 0px;
}
.small{
	margin-top:10px;
	font-size:12px;
	color:#1e4457;
	line-height:14px;
	font-weight:bold;
}
