html, body, h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	padding: 0;
}



body {
  background: #a234cc;
	text-align: left;
	text-align: top;
	font: 11px arial, sans-serif;
	background: url('templates/images/splash_bk.jpg');
}


#container {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 118px;
	height: 716px;
	
}






/************************ Page Nav ************************/



#page_nav {
	margin: 0px 0px 0px 0px;
	width: 1180px;
	height: 716px;
	background: url('templates/images/splash.jpg');
	background-repeat: repeat-x;
	position:relative;
	
}

.enter {
	text-decoration: none;
	list-style-type: none;
	display:inline;
	position:absolute;
	top:570px;
	left:400px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #7848a0;
}

.dlogin {
	text-decoration: none;
	list-style-type: none;
	display:inline;
	position:absolute;
	top:500px;
	left:345px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #5c268a;
}

#page_nav ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:5px;
	left:2px;
}
#page_nav li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #4d4b4a !important;
}
#page_nav ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8358a7;
	text-decoration: none;
	padding: 0px 38px 0px 7px;
	
}
#page_nav ul a:hover{
	color:#FFFFFF;
}
