@import "common.css";

#menu ul {
	width: 140px;	 
	padding: 10px 30px 0 50px;
	_width: 167px;
	_padding: 10px 25px 0 0;
	_margin-left: 50px;
}
#menu li {
	font-size: 14px;
	padding: 1px;
	list-style: none;
	text-align: right;
   letter-spacing: 1px;
	padding-right: 15px;
   font-weight: bold;
}
#menu li a {
	color: #9a540e;
	display: block;
	border-bottom: 1px dashed #cf802d;	
	padding-bottom: 3px;
}
#menu li a:hover {
	color: white;
	text-decoration: none;
}
#menu li.active a {
	color: white;
}
#menu li.active {
	background: url(images/arrow.gif) no-repeat;	
	background-position: 130px 7px;
}
#menu li.last a {
	border-bottom: none;		
}

#menu .left {
   float: left;
}

.menu-left {
   width: 180px;
	padding: 15px;
	font-size: 9pt;	
	font-weight: bold;
	color: #452727;
   line-height: 18px;
	background: url(images/gradient.gif) repeat-y;	
}
.menu-left p {
   margin: 0;
	padding: 0;
}

.menu-left ul li {
	list-style: none;
}
.menu-left li.active a {
	color: #816969;
}
.menu-left-bottom {
   width: 180px;
	height: 27px;
	background: url(images/gradient_btm.gif) no-repeat;	
}


/* Layout */

#page {
	width: 100%;
	height: 100%;	
   text-align : center;
   background : url(images/menu_stripe.gif) repeat-x;
	background-position: 0 96px;
   margin : 0 auto;
}
#middle {
	width: 830px; 
   background: url(images/menu_right.gif) no-repeat;	
	background-position: 788px 96px;
   margin : 0 auto;
}
#header {
	height: 96px;
   padding-left: 220px;
	font-weight: normal;
	font-size: 8pt;
   color: #791100;
	background: url(images/logo_midiboard.gif) no-repeat;
}
#header p {
	margin: 0;
	padding: 30px 0 0 0;
}
#menu {
	height: 270px;
	background: url(images/menu_background.gif) no-repeat;	  
}
#content {
	padding: 20px 55px 20px 0;
	min-height: 300px;
}
#content .left {
   width: 180px;
	float: left;
}
#content .right {
   margin-left: 220px;
	_float: right;
	_padding-left: 40px;
	_margin-left: 0;
}
#footer {
	padding: 20px 0;
   color: #e1dbdb;		
	font-weight: normal;
	font-size: 8pt;
	text-align: center;
	background-color: white;	
}

.cleaner {
	clear: both;
}

body {
   background : #e1dbdb url(images/logo_stripe.gif) repeat-x;
}

div, ul, li {
   margin: 0;
   padding : 0;   
   text-align: left;     
}

html, body {
   margin: 0;
   padding : 0;   
   text-align: center;
}