* {
	padding: 0;
	margin: 0;
}
	
body {
	background: url(../images/rfgl_background.jpg);
	font: 12px "Trebuchet MS", trebuchet, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: 600;
}

a:hover {
	color: #ccc;
	background: #444;
}

#page_container {
	background: url(../images/body_bground.jpg) no-repeat bottom;
	width: 600px;
	margin-left: 150px;
	padding-bottom: 300px;
	line-height: 1.2;
}

#header h1 {
	background: url(../images/rfgl_header.jpg) no-repeat;
	width: 600px;
	height: 149px;
}

#header h1 span {
	display: none;
}

#header h2 {
	background: url(../images/rfgl_rainbow_bar.jpg;) no-repeat;
	width: 600px;
	height: 5px;
}

#header h2 span {
	display: none;
}

.menu {
	font-weight: 700;
	font-size: larger;
	color: #aaa;
	position: absolute;
	top: 170px;
	left: 12px;
	width: 138px;
	padding-top: 10px;
	text-align: left;
	padding: 0;
	background: url(../images/menubox_bg.jpg) repeat-y;
}

.menu h3#menu_head {
	width: 138px;
	height: 15px;
	background: url(../images/menubox_top.jpg) no-repeat;
}

.menu h3#fw_head {
	width: 138px;
	height: 36px;
	background: url(../images/fw_box_top.jpg) no-repeat;
}

.menu h3 span {
	display: none;
}

.menu li {
	width: 120px;
	margin: 10px 0px 10px 28px;
	list-style: none;
}

.menu li a {
	height: 25px;
	width: 120px;
	border-bottom: none;
}

.menu dt {
	margin: 10px 0px 10px 18px;
}

.menu dd {
	margin: 10px 0px 10px 18px;
}

.menu a {
	text-decoration: none;
	color: #f0f0f0;
}
.menu a:hover {
	text-shadow: 2px 2px 2px #3f3f3f;
	color: #fafa6d;
	background: none;
}

.menu h4 {
	width: 138px;
	height: 33px;
	background: url(../images/fw_box_top.jpg) no-repeat;
}

.menu h4 span {
	display: none;
}

.menu h2 {
	width: 138px;
	height: 39px;
	margin-top: 20px;
	background: url(../images/menubox_bottom_birds.jpg) no-repeat;
}

.menu h2 span {
	display: none;
}

.visualClear {clear: both;}

#footer {
	display: block;
	text-align: center;
	background: #666;;
	color: #aaa;
	width: 600px;
	bottom: 0px;
	margin-left: 150px;
}

#footer a {
	color: #aaa;
	text-decoration: none;
	border: none;
}

#footer a:hover {
	color: #fff;
}