body {
	color: #000;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	width: 580px;
	background-image:url(../images/bg2.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
}
p {
	padding-left: 4px;
}
h1 {
	padding-left: 6px;
}
h2 {
	padding: 6px;
}
h3 {
	padding: 6px;
}
h4 {
	padding: 6px;
}
a {
	border:0px;
}
a:hover {
	color: #006600;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
td {
	vertical-align: top;
}
.copyright {
	font-size: 9px;
	text-align: center;
}
.menu_link {
	font-weight: bold;
	font-size: 14px;
}
.lineHighLight {
	background-color: #E7EBFF;
	background-image: url(../images/highlight_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: -10px;
	margin-top: -4px;
}
img {
	//padding: 6px;
	margin:6px;
	border:0px;
}
.fixed_img {
	cursor: crosshair;
}
#quilt_show {
	position:absolute;
	top:10px;
	left:500px;
}
#blog_startburst {
	position:absolute;
	top:249px;
	left:439px;
}
.small_caption {
	font-size: 12px;
	text-align:center;
}
.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

