/* CSS Document */

body {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CCCAB7;
}

/* IE Hack: Simplified Box Model Hack (SBMH)  */
/* IE font rendering is larger than all other browsers */
 * html body {
 	font-size:x-small; /* for IE5/Win  */
	f\ont-size: small; /* for other IE versions */
}

h1 { 
	font-size:150%;
}

h2 { 
	font-size:130%;
}

h3 { 
	font-size:120%;
}

ul li { 
	font-size:90%;
}

.note { 
	font-size:85%;
}


#wrap {
	font-size:95%;
	margin: 50px auto 0px auto;
	padding:0;
	width:800px;
	/*height:1000px*/;
	/*border:1px solid #FFFFFF;*/

}

#header {
	
	width:100%;
	/* Rundle/Phark image replacement */
	text-indent: -9000px;
	background: #ffffff url(images/gloria_title.jpg) no-repeat top left;
	height:35px;
	cursor:pointer;

}
	
#header h1 {
	color:#7F7766;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:lighter;
	letter-spacing:2px;
	padding: 5px 20px;
	margin:0;
	display: block;
}

#content {
	/*clear:both;*/
	float: left;
	width:100%;
	/*height:600px;*/
	min-height:450px;
	margin:0;
	padding:0;
    background-color: #FFFFFF;
}



#left_column {
	float:left;
	width:200px;
	margin:0 0 0 0px;
	border:none;
	padding:40px 0 0;
	/*border:#cccccc 1px solid;*/
	
}

#right_column {
	float:right;
	width:600px;
	margin:0;
	padding:40px 0 20px;
	/* Tantek box model Hack */
  	/*voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:520px;
*/	/*border:#cccccc 1px solid*/
}



#footer {
	float:left;
	width:100%;
	margin:0;
	padding:0;

}

#footer p {
	color:#8E8573;
	font-size:80%;
	width:100%;
	text-align:left;
	font-style:italic;
}

#nav {
	clear:left;
	font-size:130%;
	margin:0;
	padding: 40px 5px 20px 80px;
	list-style:none;
	font-weight:normal;
	letter-spacing:1px;
}

#nav li { 
	padding-top:10px;

}

#nav li a {
	text-decoration:none;
	color:#9F9581;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}

#nav li a:hover {
	/*color:#CCCAB7;*/
	background-color: #CCCAB7;	
}


.img-holder {
	margin-left: auto;
	margin-right: auto;
	padding:0;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -7px 7px 7px -7px;
   border:none;
  }
  

  
#legend {
 
 	clear:left;
	
 }
 
 #legend p {
 
 	padding-top:5px;
	color:#776F60;
 
}


