/* CSS Document */
body {
	color: #000000;
	background-color: #356ca5;
	background-image: url(img/tlo.jpg);
	margin: 0 0 0 0;
	font-family: tahoma, sans-serif;
	font-size: 15px;
	text-align: center;
}
/* DIV */
.wrapper
{
	width: 888px;
	background-image: url(img/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 888px;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
}
.footer
{
	width: 888px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 888px;
	padding-bottom: 5px;
}
#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;
}

.webdesign
{
	color: #356BA5;
	background-color: inherit;
}
/* TEXT */
h1
{
	margin: 0 0 0 0;
	color:#E5710A;
	font-size: 22px;
}
h2
{
	margin: 0 0 0 0;
	font-size: 18px;
}
h3
{
	margin: 0 0 0 0;
	font-size: 12px;
}
.text{
	color:#000000;
	font-size: 13px;
	text-align:justify;
}
.text1{
	color:#000000;
	font-size: 9px;
	text-align:justify;
}
/* 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;
}
.text2{
	margin:0px 40px 0px 40px;
	color:#E5710A;
	font-size: 20px;
	text-align:center;
}
.text3{
	margin:0px 40px 0px 40px;
	color:#0000000;
	font-size: 13px;
	text-align:center;
}