body {
	background-color: #692C30;
	margin:0px; 
	padding:0px;
}
tr,td, table {
	font-face: verdana, arial;
	font-size: 8pt;
	line-height: 8pt;
	color: #692C30;
}
p {
	font-face: verdana, arial;
	font-size: 8pt;
	line-height: 8pt;
	color: #692C30;
}
input, textarea, select, .comment {
	background: #BC949A; 
	border: solid; 
	FONT-FAMILY: verdana, arial; 
	color: #692C30; 
	font-size: 9px; 
	line-height: 11px; 
	border: solid 1px #692C30;
}
a {
	color: #692C30;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#692C30; 
	text-decoration: underline;  
}
a:hover {
	color: #361D24;
	text-decoration: underline;
}

a:active {
	color: #361D24;
	text-decoration: underline; 
}

#header {
	background-image: url('main.png');
	position: absolute;
	left: 0px;
	top: 50px;
	width: 580px;
	height: 430px;
	margin:0px;
	padding:0px;
	border: 1px solid #361D24;
}
#menu {
	position: absolute;
	left: 582px;
	width: 300px;
	padding:0px;
	border: 1px solid #361D24;
	top: 50px;
	background-color: #BC949A;
	color: #692C30;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
#Content {
	position: absolute;
	top: 63px;
	border: 1px solid #361D24;
	background-color: #BC949A;
	color: #692C30;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	width: 300px;
	left: 582px;
	height: 417px;
	overflow: auto;	
}
