/* Backgrounds ETC */
body {
	background-color: #000000;
	
}

.main {
	background-color: #000000;
	background-image: url(bg1a-700-inner-new1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 570px;
	width: 760px;
	margin: auto;
}

.style1 {
	
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	float: right;
	
}
.style2 {
	color: #ffcc00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
	width: 250px;
	float: right;
}

.style3 {
	color: #003399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffcc00;
	width: 250px;
	float: right;
}


/* Divs and classes for Content */


.divider {
	clear:both;
	height: 2px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #CEA572;
}

#hdr {
	float: left;
	width: 740px;
	height: 40px;
	padding-top: 1px;
	margin-left: 0px;
	/*margin-right: 25px;*/
	padding-left: 150px;	/*font: 12px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #CEA572;*/
}

#link2 {
	width: 740px;
	margin: auto;
	
}

#footer1 {
	width: 600px;
	margin: auto;
	color: #C02221;
	text-decoration: none;
	font: 11px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	
}

.footer1 p 	{
	color: #C02221;
	text-decoration: none;
	
	
		}
		
#footer1 a {
	color: #C02221;
	text-decoration: none;
	
}

#footer1 a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}	

#link1 {
	
	margin: 0px 0px 5px 0px;
	
}

#hdr1 {
	
	float: right;
	width: 200px;
	height: 15px;
	padding-top: 0px;
	
	/*margin-left: 0px;*/
	/*margin-right: 25px;*/
	padding-right: 0px;	/*font: 12px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #CEA572;*/
}

#maincontent {
	float: left;
	width: 350px;
	height: 400px;
	padding-top: 24px;
	padding-left: 305px;
	/*margin-right: 25px;*/
	padding-right: 0px;	/*font: 12px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #CEA572;*/
}





img {
	border-style: none;
	margin: 0px;
}



/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			400px;
		width:			305px;
		margin: 			0px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			10px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			300px; 
		height:			300px; 
		clip:			rect(0 200 467 0); 
		overflow:			auto; 
		border-top:		2px solid #000000;
		border-left:		2px solid #000000;
		border-right:		2px solid #686262;
		border-bottom:		2px solid #686262;
		/*background:		#D9D9B0;*/
		
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			300px;
		font: 12px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #000000;
	font-weight: bold; 
		}
.scrollContent p 	{
		margin:			0px 0px 0px 5px;
		}

.scrollContent img{
	border-style: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.scrollContent h4 {
	color: #993333;
	text-decoration: none;
	font: 14px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	padding-left: 5px;
	margin-top:3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.scrollContent h6 {
	color: #993333;
	text-decoration: none;
	font: 14px/1.3em "Lucida Grande", Arial, Verdana, sans-serif;
	padding-left: 5px;
	margin-top:3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.scrollContent a {
	color: #669966;
	text-decoration: none;
	font-style: italic;
}

.scrollContent a:hover {
	color: #789254;
	text-decoration: underline;
}	
