/*--wrap--*/

#wrap{
	background:url(../images/common/coontent_bg.gif) left repeat-y;
	width:792px;
	}




/*--header--*/

#header{
	width:790px;
	height:91px;
	}

#hdrLogo{
	width:276px;
	height:91px;
	background:url(../images/common/header_logo.jpg) top left no-repeat;
	float:left;
}

#hdrRight{
	width:514px;
	height:91px;
	background:url(../images/common/header_bg01.jpg) right top no-repeat;
	float:right;
}

#hdrRight #hdrRight02{
	width:514px;
	height:59px;
}

#hdrRight #hdrLogin{
	width:505px;
	/*height:30px;*/
}

#hdrRight #hdrLink{
	width:505px;
	/*height:29px;*/
}

#hdrRight #naviBar{
	background:url(../images/common/nav_bg.jpg) repeat-x;
	width:514px;
	height:32px;
}

/*--google--*/

#search{
	width:790px;
	height:60px;
	background:#ffffff url(../images/common/search_bg.jpg) top repeat-x;
	border-bottom:#DBDFE9 solid 1px;
}

#search #googleForm{
	width:40%;
	height:100%;
	float:left;
}

#search #searchWords{
	width:55%;
	height:100%;
	float:right;
	vertical-align:middle;
	}
/*--content--*/

#contentWrap{
	width:790px;
	background:url(../images/common/content_bg_middle.gif) left repeat-y;
	}

#content{
	width:100%;
	background:url(../images/common/content_bg_btm.gif) bottom no-repeat;
	padding-bottom:9px;
	}
	
#content #cntLeft{
	width:601px;
	float:left;
}	
	
#content #cntRight{
	width:184px;
	float:right;
}	
	
/*--footer--*/	
	
#footer{
	width:790px;
	background:#EDEDED url(../images/common/ftr_bg.gif) top repeat-x;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	