body{
	/*background: #B5AE94;*/
	background: #CCFF33;

	font-family: Arial,Verdana;
}
.form{
	font-family: Arial,Verdana;
	color: #676767;
	font-size: 11px;
}
#west{
	position: absolute;
	top: 63;
}
#center{
	position:absolute;
	top: 0;
	left:155;
	width: 500;
}
#head{
	position:absolute;
	top: 0px;
	left:0px;
	height: 20px;
	width: 176px;
	border-style: groove;
	border-width:2px;
	color: #232323;
	font-size: 0.7em;
	text-align: center;
	line-height: 18px;
	margin:2px;
}

#content{
	position: absolute;
	left: 178px;
	top: 22px;
	width: 500px;

	border-style: groove;
	border-width:2px;
	color: #232323;
	font-size: 0.7em;
	text-align: left;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}
div#content td{
	color: #232323;
	font-size: 0.7em;
	text-align: left;
	line-height: 18px;
}

#favorites{
	border-style: groove;
	border-width:2px;
	color: #232323;
	font-size: 0.7em;
	text-align: left;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}

#categories{
	border-style: groove;
	border-width:2px;
	color: #232323;
	font-size: 0.7em;
	text-align: left;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}

#calender{
	border-style: groove;
	border-width:2px;
	font-size: 0.7em;
	margin: 2px;
	padding-left:10px;
	padding-top:4px;
}
div#calender td{
	font-size: 0.7em;
	color: #232323;
	line-height: 18px;
}
div#calender a{
	text-decoration: none;
	font-weight: bold;
	color: red;
}
#navigation {
	position: absolute;
	left: 700px;
	top: 22px;
	width: 180px;
}
#about {
	font-size: 11px;
	position: absolute;
	left: 50px;
	top: 50px;
	width: 140px;
}

