/* CSS Document */

html {
	overflow:hidden;
	}
body {
	margin:0;
	padding:0;
	border:0;
	background-color:#fff;
	color:#222;
	font-family: Verdana;
	font-size: 11px;
	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #fff;
	}
a:link{
	color:#E14E3E/*#bd401f*/;
	text-decoration:none;
	}
a:visited{
	color:#E14E3E;
	text-decoration:none;
	}
a:hover{
	color:#E14E3E;
	text-decoration:line-through;
	}
.spacer-top{
	height:41px;
	width:100%;
	z-index:1;
	background-color:transparent;
	}
.bg-top{
	width:100%;
	height:70px;
	background-color: #000;
	z-index:1;
	}
.bg-logo{
	height:195px;
	z-index:1;
}
.bg-bottom{
	width:100%;
	height:70px;
	background-color: #000;
	z-index:1;
}
#horizon{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
#content{
	background-color: transparent;
	margin-left: 0px;
	position: absolute;
	top: -210px;
	left: 0px;
	width: 100%;
	height: 415px;
	visibility: visible;
	}
#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#777;
	width:100%;
	text-align:center;
	font-size:10px;
}
#images{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:30px;
}
#text-area{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-welcome{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg9.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-sallywho{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg8.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-portfolio{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg0.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-contact{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-news{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg7.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-pno{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg-pno1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-pno-sallywho{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg-pno2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#text-area-pno-music{
	position:relative; 
	top:50px; 
	z-index:3;
	margin-right:0px;
	background-image:url(text-bg-pno3.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 418px;
}
#backgrounds{
	position:relative; 
	top:-365px; 
	left:0; 
	z-index:1;
}
#scroll{
	width: 490px;
	height: 195px;
	overflow: auto;
	padding:0;
	margin:0px;
	text-align:left;
	color:#00373C;
}
#nav{
	color:#fff;
	font-size:11px;
	font-family:Verdana;	
	float:left;
	margin-top:-70px;
	margin-left:2px;
	width:300px;
	text-align:left;
}
.small-text{
	font-size:9px;
	font-family:verdana;
	color:#777;
}
.grey-text{
	color:#004000;
	font-family:Arial;
}
.date-text {
 	color:#E14E3E;
	font-family:verdana;
}

.transON {
	background-color: #fff; 
}
.transOFF {
	background-color: #fff;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

