/*------------------Begin Body------------------------*/
body {
 	background-image: url(images/bgs_new/dark_flowers.gif);
	background-repeat: repeat;
	width: 942px;
	height: 768px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #CCCCCC;
}
/*------------------End Body------------------------*/


/*------------------Begin Container------------------------*/
#container {
	position: absolute;
	width: 900px;
	height: 900px;
	top: 0px;
	left: 0px;
	margin-left: 0px;
}
/*------------------End Container------------------------*/


/*------------------Begin Text------------------------*/
#text {
    position: absolute;
	width: 820px;
	height: 770px;
    top: 70px;
	left: 55px;
	margin-left: 0px;
}
/*------------------End Text------------------------*/


/*------------------Begin Content------------------------*/
#lftcolm{
	position: absolute;
	background-image: url(images/bgs_new/brdlft2.gif);
	background-repeat: repeat-y;
	width: 43px;
	height: 900px;
	text-align: left;	
	top: 0px;
	left: 0px;
	margin-left: 0px;
}


#header {
	position: absolute;
	width: 590px;
	height: 72px;
	top: 25px;
	left: 150px;
	margin: 0px;
}


#footer {
	position: absolute;
	text-align: center;
	width: 450px;
	height: 55px;
	top: 840px;
	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: #CCCCCC;
}
/*--------------------End H Tags-----------------------*/

/*--------------------Begin General Links -----------------------*/
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC00FF;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9900FF;
	text-decoration: line-through;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF66FF;
	text-decoration: underline;
}

a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC00FF;
	text-decoration: none;
}
/*--------------------End General Links -----------------------*/
