/* ----------------------------------------------------------------------------------------------------------------
//	B O D Y   &   G E N E R A L
//-------------------------------------------------------------------------------------------------------------- */

body {
	background-color: #fcfff7 ;
	background-image: url(images/weepingweb_splash_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	color: white;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

#main_container {
	background-image: url(images/weepingweb_splash.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 900px;
}

#nav_container {
	margin: 0px auto 0px auto;
	padding: 460px 0px 0px 0px;
	height: 40px;
	width: 770px;
}

#middletxt_container {
	clear: both;
	margin: 0px auto 0px auto;
	width: 770px;
	height: 280px;
}

#bottomtxt_container {
	clear: both;
	margin: 0px auto 0px auto;
	width: 770px;
}

a:link, a:visited, a:active { color: #ffffff; font-weight: bold; text-decoration: none; }
a:hover { color: #666666; text-decoration: none; border-bottom: 1px solid #ffffff; }

a.none:link, a.none:visited, a.none:active, a.none:hover { border: none; }

a.bottom:link, a.bottom:visited, a.bottom:active { font: normal 11px Tahoma, Arial, Helvetica, sans-serif; color: #5d707c; text-decoration:none; }
a.bottom:hover { border-bottom: 1px solid #000000; }

