@charset "UTF-8";
/* CSS Document */
 .corners {
  
    height:auto;
    width:780px;
	background:#fff;
    margin:5px;
    padding:5px;
    -moz-border-radius:10px;    /* Firefox */
    -webkit-border-radius:10px; /* Safari and Chrome */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
	text-shadow: 0;
 
 }
  .corners900 {
  
    height:auto;
    width:960px;
	background:#fff;
    margin:0px;
    padding:0px;
    -moz-border-radius:10px;    /* Firefox */
    -webkit-border-radius:10px; /* Safari and Chrome */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
	text-shadow: 0;
 
 }
 .corners_menu_bar {
  
    height:auto;
    width:780px;
	background:#fff;
    margin:5px;
    padding:5px;
	text-shadow:0px 0px 0px #d6d6c6;
    -moz-border-radius:10px;    /* Firefox */
    -webkit-border-radius:10px; /* Safari and Chrome */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
 
 }
  .corners_tan {
  
    height:auto;
    width:780px;
	background:#d6d6c6;
    margin:5px;
    padding:5px;
    -moz-border-radius:10px;    /* Firefox */
    -webkit-border-radius:10px; /* Safari and Chrome */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
 
 }
  .corners_2_column {
  
    height:auto;
    width:470px;
	background:#fff;
    margin:5px;
    padding:5px;
    -moz-border-radius:10px;    /* Firefox */
    -webkit-border-radius:10px; /* Safari and Chrome */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
 
 }
   .corners_1_column {
  
    height:auto;
    width:280px;
	background:#fff;
    margin:5px;
    padding:5px;
    -moz-border-radius:10px;    /* Firefox */
    -webkit-border-radius:10px; /* Safari and Chrome */
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
 
 }
 .rounded-corners {
	height:auto;
    width:780px;
	background:#fff;
    margin:5px;
    padding:5px;
     -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius:20px;
	text-shadow:0px 0px 0px #d6d6c6;

}

 
 /*	Optional Paragraph Styling */

 .corners p {
	margin:0;
    padding:0;
    
 }
