﻿@charset "UTF-8";

body {
	background-color: #F7F8D8;
	background-image: url(images/bgrnd3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #0F0B45;
}
/* CSS Document */

.backgroundBox {
	background-color: #FFE1FE;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	text-align:left;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006600;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-style: italic;
	text-align: left;
}



a:link {
	color: #251D81;
	text-decoration: none;
}
a:active {color: #006600; text-decoration: none; }
a:visited {
	text-decoration: none;
}
a:hover {color: #ffffff; text-decoration: none; }

.floatright {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

li.emphasis {
	font-weight: bold;
	font-size: 1.2em;
	color: #029507;
	text-align: left;
}

div#featured {
	width: 447px;
	padding: 5px;
	border: 1px dotted #C578EA;
	float: right;
	background: #FAFAE2;
}

div#featured h2 {
	margin: 0px; padding: 0px 0px 5px 0px;
}

div#quiltShops, div#individuals {
	width: 42%; float: left; overflow: hidden;
}

div#individuals {
	margin-left: 100px;
}
.redText {
	color: #990000;
	font-size: 1.25em;
	background-color: #F2F5DC;
	font-weight: bold;
}

li {
	text-align: left;
	font-weight: normal;
}
