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

body   { 
background-color: #fffbe6;
background-image: url("http://alliemoss.com/myspace/bg.gif");
background-repeat: no-repeat; background-attachment:fixed;
background-position: 50% 0%;
background-repeat: no-repeat;
margin-top:0px;
}

#maindiv {
	width: 900px;
	height:1000px;
	margin-top: 0px;
	position:relative;
	left: 50%;
	margin-left:-450px;
}

#mycustomscroll {
	width: 395px;
	height: 237px;
	overflow: auto;
	margin-top:10px;
	}

#dotrule
	{border-bottom: 1px #cc9966 solid;}

#scrollbg {
	width:395px;
	height:263px;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:0px;
	margin-top:10px;
	background-image:url(images/paperbg.gif);
	}

.bodytext {
	color:#996633;
	font-family: Georgia, serif;
	font-size:12px;
	line-height:18px;}
	
.footertext {
	color:#996600;
	font-family: Georgia, serif;
	font-size:10px;}
	
.toplinks {
	color:#996633;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style:italic;
	margin-top: 10px;
	font-weight: lighter;
	}

.header {
	color:#333366;
	font-family: Georgia, Times, serif;
	font-size:18px;
	font-style:italic;}
	
	a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #996633;
}
a:active {
	text-decoration: none;}
	

	
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:19px;
}
.vscrollerbar {
background-image: url(scrollbar.png);
width: 19px;
/* following is the bit that allows us fixed height scrollbars */
height: 69px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 19px;}
.hscrollerbar {height: 19px; background-color: #FFFFFF;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 19px;
height: 19px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #FFFFFF;
}


	

