@charset "utf-8";
/* CSS Document */
/* Big Cat Entertainment css file */


body {
	background-image: url(page_elements/background_imagejpg.jpg);
	background-repeat:repeat;
	z-index:1;
}

#top_strip {
	position:absolute;
	width: 100%;
	height: 76px;
	top:0;
	left:0;
	background-image:url(page_elements/banner_bit.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	z-index:1;
	
}

#banner {
	position:relative;
	height:267px;
	width: 808px;
	margin-right:auto;
	margin-left:auto;
	margin-top: -8px;
	background-image:url(page_elements/big_cat_bannerjpg.jpg);
	z-index:2;
}

#top_border {
	width:664px;
	height:38px;
	background-image:url(page_elements/main_text_box_top.jpg);
	margin-left:auto;
	margin-right:auto;
}

.subtitle {
	width:664px;
	height:80px;
	background-image:url(page_elements/main_text_box_sides.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat:repeat-y;
	margin-top:-36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
}
.subtitle h1 {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	font-style: normal;
}

.navbar {
	width:664px;
	height:50px;
	background-image:url(page_elements/navbar.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#FC0;
	margin-top:-20px;
}


ul.nav li {
	position:relative;
	top:15px;
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left:20px;
	text-align: center;
}
ul.nav a {
	margin-right: 20px;
	margin-left:20px;
	text-align: center;
	background-color: #900;
	text-decoration: none;
	color:#FC0;
	text-align: center;
}

a: link { color:#FC0; }
a: visited {color:#FC0; }
a: hover { color:#3CF; }
a: active { color:#900; }



.main_text {
	width:664px;
	height:458px;
	background-image:url(page_elements/main_text_box_sides2.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top:-10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}
.main_text h1 {
	font-weight: bold;
	font-size:15px;
}
.main_text h2 {
	font-weight: bold;
	font-size:12px;
}
.main_text a {
	color:#C00;
}
	
.text1 {
	position:relative;
	width:423px;
	height:163px;
	top:23px;
	left:35px;
}
.text2 {
	position:relative;
	width:423px;
	height:163px;
	top:63px;
	left:202px;
}
.text1text {
	margin-left: 153px;
	margin-top: -150px;
	width: 293px;
	height: 163px;
	font-size: 15px;
}
.text1text h1 {
	font-size: 20px;
	font-weight: bold;
}
.text2text {
	margin-left: 320px;
	margin-top: -117px;
	width: 293px;
	height: 163px;
	font-size: 15px;
}
.text2text h1 {
	font-size: 20px;
	font-weight: bold;
}
	
#bottom_border {
	width:664px;
	height:38px;
	background-image:url(page_elements/main_text_box_bottom.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
}

li.nav a: link { color:#FC0; }
a: visited {color:#FC0; }
li.navbar a: hover { color:#3CF; }
a: active { color:#900; }



