/* CSS Document */
body {
	color: #dfebf7;
	background-color: #356ca5;
                 margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	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: 150px;
}
a:link { 
color : #93ffff;
} 
a:visited { 
color : #FF0099;
} 
a:hover { 
color : #00ff00;
} 
a:active { 
color : #000099;
} 
#left {
	float: left;
	width: 660px;
	padding-top: 100px;
	padding-left: 61px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}
#right {
	float: left;
	width: 174px;
	padding-top: 250px;
	text-align: left;
}
.rmenu_item {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	height: 8px;
	margin-left: 2px;
                 border : double groove #33CCFF;
	padding-right: 2px;
}

/* TEXT */
#header h1 { 
font-size : 1.6em;
letter-spacing : -3px;
padding : 0px 0 0 0px;
text-align : left;
margin-left: 15px;
}
h1
{
	margin: 0 0 0 0;
	font-size: 1.8em;
}
h2
{
	margin: 0 0 0 0;
	font-size: 1.1em;
}
#footer {
text-align: center;
padding-bottom: 10px;
}
/* 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: none;
border-left : 2px solid #33CCFF;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}
div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 2px solid #ffffff;
  }
div.img a:hover img
  {
  border: 2px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width:120px;
  margin: 2px;
  }

