﻿#divframetop
{
	background-image: url('images/frame_top_ds.png');
	 width: 990px; 
	 height: 33px;
}

#divsidebar
{
	background-image: url('images/sidebar_ds.png');
	z-index: 100; 
	position: absolute; 
	top: -80px; 
	left: 55px; 
	width: 244px; 
	height: 790px;
}

#divframebody
{
	background-image: url('images/frame_body_ds.png');
	background-repeat: repeat-y; 
	position: relative; 
	width: 990px;
}

#divframebottom
{
	background-image: url('images/frame_bottom_ds.png');
	background-repeat: no-repeat;
	width: 990px; 
	height: 50px;
}

#divspoon
{
	position: absolute; 
	z-index: 100; 
	bottom: 50px; 
	left: 30px;
}

#divbuttons
{
	position: absolute; 
	top: -35px; 
	right: 110px; 
	height: 35px; 
	width: 250px; 
	text-align: center;
	border: none; /*solid 1px #000000;*/
}

#divfooter
{
	position: absolute; 
	bottom: -22px; 
	right: 10px; 
	height: 20px; 
	width: 350px; 
	text-align: right; 
	font-size: 8pt;	
}


body 
{
	background-image: url('images/background.jpg'); 
	background-repeat: repeat; 
	margin: 0; 
	padding: 0;
}

TD, DIV, BODY
{
	font-family: Arial; 
	font-size: 10pt;
}

A
{
	font-family: Arial; 
	font-size: 9pt;
}

A.nav:link, A.nav:visited, A.nav:active, A.tnavab:hover 
{
	color: #4f6328;	
	text-decoration: none
}

A.nav:hover 
{
		color: #bc5908;		
		text-decoration: underline; 
}

A.tab:link, A.tab:visited, A.tab:active, A.tab:hover 
{
	color: #FFFFFF;	
	text-decoration: none
}

A.tab:hover 
{
			font-weight: bold;
		text-decoration: underline; 
}


A.footer:link, A.footer:visited, A.footer:active, A.footer:hover 
{
	color: #000000;	
	text-decoration: underline;
	font-size: 8pt;
}

A.footer:hover 
{			
		text-decoration: none; 
}