
		body{
			background-image: url(images/bg_frame.gif);
			background-color: #000000;
			background-position: top left;
		
			font-family: "Times New Roman", Times, serif;
			font-size: small;
			color: #B01717;
			margin: 0px 20px 20px 50px;
			
			scrollbar-3dlight-color:#270303;
		   scrollbar-arrow-color:#9B2623;
		   scrollbar-base-color:#9B2623;
		   scrollbar-darkshadow-color:#270303;
		   scrollbar-face-color:#270303;
		   scrollbar-highlight-color:#270303;
		   scrollbar-shadow-color:#270303;
		}

		html {
			overflow-x: hidden;
			
			scrollbar-3dlight-color:#270303;
		   scrollbar-arrow-color:#A52D08;
		   scrollbar-base-color:#A52D08;
		   scrollbar-darkshadow-color:#270303;
		   scrollbar-face-color:#270303;
		   scrollbar-highlight-color:#270303;
		   scrollbar-shadow-color:#A52D08;
		}

		a{
			font-family: "Times New Roman", Times, serif;
			font-size: small;
			color: #9D1616;
		}
		
		a:hover{
			font-family: "Times New Roman", Times, serif;
			font-size: small;
			color: #979797;
		}
		
		.titleImage{ 
			margin: 5px 0px 0px -40px;
		}	
	
		.header{
			font-size: small;
			font-weight: bold;
			border-bottom: 1px solid #979797;
			margin: 0px 0px 3px 0px;
			color: #979797;
		}
	
		.content{
			margin: 0px 0px 0px 20px;
		}
		
		.pics{
			border: 1px solid #FFC78B;
			padding: 1px;
		}
