/* Start of CMSMS style sheet 'rr' */
@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(uploads/images/rr.jpg);
        background-attachment: fixed;
        font-size: 18px;
        font-weight: bold;
}

a {
   color: #660000;
   font-style: italic;
   text-decoration: underline;
}

a:hover{
   color: #000000;
   text-decoration: none;
}


#page {
	padding: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#page #banner {
	background-image: url(uploads/images/banner.jpg);
	margin: 0px;
	padding: 0px;
	height: 207px;
}

#page #banner #contact {
       float: right;
       color: #ffffff;
       padding: 2em 1em 0 0;
       font-size: 20px;
       text-align: center;
}

#page #banner #contact a {
       color: #ffffff;
}

#page #main {
	background-image: url(uploads/images/middle.jpg);
	margin: 0px;
	padding: 0px;
	min-height: 300px;
}

#page #main #text {
   padding: 5px 20px 20px 20px;
   color: #660000;
   font-weight: bold;

}

#page #main #text h1{
   color: #660000;
   font-weight: bold;
   font-style: italic;
}

#page #main #text h2{
   color: #660000;
   font-weight: bold;
   font-size: 22px;
   text-decoration: underline;
}

#page #main #text #textcontent {
   padding-left: 30px;
}

#page #menu {
	background-image: url(uploads/images/menu.jpg);
	margin: 0px;
	padding: 0px;
	height: 52px;
}
#page #footer {
	background-image: url(uploads/images/foot.jpg);
	margin: 0px;
	padding: 0px;
	height: 49px;
        text-align: center;
        font-size: 10px;
       font-weight: bold;
}

#page #main #services {
	margin: 0px;
	padding: 60px 30px 0 0;
	float: right;
	width: 221px;
}
#page #main #services #top {
	background-image: url(uploads/images/top.jpg);
	margin: 0px;
	padding: 0px;
	height: 31px;
}
#page #main #services #middle {
	background-image: url(uploads/images/smiddle.jpg);
	margin: 0px;
	padding: 5px 0px 5px 0px;
	
}
#page #main #services #bottom {
	background-image: url(uploads/images/sbot.jpg);
	margin: 0px;
	padding: 0px;
	height: 28px;
}
/* End of 'rr' */

