/* CSS */

/* Global
------------------------------------------------------------------*/

body {
	margin: 0 auto; 
	width: 100%;
	font: x-small Georgia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

html body {
	margin: 0 auto;
	padding: 0;
	/*background: url('../img/background.gif');*/
	background: #704c32;
	color: #000;
	font: x-small Georgia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	}	


/* Header
------------------------------------------------------------------*/		

#wrapper {
	margin: 0;
	padding: 0;
	width: 990px;
	align: center;
	text-align: center;
	}
	
/* Content & Content Wrap
------------------------------------------------------------------*/	


	
/*Clearing Floats
------------------------------------------------------------------*/	
	
.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 */

.photoBorder {
border-color: #704c32;
border-style: solid;
border-width: 3px;
}

.smallText {
font-size: 10px;
margin-top: -2px;
margin-bottom: 5px;
}
