/* CSS Document */
body {
	color: #666666;
	background-color: #b0bc2c;
	background-image: url(images/page_bg.jpg);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	z-index: 1;
}
/* DIV */
.wrapper
{
	width: 800px;
	background-image: url(graph/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 800px;
	background-image: url(graph/header.jpg);
	background-repeat: no-repeat;
}
.footer
{
	width: 800px;
	background-image: url(graph/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 800px;
	padding-bottom: 270px;
}
#left {
	float: left;
	width: 560px;
	padding-top: 110px;
	padding-left: 50px;
	padding-bottom: 0px;
	text-align: justify;
	padding-right: 30px;
	
}


}
#right {
	float: left;
	width: 130px;
	padding-top: 90px;
	text-align: left;
}


	
.rmenu_item {
	background-image: url(graph/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}

/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 14px;
}
h2
{
	margin: 0 0 0 0;
	font-size: 12px;
}
/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color:#666666;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #4db04d;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

