html,body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A55C48;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	height: 100%;
}
.postcont{
	width: 768px;
	height:100%;
	background: #DADFDF;
	margin: 0 auto; 
	border:none;
	text-align: left; 
}

.postpage a:link{color:#104A9A;}
.postpage a:visited{color:#1A8432;}
.postpage
{
    width:460px;
	margin:0 auto;
	font-size:12px;
	line-height:1.6em;
	padding:0;
	background:#ffffff;
}
.postpage dl{
    margin:5px;
    
}
.postpage dt{
	font-weight: BOLD;
	padding:3px 0 0 10px;
}
.postpage dd{
    margin:10px 0;
    color:#555555;
    padding:0 10px;
}
.postpage p{
    padding:7px;
    padding-right:10px;
    text-align: left;
}
.postpage h1{
    font-weight:bold;
    font-size:18px;
    color:#999999;
    border-bottom:#BBBBBB 1px solid;
    padding:3px 0 0 28px;
    background:url(../image/cap.gif) no-repeat center left;
}
.postpage h2{
    padding:2px 10px 2px 5px;
    color:white;
    font-size:12px;
    border:none;
    margin:0;
	background: #C42D1D; 
	border-bottom: 3px solid #D7B383;
}
.postpage h3{
	font-weight: BOLD;
	padding:3px 0 0 10px;
	font-size:12px;
}

.postpage hr{

	color:#BBBBBB;
	margin:10px 0px;
	height: 1px;
	
}
.postc{
	padding:0 6px;
}
