@import url(nav.php);

body {
	background: #EAEDE6;
	margin: 0;
	padding:0;
	font-size: 62.5%;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, sans-serif;
	color: #444543;
}

h1 {
	margin: 0;
	padding: 10px 16px;
	font-size: 1.6em;
	color: #605773;
}

p {
	margin: 0;
	padding: 4px 16px;
	font-size: 1.2em;
	line-height: 1.3;
}

a { color: #605773; text-decoration: underline; font-weight: bold; }
a:visited { color: #605773; font-weight: bold;}
a:hover { color: #788965; text-decoration: underline; font-weight: bold;}
a:visited:hover { color: #788965; text-decoration: underline; font-weight: bold;}
a:active { color:#788965; text-decoration: underline; font-weight: bold; }

ul li { font-size: 1.3em; }

div#background {
	position: absolute;
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	background: url(../img/layout/bodyIndex.png) 0 0 repeat-x;
}

div#container {
	position: relative;
	width: 770px;
	margin: 0;
	padding: 0;
}

div#header {
	position: relative;
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	background: url(../img/layout/headerIndex.png) 0 0 no-repeat;
}

div#content {
	position: relative;
	z-index: 1px;
	width: 770px;
	height: 397px;
	background: url(../img/layout/index2.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

div#flash {
	position: absolute;
	float: left;
	width: 400px;
	height: 396px;
	top: 1px;
	left: 57px;
	z-index: 0;
}


a#petportal{
	background:  url(../img/layout/pet_portal.png) top left no-repeat;
	position: absolute;
	display:block;
	top: 22px;
	left: 660px;
	width: 110px;
	height: 24px;
	padding: 0;
	}
	
a#aaha{
	background:  url(../img/layout/aaha.png) top left no-repeat;
	position: absolute;
	display:block;
	top: 9px;
	left: 600px;
	width: 53px;
	height: 51px;
	padding: 0;
	}

div#footer {
	position: relative;
	width: 770px;
	height: 63px;
	margin: 0;
	padding: 0;
	background: url(../img/layout/footerIndex.png) 0 0 no-repeat;
}



