.menu-top {
	background-image: url('/layout_files/menu-top.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.corner {
	background-image: url('/layout_files/corner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.menu-bottom {
	background-image: url('/layout_files/menu-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
body {
	margin: 0px;
	padding: 0px;
}
.side-bg {
	background-image: url('/layout_files/side_bg.jpg');
	background-color: #DAE3F2;
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding:5px;
}
.footer a{
	color: #333333;
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}
.content_side li {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight:bold;
}
.content_side h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 18px;
	font-weight:bold;
}
.yellow-bg{
	background-color: #ffeca8;
	padding-right: 10px;

}
.yellow-bottom {
	background-image: url('/layout_files/yellow-shadow.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 10px;
}
.yellow-side {
	background-image: url('/layout_files/yellow-side.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}
.blue-bg-2 {
	background-color: #d8e4f2;
	padding-right: 10px;
}

