body {
	background-color:#EAEEF9;
	background-image: url(../images/big_bg.gif);
	background-repeat:no-repeat;
	scrollbar-face-color:#F8D5E2;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#ECECEC;
  scrollbar-shadow-color:#E55B7A;
  scrollbar-highlight-color:#E55B7A;
  scrollbar-3dlight-color:#E55B7A;
  scrollbar-darkshadow-Color:#E55B7A;
  overflow-x: hidden;

}


img {
	border:none;
}

#positioning {
margin:auto;
width:800px;


}
	
	

#bg {
	position:relative;
	top:0px;
	/*margin-left:-400px;*/
	width:800px;
	height:625px;
	/*border:thick;
	border-left-width:thick;
	border-style:double;
	border-bottom:hidden;
	border-bottom-color:#000000;*/
		background-color:#EAEEF9;
	z-index:1;
}
#left {
	position:relative;

	width:144px;
	/*height:625px;*/
	background-image:url(../images/left_1.gif);
	z-index:-1;
	overflow: hidden;
}
#nav {
	position:absolute;
	left:0px;
	top:0px;
	width:144px;
	height:625px;
	background-image:url(../images/left_2.gif);
	z-index:2;
	overflow: hidden;
}
#header {
	position:absolute;
	left:144px;
	top:0px;
	width:657px;
	height:175px;
	background-image:url(../images/header.gif);
	z-index:4;
}
#headfade {
	position:absolute;
	left:800px;
	top:0px;
	width:29px;
	height:200px;
	background-image:url(../images/header_fade.gif);
	display:none;
	z-index:2;
}
#homecontent {
	position:absolute;
	left:144px;
	/*top:-670px;*/
	top:0px;
	width:617px;
	padding:180px 20px 20px 20px;
	/*background-image:url(../images/footer_blk.gif);*/
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:visible;
	z-index:3;
	height: 421px;
}
#catcontent {
	position:absolute;
	left:144px;
	/*top:-670px;*/
	top:0px;
	width:635px;
	padding:180px 0px 20px 20px;
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:visible;
	z-index:3;
}
#aboutcontent {
	position:absolute;
	left:144px;
	/*top:-670px;*/
	top:0px;
	width:468px;
	padding:180px 170px 140px 20px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:visible;
	z-index:3;
}
#contactcontent {
	position:absolute;
	left:144px;
	/*top:-670px;*/
	top:0px;
	width:468px;
	padding:180px 170px 140px 20px;
	background-image:url(../images/bg_contact.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:visible;
	z-index:3;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;	
}	
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #EC5874;
	border-color:#EC5874;
}

	
#recentAdd a:link, #recentAdd a:visited {
	color: #000000;
}
#recentAdd a:hover, #recentAdd a:active {
	color: #EC5874;
	border-color:#EC5874;
}
	

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.highlight {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #EC5874; font-weight: bold; }
