/* FOR LOGIN / REGISTER PAGE */
/* Content */
#inner {
	clear:both;
	margin: auto;
	width: 842px;
	min-height:638px;
	border: 1px solid #cccccc;
	background:url('../images/contentbg.jpg') no-repeat;
	background-position: 0px 30px;
	background-color:#FFFFFF;
}
#content {
	clear:both;
	width:795px;
	margin: 18px 0px 0px 23px;
	min-height: 424px;
}
#content h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 25px 0px;
	font-size: 3.2em;
	color: #4f324c;
	background:url('../images/h1rule.png') no-repeat;
	background-position: bottom;
}
#content p {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}
#content table {
	margin: 0px 0px 10px 0px;
}
#content table td {
	padding: 5px;
}
#content h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	color:#4f324c;
	background:url('../images/h1rule.png') no-repeat;
	background-position: bottom;
}
#content a {
	color:#fc9a1c;
	font-weight:bold;
}
#content a:hover {
	text-decoration:none;
}
