body {
margin: 0;
background: #FFFFFF;
}
/* HOLDER */
#main_container {
	max-width: 1024px;
	min-width: 1024px;
	margin: 40px 0 0 17px;
}
/* HEADER */
#header_wrapper {
	padding-top: 45px;
	width: 457px;
	height: 628px;
	background: url(/images/body_imgs/background.png) top left no-repeat;
	float: left;
}
#header {
	text-indent: -9999px;
	height: 286px;
	width: 439px;
	margin-left: 17px;
	margin-bottom: 5px;
}
/* NAVIGATION */
#nav_wrapper {
	width: 328px;
	height: 283px;
	position: relative;
}
#nav {
	width: 328px;
	height: 283px;
	position: relative;
	margin: 0 0 0 14px;
	padding: 0;
	background: url(/images/body_imgs/nav.png) no-repeat;
}
#nav li {
	list-style: none;
}
#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 328px;
	height: 283px;
	background: url(/images/body_imgs/nav.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1%;
}
li#nav_illu a {
	padding-left: 85px;
	width: 250px;
	height: 68px;
	background-position: 0px 0px;
}
li#nav_pict a {
	top: 68px;
	width: 265px;
	height: 51px;
	background-position: 0px -68px;
}
li#nav_comic a {
	padding-left: 78px;
	top: 119px;
	width: 250px;
	height: 51px;
	background-position: 0px -119px;
}
li#nav_store a {
	padding-left: 34px;
	top: 170px;
	width: 124px;
	height: 63px;
	background-position: 0px -170px;
}
li#nav_blog a {
	padding-left: 231px;
	top: 233px;
	width: 97px;
	height: 58px;
	background-position: 0px -233px;
}
li#nav_illu a:hover {
	background-position: -328px 0px;
}
li#nav_pict a:hover {
	background-position: -328px -68px;
}
li#nav_comic a:hover {
	background-position: -328px -119px;
}
li#nav_store a:hover {
	background-position:  -328px -170px;
}
 li#nav_blog a:hover {
	background-position: -328px -233px;
}
/* BREADCRUMBS */
/* use for crumb css */
/*
#body_hom li#nav_hom a {
	background-position: 0 -56px;
}
#body_bio li#nav_bio a {
	background-position: -62px -56px;
}
#body_gal li#nav_gal a {
	background-position: -233px -56px;
}
#body_sto li#nav_sto a {
	background-position: -344px -56px;
} 
*/
/* CONTENT */
#crumbs {
	text-indent: -9999px;
}
#content_wrapper {
	padding-top: 99px;
	padding-left: 457px;
	padding-right: 35px;
	min-width: 510px;
}
#content {
	min-width: 435px;
	max-width: 750px;
	margin: 35px 0 35px 65px;
	position: relative;
	text-align: left;
	vertical-align: top;
}

#footer {
	clear: both;
	background: #b3d7c5;
	height: 200px;
}
