#rcmap{
	width:250px;
	height:136px;
	float:none;
	font-size:12px;
	color:#000000;
	background:url(images/rcmap.jpg);
	border: solid #FFCC00 2px;
	text-align:center;
}
body		{
			margin:0;
			padding:0;
			background-position:left top;
			background:url(images/bg-body.jpg) repeat-x #cccccc;
			background-repeat:repeat-x;
			font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;		
			overflow:auto;
			}
			
p			{
			font-size:12px;

			line-height:20px;
			text-align:left;
			color:#303B48;
			}			
			
a			{
			text-decoration:underline;
			color:#660066;
			}
			
a:hover		{
			color:#a912c9;
			}								

div#header	{
	float:left;
	height:243px;
	width:100%;
	margin:0;
	padding:0;
	background-image: url(images/background_01.png);
	background-position:left bottom;
	background-repeat:no-repeat;

			
			}
			
			
div#contentContainer	{
	float:left;
	width:100%;
	background-color:#cccccc;
	height:auto;
	background-image: url(images/background_02.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
			}
div#randompictures {
float:left;
width:250px;
margin-top:260px;
margin-left:40px;
background-position:left bottom;
}
			
div#mainContent	{
	float:left;
	width:600px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 55px;
			}	
			
div#mainContent	img {
			margin:15px 0;
			}				
			
div#sidebar	{
			float:left;
			margin:0 0 0 40px;
			width:116px;
			background-color:#FFF;
			}				
			
a.more	{
			display:block;
			background-position:left top;
			background-repeat:no-repeat;
			width:39px;
			height:19px;
			margin:16px 0;
			text-indent:-10000px;
			}
			
a:hover.more			{
			background-position:left bottom;
			}


		
div#footerContainer	{
			float:left;
			width:100%;
			margin:20px 0 0 0;
			padding:0;
			border-top:1px solid #000;
			padding:26px 0;
			}
			
			
div#footerContainer p	{
			text-align:center;
			font-size:11px;
			color:#4E5E73;

			}						
		
    /* Navigation*/
    #nav {
	width:70%;
	float:left;
	font-size:93%;
	line-height:normal;
	clear: right;
	  
      }
    #nav ul {
      margin:0;
      padding:0px 130px 0;
      list-style:none;
      }
    #nav li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #nav a {
      float:left;
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 8px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#000;

      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#FFF;
      }
    #nav #current {
      background-image:url("images/left_on.gif");
      border-width:0;
      }
    #nav #current a {
      background-image:url("images/right_on.gif");
      color:#000;
      padding-bottom:4px;
      }
	  









.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #000;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
