/* main divs -----------------------------------------------------------------*/

html, body
	{
	margin:0;
	padding:0;
	} 

body
	{
	font-size: 1em;	
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #E4E7E4;
	background-color: #707C70;
	}

body a:link, body a:active, body a:visited
	{
	color: #ccc;
	text-decoration: none;
	}

body a:hover
	{
	text-decoration: none;
	color: #FBDD33;
	}

#top		/* holds the nav */
	{
	background: url(../images/bg_top.jpg);
	height: 11px;
	width: 100%;
	height:23px;
	padding-top:8px;
	}

#bot		/* holds the bottom nav */
	{
	height: 11px;
	width: 100%;
	height:23px;
	padding-top:8px;
	text-align: center; 	
	}
		
#header
	{
	height: 25px;
	clear: both;
	margin: 20px;
	}

#page
	{
	background: url(../images/bg_middle.jpg) no-repeat;
	width: 780px;
	margin:0 auto 0 auto;
	}

#page li
	{
	/* list-style-type:none; */
	}
	
#content
	{
	margin:0 auto 0 auto;
	}

#content-left
	{
	float: left;
	width: 400px;
	}

#content-full
	{
	margin:0 auto 0 auto;
	}
		
#critter
	{
	margin:0 auto 0 auto;
	text-align: center; 	
	}
	
.clear
	{
	clear: both;
	}
		
#footer
	{
	width: 780px;
	margin:0 auto 0 auto;
	text-align: center; 	
	}

.copyright
	{
	text-align: center; 
	font-size: 0.8em;
	color: #93CE40;
	}

/* tags ------- */

img
	{
	margin: 1em;
	margin-left: 2em;
	border: none;
	}
	
h1, h2, h3, h4
	{
	padding-left: 2em;
	padding-right: 2em;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	margin:0;
	color:#f4f4f4;
	}

h1
	{
	font-size: 1.4em;
	}

h2
	{
	font-size: 1.2em;
	}

h3
	{
	font-size: 1.1em;
	}

h4
	{
	font-size:1em;
	}

h1 a, h2 a
	{
	color:#fff;
	}

h2.top
	{
	margin-top:1em;
	}
		
p
	{
	padding-left: 2em;
	padding-right: 2em;
	font-size: 1em;
	}

.offset
	{
	margin-left: 1em;
	}
			
h1#logo1
	{
	font-size: 3em;
	margin:0;
	margin-top: 10px;
	margin-bottom: 20px;
	float:left;
	display:block;
	}

h1#logo
	{
	font-size: 1.8em;
		font-size: 3em;
	margin:0;
	margin-top: 10px;
	margin-bottom: 20px;
	float:left;
	display:block;
	}
	
.type2
	{
	margin-left: 2em;
	font-size:1em;
	}
		
table
	{
	margin-left: 4em;
	width: 90%;
	font-size:1em;
	text-align: left; 
	}
	
	
/* specific ----------- */

.admin-dot
	{
	float: right;
	vertical-align: baseline;
	font-size: 1em;
	position: relative;
	top: -1em;
	}

.grn
	{
	color: #93CE40;	
	}
		
			
.floatR
	{
	float: right;
	margin-right:30px;
	}
	
.floatL
	{
	float: left;
	}
	
.right
	{
	text-align: right; 	
	}
	
.left
	{
	text-align: left; 	
	}

.center
	{
	text-align: center;
	}

ul.disc
	{
	list-style-type: circle;
	} 
		
/* navigation -----------------------------------------------------------------*/

.nav
	{
	width:730px;
	margin:0 auto;
	padding-left: 22px;
	}

.nav li
	{
	list-style: none;
	display: inline;
	margin-right:20px;
	}

.nav a
	{
	font-size: 11px;
	color: #D6DAD6;
	text-decoration: none;
	}

.nav a:hover
	{
	color: #99FF00;
	}



