body {
	background-image: url(images/bg_strip_micro.jpg);
	background-repeat: repeat-x;
	background-color: #242424;
}

/* Navigation Code ­­­­­­­­­­­­­­­­­­­­ */

#navBg {
	width: 190px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 50px;
	background: url (images/navigation.jpg) no-repeat;
	z-index:1;
}

#navlist{
	position:relative;
	margin:0;
	padding:0;
	top:195px;
	left:100px;
	z-index:3;
	width: 140px;
	height: 140px;
}

#navlist li {
	float:left;
	margin: 0; 
	padding: 0;

	display:inline;
}

#navlist a{
	float: left;
	margin: 0;
	padding:0;
	overflow: hidden;
	width: 140px;
	height: 35px; 
	text-align:center;
	list-style:none;
}
#navlist span{
display:none;
}

#menu1-home a {
	background:  url(images/nav_team.jpg) no-repeat 0 -35px;
}

#menu1-home a:hover {
	background:  url(images/nav_team.jpg) no-repeat 0 -275px;
}
	
#menu1-sake a {
	background:  url(images/nav_team.jpg) no-repeat 0 -70px;
}

#menu1-sake a:hover {
	background:  url(images/nav_team.jpg) no-repeat 0 -310px;
}

#menu1-menu a {
	background:  url(images/nav_team.jpg) no-repeat 0 -105px;
}

#menu1-menu a:hover {
	background:  url(images/nav_team.jpg) no-repeat 0 -345px;
}

#menu1-connect a {
	background:  url(images/nav_team.jpg) no-repeat 0 -140px;
}

#menu1-connect a:hover {
	background:  url(images/nav_team.jpg) no-repeat 0 -380px;
}
	
	
/* Mid Section - Body Code ­­­­­­­­­­­­­­­­­­­­ */

#midBox {
	width: 720px;
	position: absolute;
	top: 0px;
	margin:0 0 0 240px;
	z-index: 0;
	background-color: #000;
	padding:0	
	z-index:1;
}

#steelLeft {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -10px;
	background-image: url(images/steel_left_repeater.jpg);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	z-index:99;
}

#steelRight {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 710px;
	background-image: url(images/steel_right_repeater.jpg);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	z-index:99;
}

#steelCover {
	width: 10px;
	height: 330px;
	position: absolute;
	background-image: url(images/steel_cover_right.jpg);
	top: 0px;
	left: 720px;
	z-index: 199;
	margin:0;
	padding:0;
	//display:none;
}

#steelLeft img{
	display:none;
}
#steelRight img{
	display:none;
}
#steelCover img{
	display:none;
}

#midBoxLogo {
	width: 700px;
	height:150px;
	margin:0 0 0 10px;
	padding:0;
}

#midBoxChapter {
	width: 700px;
	height:200px;
	margin:0 0 0 10px;
	padding:0;
}

#midBoxContent {
	width: 700px;
	background-color: #000;
	margin:0 0 0 10px;
	padding:0;
}

#midBoxEnd {
	width: 700px;
	margin:0 0 0 10px;
	padding:0;
}

#midBoxShadow {
	width: 720px;
	position: relative;
	top: 600px;
	left: 300px;
}

/* Mid Section - Content Code ­­­­­­­­­­­­­­­­­­­­ */

h1 {
	font-family: 'Trebuchet MS', Helvetica; 
	font-size: 16pt;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 20px 0 20px 10px;
}

h2 {
	font-family: 'Trebuchet MS', Helvetica;
	font-size: 11pt;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

h3 {
	font-family: 'Trebuchet MS', Helvetica;
	font-size: 11pt;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 0 0px;
}

h4 {
	font-family: 'Trebuchet MS', Helvetica;
	font-size: 12pt;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	background-color: #660000;
	margin: 40px 0 20px 10px;
	width: 600px;
}

.bolder {
	font-family: 'Times New Roman', Times;
	font-size: 10pt;
	color: #FFFF00;
	text-indent: 40px;
	margin: 0px;
	font-style: oblique;
	font-weight: bold;
}

.noIndent {
	font-family: 'Times New Roman', Times;
	font-size: 11pt;
	color: #FFF;
	margin: 0;
	padding:0;
	width:680px;
}

.midCopy {
	font-family: 'Times New Roman', Times;
	font-size: 10pt;
	color: #FFF;
	text-indent: 40px;
	margin: 0px;
	padding:0;
}

.menuCopy {
	font-family: 'Times New Roman', Times;
	font-size: 10pt;
	color: #FFF;
	text-indent: 0px;
	margin: 0px;
	padding: 0 0 2px 0px;
}

p a:link { 
	color: #FFFF00;
	font-weight: normal;
	text-decoration: underline;
}

p a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
}

p a:visited { 
	color: #FFFF00;
	font-weight: normal;
	text-decoration: underline;
}

p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
}

#subMenuCol {
	width: 150px;
	float: left;
	padding:0 10px 0 0;
	margin: 15px 0 0 0;
	z-index: 6;
}

#subMenu {
	width:150px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: 'Trebuchet MS', 'Times New Roman', Times;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}

#subMenu li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 25px;
	margin:10px 0 0 5px;
}

#subMenu a {
	width:100%;
	height:100%;
	text-decoration: none;
	color: #FFFFFF;
}

#subMenu a:hover {	
	text-decoration: underline;
	color: #FFFFFF;
}

#vr {
	width: 1px;
	height: 300px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
	background-image: url(images/vr.jpg);
	background-repeat: repeat-y;
}
	
#contentCol {
	display:block;
	float: right;
	width: 460px;
	height:auto;
	z-index: 5;
	padding:0;
	margin:0 30px 0 0;
}

#contentCal {
	width: 510px;
	float: right;
	z-index: 6;
}

#footer {
	width: 400px;
	text-align: right;
	float: right;
	top: -30px;
}

#homeBlurb {
	width: 680px;
	margin:0 0 0 10px;
	padding:0;

}

#goodWidgets {
	position: relative;
	width: 600px;
	left: 0px;
}
