@charset "iso-8859-1";

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/*  General styles for HTML elements & overall page structure                                     */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


body {
	text-align: center;
	margin: 10px 0 0 0;
	padding:0;
	background: #BCAC9C url(_bg.jpg) repeat-x;
	}

form {
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 998px;
	padding:0;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	height:auto;
	}

a {
	color:#763600;
	}

img {
	border:none;
	}


/* --------------------------------------------- */
/* --------------------------------------------- */
/*  Footer content                               */
/* --------------------------------------------- */

#footer {
	width: 986px;
	height:13px;
	text-align:left;
  	padding:12px 0 0 12px;
  	font: normal 7pt verdana,helvetica,sans-serif;
	color:#333;
	}

/* --------------------------------------------- */
/*  General typeface classes                     */
/* --------------------------------------------- */

.verd7pt {
  	font:normal 7pt arial,helvetica,sans-serif;
  	color:#515151;
	}

.verd8pt {
  	font:normal 8pt arial,helvetica,sans-serif;
  	color:#515151;
	}

.verd10pt {
  	font:normal 10pt arial,helvetica,sans-serif;
  	color:#515151;
	}

.verd12pt {
  	font:normal 12pt arial,helvetica,sans-serif;
  	color:#515151;
	}

/* --------------------------------------------- */
/*  Clear floats without structural markup hack  */
/* --------------------------------------------- */
	
.clearfix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
