html, body { 
	margin: 0; 
	padding: 0;
}

body {
	font-family: Arial, Helvetica, San-Serif; 
	background: transparent; 
	width: 100%;
	text-align: center;
}

#background {
	position:fixed;
	height:100%;
	width:100%;	
	top:0;
	left:0;
	z-index: 0;
}

ul, li { 
	margin: 0; 
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative; 
	top: 0;
	width: 900px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	color: #FFF;
}	


	
#logo {
	position: absolute;
	top: 45px;
	margin: 0 0 0 71px;
	width: 115px;
	height: 85px;
}

#logo img {
	behavior: url(/css/iepngfix.htc);
}


#page_title {
	text-align: left;
	color: #fff;
	margin: 0 auto;
	width: 385px;
	behavior: url(/css/iepngfix.htc);
}

#page_title_large {
	text-align: left;
	color: #fff;
	margin: 10px 0 15px 0;
	width: 640px;
	behavior: url(/css/iepngfix.htc); 	
}

.subtitle {
	color: #c3cf21;
	font-weight: 500;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	line-height: 21px;
	font-style: italic;
	margin: 0 0 5px 0;
	
}

.caption {
	color: #f99014;
	font-style: italic;
	margin: 3px 0 8px 0;
	font-size:11px;
	line-height: 14px;
}

.caption a {
	color: #b6b2af;
}

#image {
	color: #fff;
	width: 900px;
	margin: 0 auto;
	position: relative;
	font-family: Arial, Verdana, San-Serif;
}

.content {
	background: transparent;
	padding: 12px; 
	position: absolute; 
	top: 40px; 
	left: 122px; 
	width: 650px; 
 	line-height: 18px;
 	font-size: 12px;
}

#description {
	color: #fff;
	margin: 0 0 0 10px;
}

#page_intro {
	position: absolute;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: 500;
	line-height: 21px;
	color: #d1b954;
	top: 100px;
	left: 287px;
	width: 320px;
}



.clear {
	clear: both; 
	height: 1px;
	line-height: 1px;
}

