/*------------------Begin Body------------------------*/
body {
    background-color: #333333; 
	width: 942px;
	height: 670px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000000;
}
/*------------------End Body------------------------*/

/*------------------Begin Splash------------------------*/
#lftcolm{
	position: absolute;
	background-image: url(images/bgs_new/brdlft2.gif);
	background-repeat: repeat-y;
	width: 55px;
	height: 690px;
	text-align: left;	
	top: 0px;
	left: 0px;
	margin-left: 0px;
}

#rgtcolm{
	position: absolute;
	background-image: url(images/bgs_new/brdrgt1.gif);
	background-repeat: repeat-y;
	width: 55px;
	height: 690px;	
	top: 0px;
	right: 0px;
	margin-right: 0px;
}

#splash {
	text-align: center;
	width: 760px;
	height: 550px;
	position: absolute;	
	left: 35px;
	margin-left: 35px;
	top: 0px;
}

#splashcontainer {
	position: absolute;
	background-image: url(images/bgs_new/parchmentpaper2.jpg);
	background-repeat: repeat;
	width: 895px;
	height: 690px;
	top: 0px;
	left: 70px;
	margin-left: 0px;
}

#splashfooter {
	position: absolute;
	width: 320px;
	height: 8px;
	top: 590px;
	left: 270px;
	margin-left: 0px;
	text-align: center;
	color: #000000;
}

#enter {
	width: 750px;
	height: 30px;
	position: absolute;
	top: 550px;
	left: 35px;
	margin-left: 35px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}
/*------------------End Splash------------------------*/

/*--------------------Begin General Links -----------------------*/
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660099;
	text-decoration: line-through;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCCFF;
	text-decoration: underline;
}

a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC00FF;
	text-decoration: none;
}
/*--------------------End General Links -----------------------*/

