@charset "UTF-8";

@media all
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  body { 
  	background: #fff; 
	font-family: Arial, Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	color: #756B5B;
	font-size: 12px;
	padding: 0px 0 0 0; 
	margin: 0;
}

a:visited, a {
  color:#990000;
  text-decoration: none;
  text-decoration: underline;
  }
  
a:hover 
  {
  color:#000000;
  } 

#image-bg {
	height:189px;
	width: 863px;
	background-image: url(../img/header.jpg);
}

#img-header {
	margin-top: 80px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	float: right;
	width: 250px;
	margin-right: 20px;
	text-align: right;
}


  /* Layout Alignment */
  #page_margins { 
  	margin: 0px auto; 
  }

  /* Layout Properties */
  #page_margins { 
  		width: 863px; 
		min-width: inherit; 
		max-width: none; 
		background: #fff; 
}
  #page { 
  		/*padding: 10px;*/ 
  }
  #header { 
  		padding: 0em 0em 0em 0em;
		color: #000; 
		background: #fff; 
		
	}
  #main { 
  	margin: 10px 0; 
	background: #fff; 
}

  #footer {
	margin: 0px;
	color:#666;
	background-image: url(../img/footer_img.gif);
	background-repeat: repeat-x;
	height: 45px;
	width: 863px;
	clear: right;
	background-position: center;
  }
  
  #footer a {
  color:#CEBDA2;
  text-decoration: none;
  }
  
  #footer a:hover 
  {
	text-decoration: underline;
  } 
 
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   *
   */

  #col1 { 
  	float: right; 
	width: 580px;
	height: 100%;
	}
	
  #col2 { 
  	display:none
	}
	
  #col3 { 
  	width: auto; 
  	margin: 0 580px 0 0;
	
}
  #col1_content { 
  	padding: 0 20px 0 10px 
  }
  
    #col3_content { 
  		/*padding: 0 10px 0 20px; */
		padding: 20px 12px 20px 12px;
		background-color: #E3DDC8;
	}
	
	  #col3_index {
	background-color: #E3DDC8;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	padding-top: 5px;
	}


  /* set column dividers */ 
  #col3 { 
  		border-right: 2px #ddd dotted;

   }
	
/* the Ninfty Components */
/*Content Corners Nifty*/
/* content holder */
#rounded_content { 
	margin: 0px auto; 
	width: 245px; 
	background-color: #E3DDC8;
	padding: 12px 12px 12px 12px;
}

.rtop,.rbottom{display:block;}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden;}
.r1{margin: 0 5px;}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px;}
.rs2{margin: 0 1px}


div#nifty{ 
	width:  245px
}
/*Content Corners Nifty*/	
	
#title{
	margin-bottom: 5px;
}

#title2{
	color: #68191C;
	font-weight: bold;
}

#main_content{
	 height: 100%;
	
}

.footer_pa{
	color: #CEBDA2;
	font-size: 11px;
	padding: 17px 0 0 380px;
}

#menu{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0px;

}

h1, {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3
{
font-size:20px;
color: #68191C;
}

  /*-------------------------------------------------------------------------*/
}
