
INPUT {
background-color: #eeeeee;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 12pt
}

TEXTAREA {
background-color: #eeeeff;
color: Blue;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: bold;
font-style: italic;
}



#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body  {
	 text-align: center;
         color: darkgreen;
}

#menu {
	float: left;
	width: 60px;
	margin-right: 5px;
	color: blue;
        bgcolor: #ddddff;
	text-align: left;
}

#content {
	float: left;
	width: 780px;
	margin-bottom: 20px;
	color: purple;
}

#main {
	position: absolute 10px;
	width: 50px;
	color: red;
}

#info {
	float: right;
	width: 50px;
	color: red;
}

#sidebar {
	float: right;
	width: 120px;
	color: red;
}

textarea {
	text-align: centre;
	text-color: red;
}

form {
	text-align: centre;
	text-color: red;
}

#footer {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 160px;
	padding-top: 10px;
	width: 610px;
}

a:hover {color: #ff0000;}

