 
body {
	margin: 0 0;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
img {
	border: 0px;
}
td, div {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-family: Verdana;
	font-size: 9px;
	color: #CCFFFF;
}
.standard_button {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
}
.standard_input, .standard_textarea {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
}
#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 100%;
	background-image: url(/images/background-left-repeat.jpg);
}
#right {
	position: absolute;
	left: 800px;
	top: 0px;
	width: 480px;
	height: 100%;
	background-image: url(/images/background-right-repeat.jpg);
}
#menu {
	position: absolute;
	left: 75px;
	top: 101px;
	width: 130px;
	text-align: right; 
}
.mainmenu {
	font-family: Arial;
	color: #C1FFF6;
	font-size: 12px;
	text-decoration: none;
}
.submenu {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#footer {
	position: absolute;
	left: 385px;
	bottom: 8px; 
}
.footer {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
