﻿
html, body{
	height: 100%;
	width: 100%;
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 {
	color:#006c4d;
}

#wrapper
{
	width:708px;
	height:100%;
}

#navigation 
{
	height:30px;
	margin-bottom:10px;
}

#header
{
	width:708px;
}

#tools
{
	width:708px;
	font-size:11px;
}

#content
{
	width:708px;
	padding:10px;
}

#footer 
{
	width:708px;
	text-align:center;
	font-size:9px;
}

A {color:#006c4d;}
A:active {color:red;}
A:visited {color:#333333;}

table td {
background-repeat:no-repeat;
background-position:center;}
