﻿body, html 
{
	width:100%;
	height:100%;
	height:auto;
}

body {
	background-color: #040;
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica;
	padding: 0px;
	line-height: 1.5em;
	width: 100%;
	color: #000;
}

#contentcenter
{
	margin-top: 0px;
	margin-left: 0%;
	margin: 0 0 0 0;
	position: absolute;
	left: 6%;
	top: 0%;
	width: 760px;
	height: 500px;
	padding: 0px;
	background-color: #CCC;
}

#Contentdecotop
{
	position: absolute;
	left: 30px;
	width: 100px;
	height: 120px;
	margin-left: 0%;	
}

#contentdecoleft
{
	position: absolute;
	left: 0px;
	width: 20px;
	height: 100%;
	margin-left: 0%;
}

#contentdecoright
{
	position: absolute;
	left: 760px;
	width: 20px;
	height: 100%;
	margin-left: 0%;
	background-image:url('../img/blackgreen.png')
	
}

#contentmain
{
	position: absolute;
	left: 160px;
	width: 540px;
	height: 100%;
	margin-left: 0%;
	background-color: #FAFAFA;
	padding-left: 20px;
	padding-right:20px;
}

#contentheadsep
{
	font-size: 2em;
	position:absolute ;
	left: 0px;
	top:120px;
	height:10px;
	width: 580px;
	background-color: #CCC;
}


#contenthead
{
	font-size: 2em;
	position:absolute ;
	left: 0px;
	top:0px;
	height:140px;
	padding-top:20px;
	padding-left: 20px;
	padding-right:20px;
}

#maintext
{
	position:absolute ;
	left: 0px;
	top:160px;
	width:540px;
	padding-left: 20px;
	padding-right:20px;
	
}

#menuleft
{
	position:absolute;
	height:380px;
	margin:0px;
	padding: 0px;
	top: 160px;
	left: 0px;
	width: 160px;
}

#menulist
{
	margin:0px;
	padding:0px;
	color: #505050;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#menulist ul, #menulist li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menulist a:link, #menulist a:visited
{
	color: #333;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 5px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	width: 115px;
	border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #CCC;
	border-left-style: solid;
	border-left-width: 20px;
	border-left-color: #CCC;
}

#menulist a:hover {
	color: #080;
	border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #040;
	border-left-style: solid;
	border-left-width: 20px;
	border-left-color: #CCC;
}

#ihome #menulist A.home,
#itools #menulist A.tools,
#ifields #menulist A.fields,
#icustomers #menulist A.customers,
#iimprint #menulist A.imprint
{
	color: #004000;
	border-right-style: solid;
	border-right-width: 20px;
	border-right-color: #FAFAFA;
}
