  body {
    text-align: center;
   	background-image:url(images/body.jpg);
    background-repeat:no-repeat;
    background-color:#FFDC4E;
    font-family:arial;
    font-size:14px;
  }
  
  #wrapper {
    width: 990px;
    text-align: left;
    margin: 0 auto;
  }
  #bgbox {
    background: url(images/bgbox.jpg) repeat-y;
    width: 990px;
  
    
  }
  
  #header {
    width: 990px;
    height:233px;

     background:url(images/header.jpg);
     background-repeat:no-repeat;
     background-color:#FFF;
  }
  
  #header h1{
  padding:0px;
  margin:0px;
  height:150px;
  }
  
  #left {
    width: 220px;
    min-width: 220px;
    float: left;
   
   

  }


#left ul {
	margin-left: 10px;
	padding: 0
}

#left ul li {
	width: 100%;
	display: block;
	list-style: none;
}

#left ul li a {
	font-family: Arial;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding-top: 9px;
	padding-bottom:5px;
	text-decoration: none;
	height:21px;
	padding-left:10px;
}

#left ul li a:hover {
	background: url(images/hover.jpg);
	background-repeat:no-repeat;
	display: block;
	color:#FFF;
	
}
  #middle {
     width: 750px;
    float: left;
    padding: 0 10px;
    background-color:#FFF;
    min-height:400px;
    margin-bottom:15px;
  
    
  }
  
  #middle img{
  margin:10px;
  }
  #footer {
    width: 990px;
    clear: both;
   padding-top:10px;
    min-height:25px;
        text-align:center;
    font-size:11px;
    color:#FFF;
  }
  
    #footer a:link, #footer a:visited{
  color:#FFF;
   font-weight: 		bold;
  text-decoration:none;
  }
  #footer a:hover{
  text-decoration:underline;
  }
  
   .ddmx {
   margin-left:10px;
   margin-bottom:10px;
    font-family: 		Arial;
	font-size:		 	14px;
	width: 				180px;
	 font-weight: 		bold;
	border-bottom:		1px solid #ffdc4d
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 			0px 0px 0px 0px;
     text-decoration: 	none;
    display: 			block;
    white-space: 		nowrap;
    position: 			relative;
    margin:				0 0 0px 0;
    color:				#000;
    height:            26px;
    padding-top:9px;
    padding-left:10px;
    
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color: 				black;
     font-weight: 		bold;
     background: url(images/hover.jpg);
	background-repeat:no-repeat;

	color:#FFF;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 			3px 8px 4px 8px;
    text-decoration: 	none;
    display: 			block;
    white-space: 		nowrap;
    position: 			relative;
    z-index: 			500;
    color:				black;
    background-color: 	white;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: 				#000;
}
.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 			3px 8px 4px 8px;
    text-decoration: 	none;
    display: 			block;
    white-space: 		nowrap;
    position: 			relative;
    z-index: 			500;
    color:				black;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    color: 				yellow;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;

}

.ddmx .sectionBottom {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;

}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

#menu1 h1{
	padding-bottom:15px;
	margin-bottom:5px;
	color:#FFF;
	border-bottom:1px solid #ffdc4d;
	font-size:20px;
	text-transform:uppercase;
}
  