/* CSS Document */
body {
	color: #000000;
	background-color: #e3d5b0;
	background-image: url(images/page_bg.jpg);
	margin: 0 0 0 0;
	font-family:  Arial, Helvetica, 
	font-size: 12px;
	text-align: center;
}
/* DIV */
.wrapper
{
	width: 966px;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 966px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.footer
{
	width: 966px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 966px;
	padding-bottom: 65px;
}
#left {
	float: left;
	width: 180px;
	padding-top: 160px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align: left;
}
#right {
	float: left;
	width: 684px;
	padding-top: 70px;
                text-align: justify;
                padding-top: 105px;
}

.webdesign
{
	color: #e3d5b0;
	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:#000000;
	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;
}
