@import url(/head_foot/head_foot_files/head_foot.css);

*	{padding: 0px; margin: 0px;}


body	{
	font-family: Verdana, Arial, san-serif;
	color: #404040;
	background-color: white;
	}

#center
	{
	width: 640px;
	height: 430px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	}

#back_nav
	{
	width: 240px;	
	height: 399px;
	background: url(backbg.gif) no-repeat;
	background-color: #DEEFC5; 
	position: absolute;
	}


#back_nav a
	{
	text-decoration: none;
	color: #729E2C;
	font-size: 14px;
	font-weight: bold;
	}

#back_nav a:hover
	{
	text-decoration: none;
	font-weight: bolder;
	color: black;
	}

#back_nav h1
	{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 65px;
	padding-top: 25px;
	}

#back_nav ul
	{
	padding: 10px 0 0 100px;
	}

#back_nav li
	{
	list-style-type: square;
	padding: 10px 0 10px 0;
	}

#cc
	{
	font-size: 10px;
	padding: 10px 10px 10px 45px;
	}

#back_main
	{
	float: right;
	width: 390px;
	margin-bottom: 30px;
	}

#back_text
	{
	width: 390px;
	border: solid black;
	border-width: 1px 0 0 0;
	font-family: Garamond, Georgia, serif;
	color: #404040;
	margin-top: 15px;
	padding-top: 10px;
	line-height: 25px;
	font-size: 20px;
	font-weight: lighter;
	}

#back_text li {list-style-type: square;}

#back_text ul {margin-left: 40px; font-size: 17px;}

#about
	{
	width: 150px;
	height: 35px;
	}

#about span
	{
	background: url(about.gif) no-repeat;
	position: absolute;
	width: 150px;
	height: 35px;
	}

#copy
	{
	width: 249px;
	height: 36px;
	}

#copy span
	{
	background: url(copy.gif) no-repeat;
	position: absolute;
	width: 249px;
	height: 36px;
	margin-top: 3px;
	}

#images
	{
	width: 163px;
	height: 36px;
	}

#images span
	{
	background: url(images.gif) no-repeat;
	position: absolute;
	width: 163px;
	height: 36px;
	margin-top: 3px;
	}

#code
	{
	width: 116px;
	height: 36px;
	}

#code span
	{
	background: url(code.gif) no-repeat;
	position: absolute;
	width: 116px;
	height: 36px;
	margin-top: 3px;
	}