/* Home page styles */

#content {
	background-color:#1B2023;
	color:#fff;
	padding:5px 0px;
	width:885px;
}
div.homecolumn {
	position:relative;
	float:left;
	width:281px;
	margin-right:6px;
	background-image: url(/Images/HomeColBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:200px;
	padding:5px;
}
div.homecolumnright {
	position:relative;
	float:left;
	width:280px;
	background-image: url(../Images/HomeColBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:200px;
	padding:5px;
}
H1 {
	color:#FF00A5;
	border-bottom:#fff 1px dotted;
	line-height:22px;
	margin:5px 2px;
}
#footer {
 	clear:both;
}
a {
	color:#CA128A;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}
hr {
	color: #f00;
	background-color: #212629;
	height: 1px;
	border:0;
	border-bottom:#fff 1px dotted;
	margin:12px 0;
}