/*
Design by Renombre Cane Corso
*/

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #181b20;
	background:url(images/gray-background.jpg);
	overflow-y: scroll;
}

#bgtitle{
	width: 1000px;
	background: url(images/bg-img.jpg) no-repeat center top;
	margin: 0 auto 0 auto;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #2E9F13;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}


h4 {
	font-size: 2.0em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 125%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0157ae;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	width: 1000px;
	height: 193px;
	margin: 0 auto 0 auto;
}

#header {
	width: 1000px;
	height: 193px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 980px;
	height: 100px;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 54px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	text-align: center;
	text-transform: uppercase;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Tahoma, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

.fillbox1 {
	width: 1000px;
	height: 5px;
	margin: 0 auto;
	background:#000000;
}

.container1 {
	width: 980px;
	height: 48px;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border: 0px solid #000000;
	background:#FFFFFF url(images/menu-bar.jpg) repeat-x left top;
}


/* Menu */

#menu {
	width: 940px;
	height: 48px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	margin: 0px;
	padding: 14px 24px 3px 24px;
	line-height: 48px;
	letter-spacing: 0px;
	text-decoration: none;
	font: normal 14px Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu .active {
	background: #C13C19;
}

#menu a:hover {
	text-decoration: underline;
	background: #C13C19;
}

.container2 {
	width: 978px;
	margin: 0 auto 0 auto;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 17px;
	border: 1px solid #000000;
	background: #000000;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/pg-grad.jpg) repeat-x left bottom;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	margin: 0px;
	width: 918px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 10px;
}

.post .title {
	padding-top: 0px;
	letter-spacing: 0px;
	color:#000000;
}

.post .title a {
	color: #1A1A1A;
	border: none;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

.closeoutbar {
	width: 1000px;
	height: 6px;
	margin: 0 auto;
	background:#FFFFFF url(images/closeout-bar.jpg) repeat-x left top;
}

.container3 {
	width: 978px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	background: #000000;
}

/* Footer */

#footer {
	width: 980px;
	height: 55px;
	margin: 0px auto 0px auto;
	font-style: normal;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#footer p {
	margin: 0;
	padding-top: 12px;
	line-height: normal;
	text-align: center;
	color: #576475;
}

#footer a {
	color: #576475;
}

/* Images */


/* Welcome */

#in01{
	width: 806px;
	margin: 0 auto 0 auto;
	height: 406px;
	border: 3px solid #D9D3D3;
	background: url(images/in01.jpg) no-repeat center top;
}

#inblank1 {
	width: 47px;
	margin: 0 auto 0 auto;
	height: 412px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#incont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 412px;
}

#incont2 {
	width: 812px;
	margin: 0 auto 0 auto;
	height: 412px;
	float: left;
	box-sizing: border-box;
}

/* Welcome Slideshow */

.incontainer {
	position: relative;
	visibility: hidden;
}

.incontainer img {
   	position: absolute;
   	width: 806px;
    	height: 406px
}

@-webkit-keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 1;
    }
    16.5% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 1;
    }
    16.5% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 1;
    }
    16.5% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 1;
    }
    16.5% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes xfade {
    0% {
        opacity: 1;
    }
    12.5% {
        opacity: 1;
    }
    16.5% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.incontainer img:nth-child(8) {	
    	-webkit-animation: xfade 120s 0s infinite;
	-moz-animation: xfade 120s 0s infinite;
	-ms-transition: xfade 120s 0s infinite;
	-o-animation: xfade 120s 0s infinite;
    	animation: xfade 120s 0s infinite;
}

.incontainer img:nth-child(7) {	
    	-webkit-animation: xfade 120s 15s infinite;
	-moz-animation: xfade 120s 15s infinite;
	-ms-animation: xfade 120s 15s infinite;
	-o-animation: xfade 120s 15s infinite;
    	animation: xfade 120s 15s infinite;
}

.incontainer img:nth-child(6) {	
    	-webkit-animation: xfade 120s 30s infinite;
	-moz-animation: xfade 120s 30s infinite;
	-ms-animation: xfade 120s 30s infinite;
	-o-animation: xfade 120s 30s infinite;
    	animation: xfade 120s 30s infinite;
}

.incontainer img:nth-child(5) {	
    	-webkit-animation: xfade 120s 45s infinite;
	-moz-animation: xfade 120s 45s infinite;
	-ms-animation: xfade 120s 45s infinite;
	-o-animation: xfade 120s 45s infinite;
    	animation: xfade 120s 45s infinite;
}

.incontainer img:nth-child(4) {	
    	-webkit-animation: xfade 120s 60s infinite;
	-moz-animation: xfade 120s 60s infinite;
	-ms-animation: xfade 120s 60s infinite;
	-o-animation: xfade 120s 60s infinite;
    	animation: xfade 120s 60s infinite;
}

.incontainer img:nth-child(3) {	
    	-webkit-animation: xfade 120s 75s infinite;
	-moz-animation: xfade 120s 75s infinite;
	-ms-animation: xfade 120s 75s infinite;
	-o-animation: xfade 120s 75s infinite;
    	animation: xfade 120s 75s infinite;
}

.incontainer img:nth-child(2) {	
    	-webkit-animation: xfade 120s 90s infinite;
	-moz-animation: xfade 120s 90s infinite;
	-ms-animation: xfade 120s 90s infinite;
	-o-animation: xfade 120s 90s infinite;
    	animation: xfade 120s 90s infinite;
}

.incontainer img:nth-child(1) {	
    	-webkit-animation: xfade 120s 105s infinite;
	-moz-animation: xfade 120s 105s infinite;
	-ms-animation: xfade 120s 105s infinite;
	-o-animation: xfade 120s 105s infinite;
    	animation: xfade 120s 105s infinite;
}

/* Males */

#ma01{
	width: 300px;
	margin: -165px 475px;
	height: 300px;
	border: 3px solid #D9D3D3;
	background: url(images/ma01.jpg) no-repeat center top;
	float: left;
}

#ma01:hover{
	border: 3px solid #C13C19;
}

/* Apophis */

#ap01{
	width: 451px;
	margin: 0 auto 0 auto;
	height: 380px;
	border: 3px solid #D9D3D3;
	background: url(images/ap01.jpg) no-repeat center top;
	float: left;
}

#ap02{
	width: 616px;
	margin: 0 auto 0 auto;
	height: 616px;
	background: url(images/ap02.jpg) no-repeat center top;
}

#ap03{
	width: 770px;
	margin: 0 auto 0 auto;
	height: 500px;
	border: 3px solid #D9D3D3;
	background: url(images/ap03.jpg) no-repeat center top;
}

#ap04{
	width: 266px;
	margin: 0 auto 0 auto;
	height: 386px;
	border: 3px solid #D9D3D3;
	background: url(images/ap04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap05{
	width: 356px;
	margin: 0 auto 0 auto;
	height: 386px;
	border: 3px solid #D9D3D3;
	background: url(images/ap05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap06{
	width: 770px;
	margin: 0 auto 0 auto;
	height: 500px;
	border: 3px solid #D9D3D3;
	background: url(images/ap06.jpg) no-repeat center top;
}

#ap07{
	width: 328px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/ap07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap08{
	width: 328px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/ap08.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap09{
	width: 596px;
	margin: 0 auto 0 auto;
	height: 486px;
	border: 3px solid #D9D3D3;
	background: url(images/ap09.jpg) no-repeat center top;
}

#ap10{
	width: 406px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/ap10.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap11{
	width: 466px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/ap11.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap12{
	width: 346px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/ap12.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap13{
	width: 546px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/ap13.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ap14{
	width: 770px;
	margin: 0 auto 0 auto;
	height: 500px;
	border: 3px solid #D9D3D3;
	background: url(images/ap14.jpg) no-repeat center top;
}

#apblank1 {
	width: 97px;
	margin: 0 auto 0 auto;
	height: 380px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank2 {
	width: 90px;
	margin: 0 auto 0 auto;
	height: 380px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank3 {
	width: 97px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank4 {
	width: 56px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank5 {
	width: 34px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank6 {
	width: 14px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank7 {
	width: 65px;
	margin: 0 auto 0 auto;
	height: 506px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank8 {
	width: 152px;
	margin: 0 auto 0 auto;
	height: 492px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apblank21 {
	width: 22px;
	margin: 0 auto 0 auto;
	height: 386px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#apcont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 386px;
}

#apcont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 356px;
}

#apcont3 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 506px;
}

#apcont4 {
	width: 776px;
	margin: 0 auto 0 auto;
	height: 506px;
	float: left;
	box-sizing: border-box;
}

#apcont5 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 492px;
}

#apcont6 {
	width: 602px;
	margin: 0 auto 0 auto;
	height: 492px;
	float: left;
	box-sizing: border-box;
}

#apcont21 {
	width: 918px;
	margin: 0 auto 0 auto;
	height: 386px;
}

#apcont22 {
	width: 418px;
	margin: 0 auto 0 auto;
	height: 386px;
	float: left;
	box-sizing: border-box;
}

#apcont23 {
	width: 500px;
	margin: 0 auto 0 auto;
	height: 386px;
	float: left;
	box-sizing: border-box;
}

/* Females */

#fe01{
	width: 300px;
	margin: -165px 475px;
	height: 300px;
	border: 3px solid #D9D3D3;
	background: url(images/fe01.jpg) no-repeat center top;
	float: left;
}

#fe02{
	width: 300px;
	margin: -165px 475px;
	height: 300px;
	border: 3px solid #D9D3D3;
	background: url(images/fe02.jpg) no-repeat center top;
	float: left;
}

#fe01:hover{
	border: 3px solid #C13C19;
}

#fe02:hover{
	border: 3px solid #C13C19;
}

/* Medusa */

#me01{
	width: 451px;
	margin: 0 auto 0 auto;
	height: 380px;
	border: 3px solid #D9D3D3;
	background: url(images/me01.jpg) no-repeat center top;
	float: left;
}

#me02{
	width: 616px;
	margin: 0 auto 0 auto;
	height: 616px;
	background: url(images/me02.jpg) no-repeat center top;
}

#me03{
	width: 419px;
	margin: 0 auto 0 auto;
	height: 500px;
	border: 3px solid #D9D3D3;
	background: url(images/me03.jpg) no-repeat center top;
}

#me04{
	width: 233px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me05{
	width: 576px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me06{
	width: 422px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me06.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me07{
	width: 437px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me08{
	width: 405px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me08.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me09{
	width: 492px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me09.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me10{
	width: 431px;
	margin: 0 auto 0 auto;
	height: 300px;
	border: 3px solid #D9D3D3;
	background: url(images/me10.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me11{
	width: 415px;
	margin: 0 auto 0 auto;
	height: 300px;
	border: 3px solid #D9D3D3;
	background: url(images/me11.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me12{
	width: 271px;
	margin: 0 auto 0 auto;
	height: 500px;
	border: 3px solid #D9D3D3;
	background: url(images/me12.jpg) no-repeat center top;
}

#me13{
	width: 376px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me13.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me14{
	width: 472px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me14.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#me15{
	width: 525px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/me15.jpg) no-repeat center top;
}

#meblank1 {
	width: 97px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#meblank2 {
	width: 47px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#meblank3 {
	width: 9px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#meblank4 {
	width: 60px;
	margin: 0 auto 0 auto;
	height: 300px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#meblank1 {
	width: 97px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}


#meblank21 {
	width: 22px;
	margin: 0 auto 0 auto;
	height: 386px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mecont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 350px;
}

#mecont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 300px;
}

#mecont21 {
	width: 918px;
	margin: 0 auto 0 auto;
	height: 386px;
}

#mecont22 {
	width: 418px;
	margin: 0 auto 0 auto;
	height: 386px;
	float: left;
	box-sizing: border-box;
}

#mecont23 {
	width: 500px;
	margin: 0 auto 0 auto;
	height: 386px;
	float: left;
	box-sizing: border-box;
}

/* Larna */

#la01{
	width: 451px;
	margin: 0 auto 0 auto;
	height: 380px;
	border: 3px solid #D9D3D3;
	background: url(images/la01.jpg) no-repeat center top;
	float: left;
}

#la02{
	width: 616px;
	margin: 0 auto 0 auto;
	height: 616px;
	background: url(images/la02.jpg) no-repeat center top;
}

#la03{
	width: 690px;
	margin: 0 auto 0 auto;
	height: 440px;
	border: 3px solid #D9D3D3;
	background: url(images/la03.jpg) no-repeat center top;
}

#la04{
	width: 316px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/la04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#la05{
	width: 506px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/la05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#la06{
	width: 456px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/la06.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#la07{
	width: 406px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/la07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lablank1 {
	width: 84px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lablank2 {
	width: 44px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lablank21 {
	width: 22px;
	margin: 0 auto 0 auto;
	height: 386px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lacont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 356px;
}

#lacont21 {
	width: 918px;
	margin: 0 auto 0 auto;
	height: 386px;
}

#lacont22 {
	width: 418px;
	margin: 0 auto 0 auto;
	height: 386px;
	float: left;
	box-sizing: border-box;
}

#lacont23 {
	width: 500px;
	margin: 0 auto 0 auto;
	height: 386px;
	float: left;
	box-sizing: border-box;
}

/* Available */

#av01{
	width: 754px;
	margin: 0 auto 0 auto;
	height: 247px;
	border: 3px solid #D9D3D3;
	background: url(images/av01.jpg) no-repeat center top;
}

#av02{
	width: 438px;
	margin: 0 auto 0 auto;
	height: 340px;
	border: 3px solid #D9D3D3;
	background: url(images/av02.jpg) no-repeat center top;
}

#av03{
	width: 431px;
	margin: 0 auto 0 auto;
	height: 439px;
	border: 3px solid #D9D3D3;
	background: url(images/av03.jpg) no-repeat center top;
}


#av04{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/av04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#av05{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/av05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#av06{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/av06.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#av07{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/av07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#av08{
	width: 380px;
	margin: 0 auto 0 auto;
	height: 450px;
	border: 3px solid #D9D3D3;
	background: url(images/av08.jpg) no-repeat center top;
}

#av09{
	width: 520px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/av09.jpg) no-repeat center top;
	float: Right;
}

#av10{
	width: 366px;
	margin: 0 auto 0 auto;
	height: 516px;
	border: 3px solid #D9D3D3;
	background: url(images/av10.jpg) no-repeat center top;
	float: left;
}

#av11{
	width: 356px;
	margin: 0 auto 0 auto;
	height: 256px;
	border: 3px solid #D9D3D3;
	background: url(images/av11.jpg) no-repeat center top;
	box-sizing: border-box;
}

#avblank1 {
	width: 46px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#avblank2 {
	width: 36px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#avblank3 {
	width: 36px;
	margin: 0 auto 0 auto;
	height: 522px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#avtxtblank1 {
	width: 430px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#avtxtblank2 {
	width: 46px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#avcont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 350px;
}

#avcont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 17px;
}

#avcont21 {	
	width: 918px;
	margin: 0 auto 0 auto;
	height: auto;
	box-sizing: border-box;
	display: table;
}

#avcont22 {	
	width: 390px;
	margin: 0 auto 0 auto;
	height: auto;
	float: left;
	box-sizing: border-box;
	display: table-cell;
}

#avcont23 {	
	width: 526px;
	margin: 0 auto 0 auto;
	height: auto;
	float: Right;
	box-sizing: border-box;
	display: table-cell;
}

#avcont24 {
	width: 918px;
	margin: 0 auto 0 auto;
	height: auto;
	box-sizing: border-box;
	display: table;
}

#avcont25 {
	width: 490px;
	margin: 0 auto 0 auto;
	height: auto;
	float: left;
	box-sizing: border-box;
	display: table-cell;
}

#avcont26 {
	width: 426px;
	margin: 0 auto 0 auto;
	height: auto;
	float: Right;
	box-sizing: border-box;
	display: table-cell;
}

/* Standard */

#st01{
	width: 557px;
	margin: 0 auto 0 auto;
	height: 230px;
	border: 3px solid #D9D3D3;
	background: url(images/st01.jpg) no-repeat center top;
}

#st02{
	width: 458px;
	margin: 0 auto 0 auto;
	height: 690px;
	border: 3px solid #D9D3D3;
	background: url(images/st02.jpg) no-repeat center top;
}

#st03{
	width: 383px;
	margin: 0 auto 0 auto;
	height: 330px;
	border: 3px solid #D9D3D3;
	background: url(images/st03.jpg) no-repeat center top;
}

#st04{
	width: 576px;
	margin: 0 auto 0 auto;
	height: 400px;
	border: 3px solid #D9D3D3;
	background: url(images/st04.jpg) no-repeat center top;
}

#st05{
	width: 541px;
	margin: 0 auto 0 auto;
	height: 690px;
	border: 3px solid #D9D3D3;
	background: url(images/st05.jpg) no-repeat center top;
}

#st06{
	width: 361px;
	margin: 0 auto 0 auto;
	height: 230px;
	border: 3px solid #D9D3D3;
	background: url(images/st06.jpg) no-repeat center top;
}

#st07{
	width: 351px;
	margin: 0 auto 0 auto;
	height: 230px;
	border: 3px solid #D9D3D3;
	background: url(images/st07.jpg) no-repeat center top;
}

/* History */

#hs01{
	width: 296px;
	margin: 0 auto 0 auto;
	height: 330px;
	border: 3px solid #D9D3D3;
	background: url(images/hs01.jpg) no-repeat center top;
}

#hs02{
	width: 235px;
	margin: 0 auto 0 auto;
	height: 307px;
	border: 3px solid #D9D3D3;
	background: url(images/hs02.jpg) no-repeat center top;
}

#hs03{
	width: 308px;
	margin: 0 auto 0 auto;
	height: 256px;
	border: 3px solid #D9D3D3;
	background: url(images/hs03.jpg) no-repeat center top;
}

/*Gallery*/

#ga01{
	width: 570px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga01.jpg) no-repeat center top;
	float: right;
}

#ga02{
	width: 516px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga02.jpg) no-repeat center top;
	float: left;
}

#ga03{
	width: 298px;
	margin: 0 auto 0 auto;
	height: 400px;
	border: 3px solid #D9D3D3;
	background: url(images/ga03.jpg) no-repeat center top;
	float: right;
}

#ga04{
	width: 356px;
	margin: 0 auto 0 auto;
	height: 556px;
	border: 3px solid #D9D3D3;
	background: url(images/ga04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ga05{
	width: 503px;
	margin: 0 auto 0 auto;
	height: 556px;
	border: 3px solid #D9D3D3;
	background: url(images/ga05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ga06{
	width: 545px;
	margin: 0 auto 0 auto;
	height: 550px;
	border: 3px solid #D9D3D3;
	background: url(images/ga06.jpg) no-repeat center top;
}

#ga07{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga07.jpg) no-repeat center top;
	float: left;
}

#ga08{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga08.jpg) no-repeat center top;
	float: right;
}

#ga09{
	width: 435px;
	margin: 0 auto 0 auto;
	height: 394px;
	border: 3px solid #D9D3D3;
	background: url(images/ga09.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ga10{
	width: 266px;
	margin: 0 auto 0 auto;
	height: 394px;
	border: 3px solid #D9D3D3;
	background: url(images/ga10.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ga11{
	width: 342px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga11.jpg) no-repeat center top;
	float: left;
}

#ga12{
	width: 516px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga12.jpg) no-repeat center top;
	float: left;
}

#ga13{
	width: 496px;
	margin: 0 auto 0 auto;
	height: 550px;
	border: 3px solid #D9D3D3;
	background: url(images/ga13.jpg) no-repeat center top;
	float: right;
}

#ga14{
	width: 710px;
	margin: 0 auto 0 auto;
	height: 550px;
	border: 3px solid #D9D3D3;
	background: url(images/ga14.jpg) no-repeat center top;
}

#ga15{
	width: 396px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ga15.jpg) no-repeat center top;
	float: left;
}

#ga16{
	width: 744px;
	margin: 0 auto 0 auto;
	height: 550px;
	border: 3px solid #D9D3D3;
	background: url(images/ga16.jpg) no-repeat center top;
}

#ga17{
	width: 336px;
	margin: 0 auto 0 auto;
	height: 400px;
	border: 3px solid #D9D3D3;
	background: url(images/ga17.jpg) no-repeat center top;
	float: left;
}

#gablank1 {
	width: 47px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#gablank2 {
	width: 47px;
	margin: 0 auto 0 auto;
	height: 556px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#gablank3 {
	width: 205px;
	margin: 0 auto 0 auto;
	height: 394px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#gacont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 350px;
}

#gacont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 400px;
}

#gacont3 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 556px;
}

/*Medusa x Ice Pups*/

#mxip01{
	width: 525px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip01.jpg) no-repeat center top;
}

#mxip02{
	width: 525px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip02.jpg) no-repeat center top;
}

#mxip03{
	width: 525px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip03.jpg) no-repeat center top;
}

#mxip04{
	width: 525px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip04.jpg) no-repeat center top;
}

#mxip05{
	width: 525px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip05.jpg) no-repeat center top;
}

#mxip06{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip06.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip07{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip08{
	width: 754px;
	margin: 0 auto 0 auto;
	height: 247px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip08.jpg) no-repeat center top;
}

#mxip09{
	width: 384px;
	margin: 0 auto 0 auto;
	height: 308px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip09.jpg) no-repeat center top;
}

#mxip10{
	width: 396px;
	margin: 0 auto 0 auto;
	height: 259px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip10.jpg) no-repeat center top;
}

#mxip11{
	width: 658px;
	margin: 0 auto 0 auto;
	height: 346px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip11.jpg) no-repeat center top;
}

#mxip12{
	width: 492px;
	margin: 0 auto 0 auto;
	height: 378px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip12.jpg) no-repeat center top;
}

#mxip13{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip13.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip14{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip14.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip15{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 306px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip15.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip16{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 306px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip16.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip17{
	width: 496px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip17.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip18{
	width: 356px;
	margin: 0 auto 0 auto;
	height: 356px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip18.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}


#mxip19{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 842px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip19.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip20{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 842px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip20.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#mxip21{
	width: 492px;
	margin: 0 auto 0 auto;
	height: 378px;
	border: 3px solid #D9D3D3;
	background: url(images/mxip21.jpg) no-repeat center top;
}

#mxipblank1 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 286px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxipblank2 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 306px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxipblank3 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 356px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxipblank4 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 842px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxiptxtblank1 {
	width: 426px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxiptxtblank2 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxiptxtblank3 {
	width: 496px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxiptxtblank4 {
	width: 356px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#mxipcont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 286px;
}

mxipcont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 17px;
}

#mxipcont3 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 306px;
}

#mxipcont4 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 356px;
}

#mxipcont5 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 842px;
}

#mxip22{
	width: 754px;
	margin: 0 auto 0 auto;
	height: 247px;
	border: 3px solid #D9D3D3;
	background: url(images/av01.jpg) no-repeat center top;
}

/* Ice */

#ice01{
	width: 323px;
	margin: -185px 540px;
	height: 263px;
	border: 3px solid #D9D3D3;
	background: url(images/ice01.jpg) no-repeat center top;
	float: left;
}

#ice02{
	width: 438px;
	margin: 0 auto 0 auto;
	height: 340px;
	border: 3px solid #D9D3D3;
	background: url(images/ice02.jpg) no-repeat center top;
}

#ice03{
	width: 431px;
	margin: 0 auto 0 auto;
	height: 439px;
	border: 3px solid #D9D3D3;
	background: url(images/ice03.jpg) no-repeat center top;
}


#ice04{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ice04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ice05{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ice05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ice06{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ice06.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ice07{
	width: 430px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/ice07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#ice08{
	width: 380px;
	margin: 0 auto 0 auto;
	height: 450px;
	border: 3px solid #D9D3D3;
	background: url(images/ice08.jpg) no-repeat center top;
}

#iceblank1 {
	width: 46px;
	margin: 0 auto 0 auto;
	height: 350px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#icetxtblank1 {
	width: 430px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#icetxtblank2 {
	width: 46px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#icecont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 350px;
}

#icecont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 17px;
}

/*Larna x Apophis Pups*/

#lxap01{
	width: 754px;
	margin: 0 auto 0 auto;
	height: 247px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap01.jpg) no-repeat center top;
}

#lxap02{
	width: 894px;
	margin: 0 auto 0 auto;
	height: 150px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap02.jpg) no-repeat center top;
}

#lxap03{
	width: 894px;
	margin: 0 auto 0 auto;
	height: 150px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap03.jpg) no-repeat center top;
}

#lxap04{
	width: 670px;
	margin: 0 auto 0 auto;
	height: 150px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap04.jpg) no-repeat center top;2
}

#lxap05{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap05.jpg) no-repeat center top;
}

#lxap06{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap06.jpg) no-repeat center top;
}

#lxap07{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap07.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxap08{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap08.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxap09{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap09.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxap10{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap10.jpg) no-repeat center top;
}

#lxap11{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap11.jpg) no-repeat center top;
}

#lxap12{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap12.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxap13{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap13.jpg) no-repeat center top;
}

#lxap14{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap14.jpg) no-repeat center top;
}

#lxap15{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap15.jpg) no-repeat center top;
}

#lxap16{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 842px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap16.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxap17{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 842px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap17.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapblank1 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 286px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lxapcont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 286px;
}

#lxapcont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 17px;
}

#lxapcont5 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 842px;
}

#lxapblank4 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 842px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lxaptxtblank1 {
	width: 426px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lxaptxtblank2 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

/*Larna x Apophis Pups Repeat*/

#lxapr01{
	width: 754px;
	margin: 0 auto 0 auto;
	height: 247px;
	border: 3px solid #D9D3D3;
	background: url(images/lxap01.jpg) no-repeat center top;
}

#lxapr02{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr02.jpg) no-repeat center top;
}

#lxapr03{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr03.jpg) no-repeat center top;
}

#lxapr04{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr04.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr05{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr05.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr06{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr06.jpg) no-repeat center top;
}

#lxapr07{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr07.jpg) no-repeat center top;
}

#lxapr08{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr08.jpg) no-repeat center top;
}

#lxapr09{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr09.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr10{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr10.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr11{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr11.jpg) no-repeat center top;
}

#lxapr12{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr12.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr13{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr13.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr14{
	width: 550px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr14.jpg) no-repeat center top;
}

#lxapr15{
	width: 500px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr15.jpg) no-repeat center top;
}

#lxapr16{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr16.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr17{
	width: 426px;
	margin: 0 auto 0 auto;
	height: 286px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr17.jpg) no-repeat center top;
	float: left;
	box-sizing: border-box;
}

#lxapr18{
	width: 610px;
	margin: 0 auto 0 auto;
	height: 350px;
	border: 3px solid #D9D3D3;
	background: url(images/lxapr18.jpg) no-repeat center top;
}

#lxaprblank1 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 286px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lxaprcont1 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 286px;
}

#lxaprcont2 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 17px;
}

#lxaprcont5 {
	width: 906px;
	margin: 0 auto 0 auto;
	height: 842px;
}

#lxaprblank4 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 842px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lxaprtxtblank1 {
	width: 426px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}

#lxaprtxtblank2 {
	width: 54px;
	margin: 0 auto 0 auto;
	height: 17px;
	background: url(images/pg-grad.jpg) repeat-x left bottom;
	float: left;
	box-sizing: border-box;
}