body {
	margin: 0;
	padding: 0;
	background: #b8b98e url(../img/layout/inside/body.png) 0 0 repeat-x;
	font-family: Arial, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1 {
	font-size: 2.2em;
	color: #96875f;
	padding: 20px 12px;
	margin: 0;
	background: url(../img/layout/inside/h1_border.png) left bottom no-repeat;
}
h1 span { display: block; font-size: 13px; }

h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 6px 12px;
}

p {
	font-size: 1.4em;
	margin: 0;
	padding: 0 6px 4px 6px;
	line-height: 1.7;
}

a { 
	font-weight:bold;
	color: #997766;
}

a:hover {
	color: #b49b8e;
}

a#pet_portal {
position: absolute;
background: url(../img/layout/pet_portal.png) 0 0 no-repeat;
top: 370px;
left: 480px;
width: 165px;
height: 35px;
z-index:10;
}

	
li { font-size: 1.3em; }
table td {font-size: 12px;}

div#wrapper {
	position: relative;
	width: 779px;
	background: #fff url(../img/layout/inside/wrapper.png) 0 0 repeat-y;
	margin: 0 auto;
	text-align: left;
}

div#header {
	position: relative;
	width: 779px;
	height: 68px;
	top: 0;
	left: 0;
	background: #ffc url(../img/layout/inside/body.png) 0 0 repeat-x;
}

ul#nav {
	position: absolute;
	top: 45px;
	margin: 0;
	padding: 0;
}

ul#nav, ul#nav ul {list-style: none;}

ul#nav li {
	position: absolute;
	width: 77px;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	display: block;
	height: 35px;
}

ul#nav li#nav0 { left: 0px }
ul#nav li#nav0 a#link0 { background: url(../img/layout/inside/nav/0.png) 0 0 no-repeat; width: 77px; }
ul#nav li#nav1 { left: 77px }
ul#nav li#nav1 a#link1 { background: url(../img/layout/inside/nav/1.png) 0 0 no-repeat; width: 76px; }
ul#nav li#nav2 { left: 153px }
ul#nav li#nav2 a#link2 { background: url(../img/layout/inside/nav/2.png) 0 0 no-repeat; width: 77px; }
ul#nav li#nav3 { left: 550px }
ul#nav li#nav3 a#link3 { background: url(../img/layout/inside/nav/3.png) 0 0 no-repeat; width: 75px; }
ul#nav li#nav4 { left: 625px }
ul#nav li#nav4 a#link4 { background: url(../img/layout/inside/nav/4.png) 0 0 no-repeat; width: 76px; }
ul#nav li#nav5 { left: 701px }
ul#nav li#nav5 a#link5 { background: url(../img/layout/inside/nav/5.png) 0 0 no-repeat; width: 78px; }

ul#nav li ul {
	position:relative;
	z-index: 9999;
	margin: 0;
	padding: 0;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { left: auto; position: static; }

ul#nav li ul li {
	position:relative;
	margin-left: 1px;
	width: 10em;
	background: #fff;
	height: 2.4em;
	line-height: 2.4;
	font-size: 12px;
}

ul#nav li ul li a {
	border: 1px solid #000;
	display: block;
	height: 2.4em;
	text-decoration: none;
	background: #7c5a49;
	color: #fff;
	padding: 0 6px;
}

ul#nav li ul li a:hover {
	background: #beb8ae;
	color: #000;
}

ul#nav li.middle ul li a {
	background: #96875f;
	color: #fff;
}

ul#nav li.middle ul li a:hover {
	background: #d6d6bd;
	color: #000;
}


div#logo {
	position: absolute;
	width: 320px;
	height: 78px;
	top: 12px;
	left: 230px;
	background: url(../img/layout/inside/logo.png) 0 0 no-repeat;
}

div#content {
	position: relative;
	width: 775px;
	height: 373px;
	overflow: hidden;
	margin: 12px 2px 0 2px;
}

div#left_column {
	position: absolute;
	width: 422px;
	height: 411px;
	left: 0;
	top: -38px;
	background: url(../img/layout/index/index.jpg) 0 0 no-repeat;
}

div#right_column {
	position: absolute;
	width: 290px;
	height: 300px;
	top: 35px;
	left: 470px;
}

div#footer {
	width: 779px;
	height: 37px;
	background: url(../img/layout/inside/footer.png) 0 0 no-repeat;
}


.fr {
	float: right;
	margin: 0 0 5px 25px;
}

p#copyright { font-size: 1.2em; padding: 12px; }


