BODY {
	background: #ffffee;
	color: #303030; 
}



A {
	color: #404040;
	text-decoration: none;
}

A:visited {
	color: #404040;
}

A.VISIBLE {
        color: #cc8899
}

H2 {
	color: #404040; 
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
/*	background: #ffbbcc;*/
	font-family: sans-serif;
	background-image: url("h2line.jpg");
	background-repeat: repeat;
	background-position: center;
}

B {
	font-family: sans-serif;
}

.MENU {
	float: left;
	width: 20%;
}

.MENUITEM {
/*	background: #dd99aa;*/
	background-image: url("menuitem.jpg");
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 4px;
	font-family: sans-serif;
}

.MAINAREA {
	float: right;
	width: 75%;
}

IMG.ITEM {
	margin-bottom: 10px;
	border: 0;
}

P.ITEM {
	font-size: small;
	border: 1px;
	border-style: solid;
	border-color: #404000;
	float: left;
	margin-right: 10px;
	width: 210px;
	height: 320px;
	padding: 2px;
}

P.MAINLINK {
	font-size: small;
	border: 1px;
	border-style: solid;
	border-color: #404000;
	float: left;
	margin-right: 10px;
	width: 210px;
	height: 250px;
	padding: 2px;
}
