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

p{
	margin:0px;
	line-height:16px;
}

body, html{
	width:945px;
	height:100%;
	background-color:#ebebeb;
	background-image:url(images/bg_header.png);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}



#header{
	position:absolute;
	background-image:url(images/header.png);
	width:337px;
	height:36px;
	left: 221px;
	top: 328px;
}

#main_nav{
	position:absolute;
	width:405px;
	height:32px;
	top:365px;
	left:145px;
	z-index:100;
}

a.btn1_index{
	float:left;
	display:block;
	width:48px;
	height:32px;
	background-image:url(images/home_on.png);
}

a.btn2_index{
	float:left;
	display:block;
	width:59px;
	height:32px;
	background-image:url(images/about_off.png);
}
	
a:hover.btn2_index{
	background-image:url(images/about_on.png);
}

a.btn3_index{
	float:left;
	display:block;
	width:37px;
	height:32px;
	background-image:url(images/art_off.png);
}
	
a:hover.btn3_index{
	background-image:url(images/art_on.png);
}

a.btn4_index{
	float:left;
	display:block;
	width:57px;
	height:32px;
	background-image:url(images/comic_off.png);
}
	
a:hover.btn4_index{
	background-image:url(images/comic_on.png);
}

a.btn5_index{
	float:left;
	display:block;
	width:58px;
	height:32px;
	background-image:url(images/store_off.png);
}
	
a:hover.btn5_index{
	background-image:url(images/store_on.png);
}

a.btn6_index{
	float:left;
	display:block;
	width:79px;
	height:32px;
	background-image:url(images/contact_off.png);
}
	
a:hover.btn6_index{
	background-image:url(images/contact_on.png);
}

a.btn7_index{
	float:left;
	display:block;
	width:67px;
	height:32px;
	background-image:url(images/donate_off.png);
}
	
a:hover.btn7_index{
	background-image:url(images/donate_on.png);
}



#blkStrp{
	position:absolute;
	width:700px;
	height:9px;
	background-color:#000000;
	left: 147px;
	top: 386px;
	z-index:99;
}
	


#content{
	position:absolute;
	background-color:#464646;
	width:700px;
	height:500px;
	left: 147px;
	top: 386px;
}

#lCol{
	width:215px;
	height:460px;
	float:left;
	position:absolute;
	left: 18px;
	top: 30px;
}

#rCol{
	width:423px;
	height:460px;
	float:right;
	position:absolute;
	left: 256px;
	top: 30px;
}

.heading_home{
	color:#31c92d;
	font-size:16px;
	padding:0px 0px 2px 0px;
}



.clearBoth{
	clear:both;
}
	
	
	
span{
	display:none;
}	



.pabout{
	padding:65px 0px 0px 0px;
	line-height:16px;
	
}	

.link_about{
	color:#bef968;
	text-decoration:none;
}



.pcontact{
	padding:65px 0px 0px 0px;
}	

.links_contact{
	text-decoration:none;
	color:#21c61d;
}


#rCol2{
	width:423px;
	height:460px;
	float:right;
	position:absolute;
	left: 256px;
	top: 96px;
}

#content2{
	position:absolute;
	background-color:#464646;
	width:700px;
	height:600px;
	left: 147px;
	top: 386px;
}

.pindex{
	padding:0px 0px 20px 0px;
	line-height:16px;
	
}
