body {
        background-color: #ddccaa;
	cursor: default;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #442233;
	overflow-y: auto;
}

A, a:visited, a:active {
	COLOR: #442233; font-weight:normal ;TEXT-DECORATION: none;
}
A:hover {
	COLOR: #44bb88; font-weight:normal ;TEXT-DECORATION: none
}

input, select, textarea,checkbox {
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	color: #349cff;
	background: #ffffff;
	font-size: 10pt;
	font-family: tahoma;

}
#container {
width: 518px;
margin: 35px auto;
}
#header {
background: #000;
width: 100%;
height: 309px;
padding-top: 1px;
color: #ffffff;
}
#content {
background: #ffdd88;
width: 100%;
	color: #442233;
text-align: left;
}
#topbar {
background: #ccc;
width: 100%;
}
#footer {
background: #ee8877;
width: 100%;
padding-top: 1px;
color: #ffffff;
}

#nav {
   list-style: none;
   margin: 0; padding: 0;
}
#nav li {
   float: left;
}
#nav li a {
   display: block;
   background-color: #442233;
   text-align: center;
height: 30px;
font-size: 13pt;
   color: #ffdd88;
   padding-left: 9px;
   padding-right: 9px;
}
#nav li a:hover {
   background-color: #dd3344;
   color: #332233;
}

.menu {
   background-color: #dd3344;
   text-align: center;
font-size: 14pt;
   color: #442233;
   padding: 4px;

}