/* Header */
.header_inn {
	width: 910px;
}

/* Menu */
#menu {
	width:910px;
}
#menu > ul {
	width:910px;
}
#menu > ul > li {
	width:181px;
	height:40px;
}
#menu > ul > li > a {
	width:181px;
	height:20px;
}

/* page */
#content_box .page{
	width:910px;
}

/* Photo */
#photo {
	width:910px;
	height:250px;
}
#img {
	width:910px;
	height:250px;
}

/* Slide */
.box_skitter_large {
	width: 910px !IMPORTANT;
	height:250px !IMPORTANT;
}
.container_skitter {
	width: 910px !IMPORTANT;
	height:250px !IMPORTANT;
}
.image_main {
	max-width: 910px !IMPORTANT;
	display:inline !IMPORTANT;
}
.box_clone img {
	max-width: 910px !IMPORTANT;
}

/* content */
#content{
	width:640px;
}
#content_nosidebar{
	width:890px;
}
/* Sidebar */
.sidemenu li{
	padding   :0;
}

/*border*/
#border {
	width:890px;
	background:url(../img/border.png) 25px 10px no-repeat;
}

/*footer*/
#footer{
	margin:0 auto;
	padding:10px 0;
	width:890px;
	text-align:left;
	clear:both;
}
.footer_inn{
	padding: 0 10px;
}

/* Table */
.table_100{
	max-width: 500px;
}
.table_maxnone{
	max-width: none;
}

