html {
	background: url("../_img/bg_radial_grad.jpg") no-repeat;
	background-position: top center;
	background-color: #060606;
	font: 87.5%/1.571 Lucida Grande, Helvetica; 
	line-height: 1.6em;
	color: #cfd3c4;
	font-weight: normal;
	text-decoration: none; 
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

body { 
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 20px 0px 20px;
	overflow: auto;
}

#wrapper {   
	text-align: left;
}

#logo { 
	float: left;
	display : block;
	width: 300px;
	height: 80px;
	margin: 60px 0 160px 0;
	font-size: 24px;
	text-indent: -9999em;
}

#nav {
	float: right;
	margin: 93px 20px 0 0;
	color: #777;
	font-size: .9em;
}

/* start info text styles */
.intro { 
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#intro_text { 
	float: left;
	width: 580px;
	margin: 8px 40px 0 0;
}

#intro_quotations { 
	float: right;
	width: 300px;
	height: 180px;
	margin: 0 0 0 0;
}

.quotation {
	width: 220px;
	margin: 10px 0 0 60px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: oblique;
	color: #f9fcf0;
}

.citation {
	width: 280px;
	margin: 10px 0 0 0;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: right;
}

#column1 {
	float: left;
	width: 380px;
	margin: 50px 0 60px 0;
	text-align: left;
}

#column2 {
	float: left;
	width: 380px;
	margin-top: 50px;
	text-align: left;
}

#column3 {
	float: right;
	width: 200px;
	margin-top: 50px;
	text-align: left;
}
/* end info text styles */

.divider { 
	clear: both;
	margin: 0 auto;
	text-align: center;
	height: 1px;  
	width: 960px;  
	padding: 60px 0 40px 0;  
}

.divider#sub {   
	padding: 0;  
}

.hr { 
	height: 1px;  
	width: 960px;  
	background: #444;  
	font-size: 1px;
}

.content { 
	/* float: left; */
	width: 820px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

h1, 
h2, 
h3, 
h4 { 
	color: #9c0;  
	letter-spacing: .05em;
	font-weight: bold;  
}

h1 { 
	font-size: 1.6em;    
}

h2 { 
	font-size: 1.4em;
}

h3 { 
	font-size: 1.3em;
}

h4 { 
	font-size: 1.2em;
	margin: 4px 0 12px 0;
}

.txt_green { 
	color: #9c0;  
}

.details { 
	font-size: .8em;
	line-height: 1.6em; 
	margin-top: 14px;
}

.details #label {
	font-weight: bold;
	color: #f9fcf0;
}

img { 
	border: none; 
}

.content img {
	border: 10px solid #333;
}

p {
	margin-top: 0;
}

p.space {
	padding-top: 16px;
}

a { 
	color: #cfd3c4;  
	text-decoration: underline; 
}

a:hover { 
	color: #9c0;  
	text-decoration: underline; 
}

.contact_redux { 
	border-top: 4px solid #444;
	float: left;
	width: 960px;
	margin: 90px 0 70px 0;
	padding: 60px 0 0 0;
	font-size: .9em;
}

#nav_redux {
	float: right;
	margin: 0;
	color: #777;
	font-size: 1.4em;
}

#copyright { 
	clear: both;
	background:url("../_img/footer.jpg") center bottom no-repeat scroll transparent;
	border-top: 4px solid #444;
	width: 960px;
	color: #555; 
	font-size: .6em; 
	text-align: left; 
	margin: 90px 0 0 0;
	padding: 50px 0 140px 0;
}

#key { 
	width: 28px;
	height: 14px;
	margin: 0;
	text-indent: -9999em;
	background: url("../_img/key.gif") left top no-repeat;
}

#stars { 
	width: 77px;
	height: 9px;
	margin: 5px 0 0 0;
	text-indent: -9999em;
	background: url("../_img/stars.gif") left top no-repeat;
}

#copy {
	line-height: 1.6em;
	padding: 14px 0 10px 0;
}

#valid {
	float: right;
}
