body {
	color: rgb(147,38,128);
	background-color: rgb(187,217,227);
	background-image: url(./images/rb14.jpg);
	background-attachment: fixed;
}

#container {
	border: 2px solid rgb(208,63,27);
	background-color: transparent;
	color: rgb(208,63,27);
}

#banner {
	background-color: rgb(255,169,148);
	border-bottom: 4px solid rgb(200,0,200);
}

#sidebar {
	background-color: rgb(233,255,148);
	border: 1px solid rgb(0,0,255);
}

#content {
	background-color: rgb(255,227,148);
	border-top: 0px solid rgb(208,63,27);
	border-right: 2px solid rgb(208,63,27);
	border-bottom: 0px solid rgb(208,63,27);
	border-left: 2px solid rgb(208,63,27);
}

#footer {
	background-color: rgb(255,169,148);
	color: rgb(147,38,128);
	border: 2px solid rgb(208,63,27);
}

#footer .hmenu {
	background-color: rgb(171,234,255);
	border: 2px solid rgb(208,63,27);
}

.hmenu {
	background-color: rgb(171,234,255);
	border: 2px solid rgb(208,63,27);
	border-top: 0px;
	margin-top: 0px;
}

.hmenu ul li a {
	color: rgb(147,38,128);
	background-color: rgb(171,234,255);
	border-left: 1px solid rgb(171,234,255);
	border-right: 1px solid rgb(171,234,255);
}

.hmenu ul li a:hover {
	color: rgb(255,255,255);
	background-color: rgb(200,0,200);
	border: 1px solid rgb(255,227,148);
}

select {
	color: rgb(147,38,128);
	background-color: rgb(171,234,255);
}

option {
	color: rgb(147,38,128);
	background-color: rgb(171,234,255);
}

