body {
	margin: 0px;
	padding: 0px;
	background-color: #eaffca;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,
	StartColorStr='#00FFFFFF',
	EndColorStr='#00FFFFFF');
	}
#header {
	width: 100%;
	height: 100%;
	background-image: url(images/header.jpg);
	}
#margin_left {
	width: 100%;
	height: 100%;
	background-image: url(images/margin_left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
#margin_right {
	width: 100%;
	height: 100%;
	background-image: url(images/margin_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
#menu {
	height: 100%;
	width: 100%;
	background-image: url(images/menu.jpg);
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #8ab660;
	padding-right: 9px;
	padding-top: 15px;
	padding-left: 9px;
	text-align: center;
	letter-spacing: 1px;
	}	
a:link {
	color: #8ab660;
	text-decoration: none;
	}
a:visited {
	color: #8ab660;
	text-decoration: none;
	}
a:active {
	color: #8ab660;
	text-decoration: none;
	}
a:hover {
	color: #fda70c;
	text-decoration: none;
	}
#content_top {
	width: 100%;
	height: 100%;
	background-image: url(images/content_top.jpg);
	}
#footer {
	width: 100%;
	height: 100%;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #8ab660;
	text-align: center;
	padding-top:3px;
	background-image: url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	letter-spacing: 1px;
	}
#footer a:link {
	color: #fda70c;
	}
#footer a:visited {
	color: #fda70c;
	}
#footer a:active {
	color: #fda70c;
	}
#footer a:hover {
	color: #fda70c;
	}
.orange {
	color: #fda70c;
	}
#content_right {
	background-color: blue;
	}