html					{	} 

body 					{ 	background-color: #191919;
							margin:0px;
							background-image: url(../images/side_slice.jpg); 
							background-repeat: repeat-x; 
							background-attachment: scroll;
							font-size: 11px;
							line-height: 13px; 
							font-family: 'Trebuchet MS'; 
							color: white;  } 

td						{	font-size: 11px;
							line-height: 13px; 
							font-family: 'Trebuchet MS'; 
							color: white;  } 

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

.content_bg				{ 	background-image: url(../images/content_bg.jpg); 
							background-repeat: no-repeat; 
							background-attachment: scroll;}
	
.content_header			{ font-size: 14px; }						
.content_subheader		{ font-size: 12px; 
						   line-height: 18px; }			
						   					
.photo_border			{ border:1px white solid; }

a:link 					{ color: gray; text-decoration: none; }
a:visited 				{ color: gray; text-decoration: none; }
a:hover 				{ color: white; text-decoration: none; }
a:active 				{ color: white; text-decoration: none; }
