/* CSS Document */
/*to increase the body size, you must increase #mandys_mudroom_body height, and #mandy_body_main height,  */
#mandys_mudroom_body {
	padding-top:25px;
	margin:auto;
	width: 799px;
	height: auto;/*increase this to increase body height. original: 529 3282*/
	position:relative;
	background-image:url(images/body_background.gif);
	background-repeat:repeat-y;
}
#mandy_body_topbackground {
	margin-top:0px;/*was 25px*/
	margin-left: 27px;
	width:742px;
	height: 8px;
	position:relative;
	background-image:url(images/mandy_body_topback.gif);
}
#mandy_body_main {
	margin-top:0px;/*was 33px*/
	margin-left: 27px;
	width: 742px;
	height: auto;/*you must increase this value also to increase body height. original: 496 3249*/
	position:relative;/*was absolute*/
	background-image:url(images/body_main_background.gif);
	background-repeat:repeat-y;
	z-index:0;
}
/*the following tags are for the main content of each page, and are embeded into body main*/
#mandy_body_content {
	padding-top:13px;/*was 13px*/
	padding-left:217px;
	/*margin-top: 13px;
	margin-left: 217px;*/
	width: 492px;
	/*height: 3237px;this is the main content container, increase this to allow for more content. original: 464*/
	position:relative;/*was absolute*/
}
/*the following tags are for navigation and are embeded in body main*/
#mandy_links_mydog {
	margin-top: 16px;
	margin-left: 31px;
	width: 200px;
	height: 96px;
	position:absolute;
	z-index:5;
}
#mandy_links_allspiffed {
	margin-top: 112px;
	margin-left: 31px;
	width: 200px;
	height: 91px;
	position:absolute;
	z-index:5;
}
#mandy_links_bestpals {
	margin-top: 203px;
	margin-left: 31px;
	width: 200px;
	height: 92px;
	position:absolute;
	z-index:5;
}
#mandy_links_tails {
	margin-top: 295px;
	margin-left: 31px;
	width: 200px;
	height: 91px;
	position:absolute;
	z-index:5;
}
#mandy_links_bonetopick {
	margin-top: 386px;
	margin-left: 31px;
	width: 200px;
	height: 91px;
	position:absolute;
	z-index:5;
}
#mandy_links_fetching_finds {
	margin-top: 477px;
	margin-left: 31px;
	width: 200px;
	height: 91px;
	position:absolute;
	z-index:5;
}
#mandy_links_bottom {
	margin-top: 568px;
	margin-left: 31px;
	width: 200px;
	height: 17px;
	position:absolute;
	z-index:5;
	background-image:url(images/mandy_links_bottom.jpg);
}
