<!--
/* Babalong Style Sheet */

	BODY {
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
		background: black;
	}
	
	#mainContent {
		padding-top: 5px;
		padding-bottom: 5px;
		color: white;
		font: normal 12px verdana, sans-serif;
		text-align: justify;
		vertical-align: top;
	}

	#mainContent a:link, #mainContent a:visited {
		color: red;		
		text-decoration: none;
	}

	#mainContent a:active, #mainContent a:hover {
		color: yellow;		
		text-decoration: none;
	}

	#mainContent a.subtle:link, #mainContent a.subtle:visited {
		color: white;
		text-decoration: none;		
		font-style: italic;
	}

	#mainContent a.subtle:active, #mainContent a.subtle:hover {
		color: yellow;		
		text-decoration: none;		
		font-style: italic;
	}
	#mainContent h1 {
		font: bold 18px verdana, sans-serif;		
		text-align: center;
		display: block;
	}

	#mainContent h2 {
		font: bold 16px verdana, sans-serif;		
		display: block;
	}

	#mainContent img {
		margin: 5px;
	}
	
	#leftSideBar {
		background: url(images/pageGraphics/sidebarBackgroundTile.gif) repeat;
		color: black;
		font: normal 12px verdana, sans-serif;
		text-align: left;
		vertical-align: top;
	}

	#rightSideBar {
		background: url(images/pageGraphics/sidebarBackgroundTile.gif) repeat;
		color: black;
		font: normal 12px verdana, sans-serif;
		text-align: left;
		vertical-align: top;
	}

	a.navBar:link, a.navBar:visited {
		color: #993333;
		font: bold 11px verdana, sans-serif; 
		background-color: transparent;
		text-decoration: none;
		display: block;
	}

	a.navBar:active, a.navBar:hover {
		color: #993333;
		font: bold 11px verdana, sans-serif; 
		background-color: #FFFF99;
		text-decoration: none;
	}
	
	div.navBar {
		border-top: #CC9933 1px solid;
		padding-left: 2px;
		padding-right: 2px;
	}

	a.sidebar:link, a.sidebar:visited {
		color: #993333;
		font: bold 11px verdana, sans-serif; 
		background-color: transparent;
		text-decoration: underline;
	}

	a.sidebar:active, a.sidebar:hover {
		color: #FF0000;
		font: bold 11px verdana, sans-serif; 
		background-color: transparent;
		text-decoration: underline;
	}

	div.typewriterEntry {
		display: inline;
		margin: 5px;
	}	

	div.thumbnail {
		display: inline;
		margin: 5px;
		text-align: center;
	}	

	div.emailEntry {
		display: block;
		padding: 10 0 10 0;
		font: normal 12px courier, monospace;
		width: 100%;
		border-bottom: 2px dashed #CC9933;
		text-align: left;
	}
	
	div.goldLine {
		display: block;
		width: 100%;
		border-bottom: 1px solid #CC9933;
		font-size: normal 1px;
		line-height: 1px;
	}

	div.pressText {
		font: normal 12px courier,monospace;
		text-align: justify;
	}
	
	div.pressTitle {
		font: bold 16px arial, sans-serif;
	}
			
-->
