
body {
	background: #000 url(../images/bkgd_gradient.png) repeat-x;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: .9 em;
	
	}	
	

	
a:link {
	color: #960;
	text-decoration: none;
	
}
a:visited {
	color: #960;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}
#head {
	width: 100%;
	color: #FFF;
	font-size: 0.9em;
	
	}
#head ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	}
	
#head li {
	float: left;
	clear: none;
	
	}

	
#nav {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto 10px;
	text-align: left;
	padding: 10px 20px 20px 10px;
	}
	
#nav ul {
	width: 780px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: #000;	
	}
	
#nav li {
	float: left;
	clear: none;
	background: #000;	
	}
	
#nav li a {
	background: #000;
	color:#FFF;
	padding: 0px 20px 0px 0px;
	display: block;
	text-decoration: none;
	font-size: 1.3em;
	margin: 0px;
	}

#nav li a:hover, #nav li.current a {
	color:#960;
	font-size: 1.3em;
	padding: 0px 20px 0px 0px;
	}
	
	
	
.twoColFixRtHdr #container {
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto 60px;
	text-align: left;
	padding: 0px 20px 20px;
	border: 7px solid #960;
} 

#main {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	margin: 10px 0 0 0;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: 780px;
	}
	
#right {
	width: 30%;
	float: right;
	/*padding-top: 40px;*/
	text-align: left;
	margin-bottom: 40px;
	margin-right:2px;
	}

#right ul, .right2 ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#right li, .right2 li {
	padding: 5px 0 5px 20px;
	}

#right li a, .right2 li a {
	padding: 0 0 0 20px;
	color: #960;
	font-size: 1em;
	text-decoration: none;
	}

#right li a:hover, .right2 li a:hover {
	
	color: #960;
	}

#content {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 65%;
	margin-right: 35%;
	margin-bottom: 40px;
	color: #BCA046;
	}
	
h1 {
	font: 400 1.4em arial,sans-serif;
	color: #444;
	letter-spacing: normal;
	font-weight:bold;
	
	}

h2 {
	font: 400 1.2em 'trebuchet ms',arial,sans-serif;
	margin-top: -0.4em;
	padding-top: 20px;
	letter-spacing: -1px;
	color: #BB9F43;
	}
	
h3 {
	color: #B69730;
	letter-spacing: -0.1em;
	margin-bottom: 10px;
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	}
	
p {
	font: Arial, Helvetica, sans-serif;
	
	color: #000000;
	font-size: 0.9em;
	margin-bottom: 1em;
	}
	

	
a:hover img.color {
	/*border: 1px solid #999;*/
	}

	
.right2 h3 {
	letter-spacing: -1px;
	}

#foot {
	width: 100%;
	border-top: 3px solid #ECECEC;
	padding: 40px 0 40px 0;
	margin-top: 40px;
	}
.quoted {
	font-style: italic;
	color: #333;
	text-indent: 10px;
	/*line-height: 1.1em;*/
	margin-bottom: 10px;
	font-size: .9em;
}
.quoted_smaller {
	font-size:.8em;
	font-style: italic;
	color: #333;
	text-indent: 10px;
	margin-bottom: 2px;
}

.magazine {
	font-style: italic;
}
.attribution {
	line-height: .8em;
	text-decoration: none;
	font-size: .9em;
}
.attribution_smaller {
	color:#000;
	font-size:.7em;
	line-height: 1em;
	text-decoration: none;
	font-weight: bold;
}
br {
	line-height: 0.8em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}

.image_left {
	padding-right: 10px;
	padding-bottom: 2px;
}
