/*------------------Begin Body------------------------*/
body {
    background-color: #333333; 
	width: 942px;
	height: 768px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000000;
}
/*------------------End Body------------------------*/


/*------------------Begin Container------------------------*/
#container { 
	position: absolute;
	background-image: url(images/bgs_new/parchmentpaper2.jpg);
	background-repeat: repeat;
	width: 875px;
	height: 1550px;
	top: 0px;
	left: 70px;
	margin-left: 0px;
}
/*------------------End Container------------------------*/

/*------------------Begin Text------------------------*/
#text {
	text-align: center;
	width: 780px;
	height: 400px;
	position: absolute;	
	left: 20px;
	margin-left: 65px;
	top: 130px;
}

#navtext{
	position: absolute;
	width: 250px;
	height: 30px;
	top: 135px;
	left: 320px;
	margin-left: 0px;
	text-align: center;
}

#sidelnks{
	position: absolute;
	width: 420px;
	height: 100px;
	top: 200px;
	left: 230px;
	margin-left: 0px;
}

.lstlnk {
	list-style-type: none;
	text-align: left;
}


#lftcolm{
	position: absolute;
	background-image: url(images/bgs_new/brdlft2.gif);
	background-repeat: repeat-y;
	width: 55px;
	height: 1550px;
	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: 1550px;	
	top: 0px;
	right: 0px;
	margin-right: 0px;
}

#footer {
	position: absolute;
	text-align: left;
	width: 450px;
	height: 55px;
	top: 1480px;
	left: 200px;
	margin-left: 25px;
	text-align: center;
}

.lstlnk {
	list-style-type: none;
	text-align: center;
}

.time {
    color: #000000;
	font-size: 12px;
}
/*------------------End Text------------------------*/


/*------------------Begin Content------------------------*/
#content {
	position: absolute;
	width: 620px;
	height: 400px;
	text-align: left;
	top: 410px;
	left: 110px;
	margin-left: 0px;
}

#stcontent {
	position: absolute;
	width: 580px;
	height: 400px;
	text-align: left;
	top: 410px;
	left: 150px;
	margin-left: 0px;
}

#header {
	position: absolute;
	width: 590px;
	height: 72px;
	top: 25px;
	left: 170px;
	margin: 0px;
}

#digalhmpge {
	position: absolute;
	width: 240px;
	height: 47px;
	text-align: left;	
	top: 350px;
	left: 350px;
	margin-left: 0px;
}

#galhmpge {
	position: absolute;
	width: 240px;
	height: 47px;
	text-align: left;	
	top: 330px;
	left: 350px;
	margin-left: 0px;
}

#webmasters {
	position: absolute;
	width: 300px;
	height: 400px;
	text-align: left;
	padding: 5px;	
	top: 220px;
	right: 35px;
}

#specialty {
	position: absolute;
	width: 490px;
	height: 120px;	
	top: 990px;
	left: 200px;
	margin-left: 0px;
	text-align: center;
}

#contfooter {
	position: absolute;
	text-align: left;
	width: 375px;
	height: 15px;
	bottom: 30px;
	left: 190px;
	margin-left: 0px;
	text-align: center;
}


#sitecont {	
	position: absolute;
	text-align: left;
	padding: 5px;
	width: 600px;
	height: 75px;
	top: 600px;
	left: 30px;
	margin-left: 30px;
}
/*------------------End Content------------------------*/



/*------------------Begin Review Nav------------------------*/
#revnav {
	position: absolute;
	width: 180px;
	height: 25px;	
	top: 320px;
	left: 370px;
	margin-left: 0px;	
	padding: 3px;
}
/*------------------End Sub Nav------------------------*/ 



/*------------------Begin Sub Nav------------------------*/
#subnav {
	position: absolute;
	width: 480px;
	height: 25px;	
	top: 310px;
	left: 150px;
	margin-left: 0px;	
	padding: 3px;
}

#subnav2 {
	position: absolute;
	width: 420px;
	height: 25px;	
	top: 340px;
	left: 150px;
	margin-left: 0px;	
	padding: 3px;
}

#subnav3 {
	position: absolute;
	width: 350px;
	height: 25px;	
	top: 360px;
	left: 150px;
	margin-left: 0px;	
	padding: 3px;
}
/*------------------End Sub Nav------------------------*/ 


/*--------------------Begin H Tags-----------------------*/
h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px; 
	text-align: center; 
	color: #000000;
}

h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}  
/*--------------------End H Tags-----------------------*/

/*--------------------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 -----------------------*/

