/********************
	General Styles
*********************/
body 		{background: #FFFFFF;}

#flashbar	{
 			position: absolute;
			left: 0px;
			top: 88px;	
			height: 222px;
			width: 100%;
			background-image: url('flashbar.jpg');
			background-repeat: repeat-x;
			z-index: -1;
			}
			
#bottomnav	{
			height: 190px;
			width: 700px;
			z-index: 1;
			}
			
#maintop	{
			height: 96px;
			width: 700px;
			z-index: 1;
			}

#mainbar	{
 			position: relative;	
			height: 100%;
			width: 700px;
			background-image: url('mainbar.jpg');
			background-repeat: repeat-y;
			z-index: 4;
			}
	
#mainbody 	{
		 	position: relative;
			z-index: 3;
			}

#oddpic		{
			position: relative;
			top: 286px;
			left: -260px;
			z-index: 9;
			}