#mastercontainer{
	background: #ffffff url("img/shadow910.gif") repeat-y top center;
}

#container{
	width:910px;
	background-image:url("img/tj.jpg");
	margin:0px auto;
}
#header{
	width:910px;
	background-color:#ffffff;
	height:100px;
	background-image:url('./img/bg_header.jpg');
	text-align:left;

}
#header h1{
	font-size:10px;
	color:#555555;
	text-align:right;
}



#logo{
	float:left;
	padding-left:25px;
	width:400px;
}


#hp{
	width:400px;
	text-align:right;
	float:right;
	padding-top:15px;
}



#footer{
	width:910px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:80%;
	background-color:#cccccc;
	text-align:center;
	border-top: solid 2px #aaa;
}
#footer p{

}
#footermenu{
	text-align: center;
}

#footermenu ul li{
	width:10em;
	display: inline;
	margin: 0px 20px 0px 20px;
}
#footermenu ul li a{
	text-decoration: none;
	color: #740;
}

#wrapper{
	width:910px;
	clear:both;
	margin: 0px 0px 20px 0px;
}

#menu{
	width:150px;
	float:left;
	background-color:#ffffff;
}

#content{
	width:750px;
	text-align:center;

	margin-left: 150px;
}


/* clearFix*/
.clrFix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clrFix{
  overflow:hidden;
}
/*\*/
* html .clrFix{
  zoom:1;/* for hasLayout */
  overflow:visible;
}
/**/



