html						{	height: 100%;
								margin: 0;	
								padding: 0; } 
	
body 						{ 	height: 100%;
								margin: 0;	
								padding: 0; 
								background-image: url(../images/background/bg_tile.gif); background-repeat: repeat-y; background-attachment: fixed; background-position:center;
								background-color: #352814;
								font-size: 11px;
								line-height: 13px; 
								font-family: Georgia;
								color: #cccccc;  } 			

td							{	font-size: 11px;
								line-height: 13px; 		
								font-family: Georgia;
								color: #cccccc;  } 			

form 						{	margin: 0px;}			
hr	 						{	margin: 0px; padding:0;}																		

.container					{	height:100%; }

.slide 						{ 	position: absolute; }

.bg_header					{ 	background-image: url(../images/background/bg_header.gif); background-repeat: no-repeat; background-attachment: scroll; background-position:center top; }
.bg_splash					{ 	background-image: url(../images/background/bg_splash.gif); background-repeat: no-repeat; background-attachment: scroll; background-color: }
.bg_container				{	background-image: url(../images/background/bg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position:center top; background-color: #101010;
								height: 100%; }

.photo_border				{	border: 1px solid #d3a14e; }
.photo_border_history		{	border: 1px solid #d3a14e; margin-left: 50px; margin-bottom: 25px; }
.thumbnail_border			{	border: 1px solid white; }


.small						{	font-size: 10px; line-height: 12px; }
.smedium					{	font-size: 11px; line-height: 13px; }
.medium						{	font-size: 12px; line-height: 14px; }
.large						{	font-size: 13px; line-height: 15px; }		
.xlarge						{	font-size: 14px; line-height: 16px; }

.small_red					{	font-size: 10px; line-height: 12px; color: #d72727; }
.smedium_red				{	font-size: 11px; line-height: 13px; color: #d72727; }
.medium_red					{	font-size: 12px; line-height: 14px; color: #d72727; }
.large_red					{	font-size: 13px; line-height: 15px; color: #d72727; }
.xlarge_red					{	font-size: 14px; line-height: 16px; color: #d72727; }

.small_gold					{	font-size: 10px; line-height: 12px; color: #d3a14e; }
.smedium_gold				{	font-size: 11px; line-height: 13px; color: #d3a14e; }
.medium_gold				{	font-size: 12px; line-height: 14px; color: #d3a14e; }
.large_gold					{	font-size: 13px; line-height: 15px; color: #d3a14e; }		
.xlarge_gold				{	font-size: 14px; line-height: 16px; color: #d3a14e; }		

.small_gray					{	font-size: 10px; line-height: 12px; color: #808080; }
.smedium_gray				{	font-size: 11px; line-height: 13px; color: #808080; }
.medium_gray				{	font-size: 12px; line-height: 14px; color: #808080; }
.large_gray					{	font-size: 13px; line-height: 15px; color: #808080; }
.xlarge_gray				{	font-size: 14px; line-height: 16px; color: #808080; }

.red						{	color: #d72727; }
.gold						{	color: #d3a14e; }
.gray						{	color: #808080; }
.light_gray					{	color: #cccccc; }
.white						{	color: white; }

.mini_dropdown				{	font-size: 9px;}


a:link 						{ 	color: #d72727; text-decoration: none; }		
a:visited 					{ 	color: #d72727; text-decoration: none; }
a:hover 					{ 	color: #d3a14e; text-decoration: none; }
a:active 					{ 	color: #d3a14e; text-decoration: none; }	