body {
        background-color: #000000;
	cursor: default;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	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: 700px;
}
#header {
background: #000;
width: 100%;
height: 500px;
padding-top: 1px;
color: #ffffff;
}
#content {
background: #000000;
width: 420px;
	color: #442233;
float:left;
text-align: right;
padding-left: 10px;
}
#nav {
background: #000000;
width: 250px;
color: #442233;
float: right;
text-align: left;
}

#footer {
background: #ee8877;
width: 100%;
padding-top: 1px;
color: #ffffff;
}


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

}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-family: verdana;
	font-size: 14pt;
	line-height: 18pt;
	color: #E83053;
	background-color:  #000000;
	cursor: default;
	display: block;
   	text-transform: lowercase;
	margin: 0px;
	padding: 8px;
border: 1px #E83053;
	overflow-y: auto;
    text-align : center;
}

a.nav:hover {
background-color:  #E83053;
color: #000;

}

