/* CSS Document */
body {
	color: #999999;
	background-color: #FFFFFF;
	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;
}
/* DIV */
.wrapper
{
	width: 1000px;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 1000px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}
.footer
{
	width: 1000px;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 1000px;
	padding-bottom: 380px;
}

.webdesign
{
	color: #FFFFFF;
	background-color: inherit;
}
/* 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:#CCCCCC;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

