@charset "UTF-8";
/* CSS Document */
html,body{
	height:100%;
}
body{
	background:url(images/bg.jpg) repeat;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
}
p{
	margin:0 0 12px 0;
}
div{
	display:block;
}
.brown{
	color:#563e2a;
	font-weight:bold;
	font-size:12px;
}
a{
	color:#587fb9;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#b88faa;
}
#shade{
	background:url(images/shade.png) center top repeat-y;
	width:100%;
	height:100%;
}
#stich{
	height:76px;
	background:url(images/stich.png) repeat-x;
	width:100%;
	margin-bottom:10px;
}
.wrap{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	height:612px;
	background:url(images/back_temp.png) no-repeat;
	position:relative;
}
#topbox{
	width:390px;
	position:absolute;
	top:6px;
	left:344px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
#midbox{
	width:365px;
	position:absolute;
	top:86px;
	left:357px;
}
#botbox{
	width:365px;
	position:absolute;
	top:300px;
	left:357px;
}
#whitebar{
	position:fixed;
	bottom:0;
	width:100%;
	height:20px;
	background:#ffffff;
}
