/* Body */

body {
	text-align: center;
	margin: 70px 0 70px 0;	
	background-image: url(bg.gif);
}

#container {
	_height: 330px;  			/* Underscore hack = IE only (used to simulate min-height property) */
	min-height: 330px;
	width: 100%;
	padding: 60px 0 10px 0;
	margin: 0;
	background-color: #FFFFFF;
	}
	
/* Main */
	
#main {
	position: relative;
	width: 770px;	
	margin: 0 auto;
	text-align: left;
	}
	
#menu {
	position: absolute;
	top: 0;
	left: 4px;
	width: 162px;
	}
	
#content {
	width: 540px;
	padding: 0 10px 0 30px;
	margin-left: 190px;	
	}
#content.fat {
	width: 580px;
	padding: 4px 0 0 0;
	}
	
	
/* Menu */

#menu img {
	padding-bottom: 24px;
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(menu.gif);
	}	
	
#menu ul li {
	height: 25px;
	width: 162px;
	margin: 0;
	padding: 0;
	}
	
#menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
  text-decoration: none;  	
	}

#item01 a:hover { background: transparent url(menu.gif) -162px 0 no-repeat; }
#item02 a:hover { background: transparent url(menu.gif) -162px -25px no-repeat; }
#item03 a:hover { background: transparent url(menu.gif) -162px -50px no-repeat; }  
#item04 a:hover	{ background: transparent url(menu.gif) -162px -75px no-repeat; } 
#item05 a:hover	{ background: transparent url(menu.gif) -162px -100px no-repeat; } 
#item06 a:hover	{ background: transparent url(menu.gif) -162px -125px no-repeat; } 

#item01.selected, #item01.selected a:hover { background: transparent url(menu.gif) -324px 0 no-repeat; }
#item02.selected, #item02.selected a:hover { background: transparent url(menu.gif) -324px -25px no-repeat; }
#item03.selected, #item03.selected a:hover { background: transparent url(menu.gif) -324px -50px no-repeat; }  
#item04.selected, #item04.selected a:hover { background: transparent url(menu.gif) -324px -75px no-repeat; } 
#item05.selected, #item05.selected a:hover { background: transparent url(menu.gif) -324px -100px no-repeat; } 
#item06.selected, #item06.selected a:hover { background: transparent url(menu.gif) -324px -125px no-repeat; } 

#footer.extrapadding {
	padding-top: 200px;
	}
