body {
					background: url(../images/bg.png) repeat-x #CCC;
					text-align:center;
					margin:0;
					font: 100% Arial, Helvetica, sans-serif;
	
}
#header{
					border-bottom: 1px solid #000;
					width:100%;
					margin: 0px;
					background: url(images/header_bg.png) repeat-x #000;
}
#header h1{ 
					background: transparent url(../images/header.png) no-repeat top left; 
					margin: 0px auto 0px auto; 
					width: 791px; 
					height: 144px; 
					border:1px solid #000;
}
#header h1 span{
					display:none
}
#menutainer {
					border-bottom: 1px solid #000;
					margin: 0px;
					background: url(../images/menu_bg.png) repeat-x bottom #CCC;
					font-size: 14px;
    				font-weight: bold;  
					color: #EEE;     
}
#menu{					
					width:964px;
					display:block;
		  			margin: 0px auto;
					height:12px;
}
#menu ul { 
					margin:0px;
					padding: 0;
          			text-align: left;
					display:none;
					
}
#menu ul li {
					border-right: 1px solid #000000;
              		list-style-type: none;
             		margin: 0px;
					padding-right: 15px;
					padding-left: 15px;
             		float: left;
             		position: relative;
}
#menu ul li:first-child {
					border-left: 1px solid #000000;
					margin-left: 0px;
}
#menu:after{
					content: "."; 
    				display: block; 
    				height: 0; 
    				clear: both; 
				    visibility: hidden;
}
#menu ul li a {
					color:white;
}
#container {
					border-left: 1px solid #000;
					border-right: 1px solid #000;
					border-bottom: 1px solid #000;
					width:962px;
					position:relative;
					margin: 0px auto;
					background: #fff;
}
#container:after{
					content: "."; 
    				display: block; 
    				height: 0; 
    				clear: both; 
				    visibility: hidden;
}
.leftcol{
					width:155px;
					float:left;	
}
.midcol{
					width: 468px;
					border-right:1px solid #CCC;
					border-left:1px solid #CCC;
					float:left;
}
.midcol img{		
					border:none;	
}
.rightcol{
					
}
#footer {
					width:964px;
					position:relative;
					margin: 0px auto;
					text-align:left;
					font-size:.7em;
}
