body.red #container {
	background: transparent url(bg.jpg) top left repeat-y;
}

	body.red #container .top {
		background: transparent url(top.gif) top left no-repeat;
	}
	
		body.red #left #ribbon {
			background: transparent url(nav.gif) top left repeat-y;
		}
			
			body.red #left #ribbon a:hover {text-decoration: underline;}
			
				body.red #container #ribbon p.ftr {
					background: transparent url(navftr.gif) bottom left no-repeat;
				}
				
			body.red #right #rleft a:active, body.red #right #rleft a:visited, body.red #right #rleft a:link {color: #DA6867; text-decoration: none;}
			body.red #right #rleft a:hover {text-decoration: underline; color: #CB1616;}
			
			body.red #right #rleft h2 {
				background: transparent url(h2bg.png) center left no-repeat;
				color: #CA1616;
			}
			
				body.red #right #content h2.title a:active,  body.red #right #content h2.title a:visited, body.red #right #content h2.title a:link {color: #E01515;}
				body.red #right #content h2.title a:hover {text-decoration: underline; color: #555;}
				
				body.red h2 {
					color: #555;
				}
				
				body.red h3 {
					color: #ED5959;
				}
				
				body.red h4 {
					color: #E62B2B;
				}
	
	body.red #container #footer {
		background: transparent url(ftr.gif) bottom center no-repeat;
	}
	
	body.red a:active, body.red a:visited, body.red a:link {color: #777;}
	body.red a:hover {color: #E61717;}