img
{
	border: none;
}
.main
{
	position:absolute; 
	top:1px; 
	left:50%; 
	width:800px; 
	min-height:800px; 
	margin-left:-400px; 
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 14px;
}
.centered
{
	position:relative;
	left:50%;
	margin-left:-480px;
	width:960px;
	text-align: center;
	clear:both;
}
.indent
{
	position:relative;
	left:10%;
	text-align:left;
	color:#ededed;
	width:80%;
	border-top: 1px dotted #ededed;
}
.blankseparator
{
	clear:both;
	margin:15px;
}
a, a:visited
{
	color:#ffd375;
	text-decoration:none;
}
a:hover
{
	color:#f7ff75;
	text-decoration:underline;
}
.left
{
	float:left;
	width:390px;
	text-align:center;
	border-left: 1px dotted #ededed;
	border-right: 1px dotted #ededed;
	color: #ededed;
}
.right
{
	float:right;
	width:390px;
	text-align:center;
	border-left: 1px dotted #ededed;
	border-right: 1px dotted #ededed;
	color:#ededed;
}
.head_right
{
	padding-left: 30px;
	border-bottom: 1px dotted #ededed;
	display: inline;
}
.hright
{
	padding: 20px;
	float: right;
}
