#wrapper {
	background-image:url(../img/bg/page.gif); 	
}

#pagewidth{ 
 	width:944px;
 	text-align:left; 
	margin-left:auto;
 	margin-right:auto; 
} 
 
#header{
 	position:relative;
 	width:100%;
	z-index:100;
	margin-bottom:4px;
} 
 
#innerHeader1 {
	background-image:url(../img/bg/header.jpg);background-position:right;background-repeat:no-repeat;
	height:122px;
}

#innerHeader2 {
 	background-image:url(../img/bg/headerbottom.gif);background-position:bottom;background-repeat:repeat-x;
	margin-bottom:1px;
}

#leftcol {
 	width:174px;
 	float:left;
 	position:relative;
	background-color:rgb(230,250,245);
}

#twocols {
 	width:770px;
 	float:right;
 	position:relative;
}
 
#rightcol {
 	width:174px;
 	float:right;
 	position:relative;
	background-color:rgb(230,250,245);
}
 
#maincol {
 	float:left;
 	display:inline;
 	position:relative;
 	width:590px;
	margin:0px 3px 0px 3px;
	background-image:url(../img/pageTitle.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
 
#footer {
 	clear:both;
}

#txtFooter {
	margin:13px;
}

.clearfix:after {
 	content:".";
 	display:block;
	height:0;
 	clear:both;
 	visibility:hidden;
}
 
.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */  

@media print { 
	#leftcol {display:none;} 
	#rightcol {display:none;} 
	#twocols, #maincol {width:100%;float:none;}
}

#imgLogoNaju {
	margin:6px 13px 0px 68px;
	float:left;
}

#imgLogoSite {
	margin:20px 0px 0px 0px;
}