
	BODY {
		background-image:	url(images/background.jpg);
		background-color:	FFFFFF;
		
		background-repeat:	repeat-x;
		background-attachment: fixed;
	}

	TABLE { border-collapse:	collapse; }

	
	
	/* ################# */
	/* NAVIGATION STYLES */
	/* ################# */

	#botchNavImg  { margin-bottom: 	10px; }
	#botchNavName { margin-left:	10px; }
	
	UL.navList {
		margin-top:		0px;
		margin-left:	10px;
		padding-left:	0px;
		list-style:		none;
		z-index:		10;
		cursor:			default;
		width:			100px;
		position:		relative;
	}
	
	UL.navList LI {
		background-color:	#056FA6;
		padding:			3px 4px 2px 5px;
		border: 			1px solid #ffffff;
		font-size:			12px;
		font-weight:		bold;
		text-transform:		none;
		white-space:		normal;
	}
	
	UL.navList LI UL {
		visibility:			hidden;
		position: 			absolute;
		left:				75px;
	}

	UL.navList LI UL LI  {
		width:				100px;
		overflow:			visible;
	}
	
	UL.navList A {
		color:				WHITE;
		text-decoration:	none;
		cursor:				inherit;
	}
	
	UL.navList A:hover {
		text-decoration:	none;
	}

	IFRAME#postCalendar {
		margin-left:		10px;
		margin-bottom:		15px;
	}
	
	DIV#divMore {
		font-size:			11px;
		margin-top:			30px;
	}
	
	
	