/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11pt;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(images/aibyouka-cats-bg-nyellow.png);
	background-position: center 50px;
	background-repeat: no-repeat;
}

.heading {
	font-size: 18pt;
	text-align: center;
}

	.normal {
		font-size:1em;
	}
	.big {
		font-size:1.1em;
	}
	.bigger {
		font-size:1.25em;
	}
	.biggest {
		font-size:1.5em;
	}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

.menu a:link {
	color: #666666;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	text-decoration: none;
	color: #999999;
}
.menu a:active {
	text-decoration: none;
	color: #666666;
}

.currentPage a:link {
	color: #000000;
	text-decoration: none;
}
.currentPage a:visited {
	text-decoration: none;
	color: #000000;
}
.currentPage a:hover {
	text-decoration: none;
	color: #999999;
}
.currentPage a:active {
	text-decoration: none;
	color: #000000;
}

/* Page parameters */

#content {
	width: 842px;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
/*	border: solid 1px #663399;*/
}

#logo{
	margin: 10px 0 15px 0 ;
}

#leftColumn{
	height: 460px;
	width: 125px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: solid 1px #e8e8ea;
/*	border: solid 1px #e8e8ea;*/
}

#leftNav{
	margin: 0;
	padding: 0;
/*	border: solid 1px #FF0000;*/
}

#rightColumn{
	height: 460px;
	width: 125px;
	float: left;
	border-left: solid 1px #e8e8ea;
/*	border: solid 1px #e8e8ea;*/
}

#rightNav{
	margin: 0;
	padding: 0;
/*	border: solid 1px #FF0000;*/
}

#leftButtons{
	height: 400px;
	margin: 4px 4px 4px 4px;
}

#rightButtons{
	height: 400px;
	margin: 4px 4px 4px 4px;
}

#leftBottomNav{
	height: 20px;
	margin: 0 4px 0 4px;
/*	border: solid 1px #00FF00;*/
}

#rightBottomNav{
	height: 20px;
	margin: 0 4px 0 4px;
/*	border: solid 1px #00FF00;*/
}

#mainNav{
	height: 470px;
	width: 840px;
/*	border: solid 3px #00FF00; */
}

p.image_numbers{
	margin:0 0 0px 22px;
	display:inline;
}


#mainArea{
	height: 440px;
	width: 550px;
	margin: 10px;
	float: left;
/*	border: solid 1px #FF0000;*/
}

#image_area_text{
	margin: 0 40px 0 0;
	color: #666666;
}

#contact_area{
	width: 499px;
	height: 459px;
	margin: 3px 0 0 93px;
	float: left;
}

#bottomMenu{
	margin-left: auto; 
	margin-right: auto;
/*	border: solid 1px #FF00FF;*/
}

img.topAdvert{
	position:absolute;
	right: 0px;
	top: 0px;
}

#bottomAdvert{
	position:absolute;
	right: 10px;
	bottom: 10px;
}

#advertItems{
	float: right;
}

#emailLocation{
	position:absolute;
	left: 10px;
	bottom: 10px;
}

.titleTable {
	background-image: url(images/miniButtercup.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 110px;
}

/* Images */

img {
	border: 0;
}

.catImg {
	vertical-align: middle;
	border: 0;
}

.middle {
	vertical-align: middle;
	border: thin solid #999999;
}

.linkImg a:hover img { 
	vertical-align: middle;
	border: thin solid #000000; 
}

.main 