h1{
	text-align: center;
}

h4{
	margin-bottom: 2px;
}

h5{
	color: #8B0000;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.plans_list{
	list-style-type: circle;
	list-style-position: inside;
}

div.left{
	float: left;
	width: 630px;
	padding-bottom: 15px;
}

div.right{
	float: right;
	width: 338px;
	padding-bottom: 15px;
}

div.auth_message{
	background: #D9D9D9;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #888;
	overflow: hidden;
}

div .auth_message p {
	margin-top: 6px;
	margin-bottom: 0px;
}

.del_message{
	display: none;
	color: #8B0000;
	text-decoration: none;
}

div.author{
	float: right;
	width: 25%;
	font-weight: bold;
	padding-left: 3px;
	margin-bottom: 1px;
	margin-left: 2px;
	text-align: center;
	border-left: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

.footer{
	clear: both;
	padding-top: 15px;
}

.maincontent{
	width: 1000px;
	margin-top:	15px;
	margin-right: 15px;
	padding: 15px;
	/*border: 1px solid #000;*/
	overflow: hidden;
}