@charset "utf-8";
/* CSS Document */

body { 	margin:10px auto; background-color: #2C1D32; color:#FFCCFF; font-family:Arial, Helvetica, sans-serif; }
#wrap {width:860px; margin:auto;}
#header {background: url(../images/top2.jpg) no-repeat center; width:860px; height:208px; float:left;}
#main {width:860px; float:left; background:url(../images/back.gif) repeat-y top center; }
.leftcol{
	width:23%;
	float:left;
	margin-right:5px;
	margin-top:16px;
	height:600px;
}
.leftcol img {width:165px; height:auto;}
.story {
	width:52%;
	float:left;
	margin-right:10px;
}
.gallery { width:75%; float:left;}
.gallerywide {width:92%; margin:auto;}
#flashgallery { margin:10px auto;}
.rightcol {
	width:23%;
	float: right;
	margin-top:16px;
	overflow: hidden;
}
.rightcol img {width:150px; height:auto; }
p {text-align:justify; font-size:14px; margin-left:10px; margin-right:10px;} 
#foot {width:100%; height:220px; background:url(../images/footer.jpg) no-repeat; margin-left:2px;}
#foot p {font-size:10px; padding-top:200px; text-align:right; color:#2C1D32;}
#foot a, #foot a:active, #foot a:link, #foot a:visited {color:#2C1D32;}
#foot2 {width:100%; height:220px; background:url(../images/footer2.jpg) no-repeat; margin-left:2px;}
#foot2 p {font-size:10px; padding-top:200px; text-align:right; color:#2C1D32;}
#foot2 a, #foot a:active, #foot a:link, #foot a:visited {color:#2C1D32;}
.cl {clear:both;}
h2 {text-align:center; line-height:25px;}
h3 {margin-left:185px; line-height:25px;}
.style1 {font-size:22px; font-weight:bold; color:#FFFFFF; text-align:center;}
.style2 {font-size:22px; font-weight:bold; color:#FF99FF; text-align:center;}
.stype3 {font-size:14px; font-weight:bold;}
.style4 {font-size:22px; font-weight:bold; color:#FFFFFF; text-align:center;}
.style5 {font-size:22px; font-weight:bold; color:#FF99FF; text-align:center;}
.cats { width:100%; float:left; text-align:center;  }
.cats img {width:300px; height:auto; border:3px solid #FFFFFF; padding:3px;}
.cats p {text-align:center;}
.links { width:55%; float:left; text-align:center; }
.links img {width:250px; height:auto; padding:3px; border:none;}
.links p {text-align:center;}
.links a:link, .links a:active, .links a:visited, .rightcol2 a:link, .rightcol2 a:active, .rightcol2 a:visited {border:none; text-decoration:none;}
.rightcol2 { width:40%; float: right; overflow: hidden; text-align:center; }
.rightcol2 img {width:150px; height:auto; margin-right:5px; border:none;}
.rightcol2 p {text-align:center;}
.kittens { width:47%;  float:left; text-align:center; }
.kittens img {width:300px; height:auto; border:3px solid #FFFFFF; padding:3px;}
.kittens p {text-align:center;}

li {
	color:#333333;
	list-style-type:disc;
	list-style-position:inside;
	line-height:20px;
	margin-left:8px;
}


/*-----menu-----*/
#menu {
	margin: auto;
	z-index: 1;
	font-size:14px;
	height:28px;
	margin-top:172px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	z-index: 2;position: relative;
	padding-bottom: 5px;
}
#menu li
{
	display: inline;
	width:100px;
	margin-right: 5px;
}

#menu li a
{
	margin-top:1px;
	color: #2C1D32;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width:100px;
	border:none;
}

#menu li a:hover 
{
	color: #FF6699;
}

a:active, a:link {
	color:#FFCCFF;
	border-bottom: dotted 1px #FFCCFF;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#FFCCFF;
	border-bottom: dotted 1px #FFCCFF;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#FF66CC;
	text-decoration:none;
}
hr {background:url(../images/bar.gif) no-repeat center; height:18px; width:296px; border:none;}
