body {
	color: #ffffff;
	background-color: #0f6bb2;
	background-image: url(images/page_bg1.png);
	margin: 0 0 0 0;
	font-family: Times new roman;
	font-size: 13px;
	text-align: center;
}
/* DIV */
.wrapper
{
	width: 966px;
	background-image: url(images/middle1.png);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 966px;
	background-image: url(images/header1.png);
	background-repeat: no-repeat;
}
.footer
{
	width: 966px;
	background-image: url(images/footer1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 966px;
	padding-bottom: 380px;
}
#left {
	float: left;
	width: 640px;
	padding-top: 110px;
	padding-left: 61px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}
#right {
	float: left;
	width: 174px;
	padding-top: 70px;
	text-align: left;
}

.rmenu {
	background-color: inherit;
	padding-left: 10px;
	padding-top: 10px;
}

h1
{
	margin: 0 0 0 0;
	font-size: 20px;
	color: #ffff22;
}
h2
{
	margin: 0 0 0 0;
	font-size: 17px;
	color: #ff0f00;
}
h3
{
	margin: 0 0 0 0;
	font-size: 15px;
	color: #0f00ff;
}
i
{
	color: #ffffaa;
}
/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color:#f1f7fb;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #F8F210;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

a:hover
{
	color: #F8F210;
}

.table_content
{
	margin-left: 80px;
	border-color: white;
	text-align: center;
}