a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: rgb(255,255,183);
	color: rgb(0,0,0);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(102,0,0);
	font-size: 12px;
}
h2
{
	color: rgb(102,102,0); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.menu a:link {
	color: #336600;
	text-decoration: none;
}
.menu a:visited {
	color: #666666;
	text-decoration: none;
}

.menu a:hover {
	color: #990000;
	text-decoration: none;
}

.menu a:active {
	color: #666666;
	text-decoration: none;
}
.topheader {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 60px;
	width: 640px;
	font-size: 14px;
	}	
.topheaderright {
	position: absolute;
	left: 590px;
	top: 10px;
	height: 60px;
	}	

.leftmenu {
	position: absolute;
	left: 10px;
	top: 70px;
	width: 90px;
	height: 640px;
	background-color: rgb(255,255,133);
	}	
	
.maincontentbg {
	position: absolute;
	left: 110px;
	width: 530px;
	top: 70px;	
	}	

.maincontenttxt {
	position: absolute;
	left: 130px;
	width: 500px;
	top: 90px;
	}	
	
.gallerynav {
	position: absolute;
	left: 110px;
	right: 10px;
	top: 70px;
	}

.gallerycontent {
	position: absolute;
	left: 110px;
	right: 10px;
	top: 140px;
	}	

.homecontentbg {
	position: absolute;
	left: 110px;
	width: 530px;
	right: 10px;
	top: 150px;
/* this does not work - need to fix
	background: url('images/quiltstitching1.jpg') repeat;
*/
	}	

.homecontenttxt {
	position: absolute;
	left: 130px;
	width: 500px;
	right: 10px;
	top: 170px;
	}	
	
.homeimages {
	position: absolute;
	left: 110px;
	width: 530px;
	right: 10px;
	top: 70px;
	}

img.right {float: right;}

img.left {float: left;
		border-top: solid #FFFFFF 0px;
		border-right: solid #FFFFFF 0px;
		border-bottom: solid #FFFFFF 0px;}
