body {
	background: #66664C;
	text-align: center;
}

.textbox {
	width: 240px;
	background: #FFFFBF;
	border: 1px solid #898967;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #898967;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
}

#main-yellow a:link, #main-yellow a:hover, #main-yellow a:visited, #main-yellow a:active {
	color: #66664C;
}

#contact a:link, #contact a:hover, #contact a:visited, #contact a:active {
	color: #66664C;
}

.current {
	color: #FFFFBF;
}

#container {
	width: 645px;
	margin: 0 auto;
}

#main-yellow {
	width: 320px;
	height: 485px;
	background: #FFFFBF url(back-yellow.png);
	float: right;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	}
	
#icq {
	float: right;
}
	
#logo {
	width: 320px;
	height: 240px;
	background: #898967 url(back-olive.png);
	margin-bottom: 5px;
}

#contact {
	width: 320px;
	height: 240px;
	background: #CCCC99 url(back-lightolive.png);
	font-family: arial;
	font-size: 12px;
	text-align: right;
}

#menu {
	width: 645px;
	height: 30px;
	background: #CCCC99 url(back-menu.png);
	margin-bottom: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #898967;
	text-align: left;
}

.padding-outer {
	padding: 10px;
	}
	
.padding-menu {
	padding: 7px;
}

.overflow {
	width: 300px;
	height: 460px;
	overflow: auto;
	}

.padding-scroll {
	padding-right: 10px;
	}