/* CSS Document */
body {
	color: #444444;
	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: left;
	z-index: 1;
}
/* DIV */
.wrapper
{
	width: 800px;
	background-image: url(web_graph/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 800px;
	background-image: url(web_graph/header.jpg);
	background-repeat: no-repeat;
}
.footer
{
	width: 800px;
	background-image: url(web_graph/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.separator
{
	width: 800px;
	padding-bottom: 0px;
}

.content
{
    width:700px;
	padding-top:380px;
	padding-bottom: 80px;
	padding-left:50px;
}


	
.rmenu_item {
float:right;
	background-image: url(web_graph/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	height: 8px;
	margin-left: 0px;
	padding-right: 30px;
}

/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 14px;
}
h2
{
	margin: 0 0 0 0;
	font-size: 12px;
}
/* LINKS */
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #668800;
	text-decoration: none;
}
a:active {
	color: #444444;
	text-decoration: none;
}

a.rmenu_link, a.rmenu_link:visited
{
	color:#FFFFFF;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #a6cffa;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

