/*------------------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: 850px;
	top: 0px;
	left: 70px;
	margin-left: 0px;
}
/*------------------End Container------------------------*/


/*------------------Begin Text------------------------*/
#text {
    position: absolute;
	width: 720px;
	height: 740px;
    top: 50px;
	left: 85px;
	margin-left: 0px;
}
/*------------------End Text------------------------*/


/*------------------Begin Content------------------------*/
#lftcolm{
	position: absolute;
	background-image: url(images/bgs_new/brdlft2.gif);
	background-repeat: repeat-y;
	width: 55px;
	height: 850px;
	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: 850px;	
	top: 0px;
	right: 0px;
	margin-right: 0px;
}


#header {
	position: absolute;
	width: 590px;
	height: 72px;
	top: 10px;
	left: 150px;
	margin: 0px;
}


#footer {
	position: absolute;
	text-align: center;
	width: 450px;
	height: 55px;
	top: 770px;
	left: 230px;
	margin-left: 0px;
}
/*------------------End Content------------------------*/

/*--------------------Begin H Tags-----------------------*/
h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px; 
	text-align: center; 
	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 -----------------------*/

