body {
	color: rgb(30,30,140);
	background-color: rgb(187,217,227);
	background-image: url(./images/image00123.gif);
	background-attachment: scroll;
}

#container {
	border: 2px solid rgb(0,0,255);
	background-color: transparent;
	background-image: url(./images/whitefilter.gif);
	color: rgb(30,30,140);
}

#banner {
	background-color: rgb(211,234,255);
}

#sidebar {
	background-color: rgb(187,217,227);
	border: 1px solid rgb(0,0,255);
}

#content {
	background-color: transparent;
}

#footer {
	background-color: rgb(211,234,255);
	color: rgb(30,30,140);
	border: 2px solid rgb(0,0,255);
}

.hmenu {
	background-color: rgb(173,217,255);
	border: 1px solid rgb(0,0,255);
}

.hmenu ul li a {
	color: rgb(35,35,189);
	background-color: rgb(173,217,255);
	border-left: 1px solid rgb(173,217,255);
	border-right: 1px solid rgb(173,217,255);
}

.hmenu ul li a:hover {
	color: rgb(255,255,255);
	background-color: rgb(200,0,200);
	border: 1px solid rgb(0,0,255);
}

select {
	color: rgb(35,35,189);
	background-color: rgb(211,234,255);
}

option {
	color: rgb(35,35,189);
	background-color: rgb(211,234,255);
}


