@charset "utf-8";
/* Contains main styles to be used on most pages throughout the site */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 818px;
	position: relative;
}
#lrail {
	float: left;
	position: relative;
	width: 52px;
	background-image: url(/images/hiptrix_lrail.jpg);
	background-repeat: repeat-y;
}
#rrail {
	float: right;
	position: relative;
	width: 51px;
	background-image: url(/images/hiptrix_rrail.jpg);
	background-repeat: repeat-y;
}
#container, #lrail, #rrail, #centerCol {
	height: 55em;
}
#railfoot {
	height: 54px;
	position:absolute;
	bottom: 0px;
	left:0;
}
#content, #footer, #header {
	width: 715px;
	clear: both;
	overflow: visible;
	background-image: url(/images/background.jpg);
}
#centerCol {
	float: left;
	width: 715px
	position: relative;
}
#footer {
	height: 95px;
	background-image: url(/images/footer.jpg);
	background-position: bottom;
	position: absolute;
	bottom: 0;
}
#footerLinks {
	background-image:url(/images/footer_links.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 19px;
	line-height: 19px;
}
#footerLinks a {
	color: #666666;
	text-decoration: none;
	border: 0px;
}
#footerLinks a:hover {
	color: #ffffff;
}
/* topMenu styles */

#topMenu, #bottomMenu {
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#topMenu a, #bottomMenu a{
	text-decoration: none;
	color: #7E7E7E;
	padding-left: 1em;
	padding-right: 1em;
}
#topMenu a:hover, #bottomMenu a:hover{
	color: white;
}
#topMenu {
	background-image: url(/images/hiptrix_home_06.jpg);
}
#bottomMenu {
	background-image: url(/images/hiptrix_home_08.jpg);
}
#menuSpacer {
	height: 8px;
	background-image: url(/images/hiptrix_home_07.jpg);
}
#bottomSpacer {
	height: 23px;
	background-image:url(/images/hiptrix_home_09.jpg);
}
.emp {
	color: white;
	font-weight: bold;
}
.title {
	color: white;
	font-size: 1.5em;
}
a {
	color: white;
}
a:hover {
	color:#666666;
}