﻿.bodyText p
{
	font-family: Times New Roman, Tahoma;
	font-size: 1.1em;
}

.headAddress b
{
	font-family: Palatino Linotype, Times New Roman, Tahoma;
	font-size: 1.3em;
}

.announce p
{
	padding: 0 10px 25px 50px;
}
.announce h2
{
	font-family: Palatino Linotype, Times New Roman, Tahoma;
	font-size: 1.3em;
	color: #341f0c;
	
	padding: 0 10px 0 0;
}

/***Quilting Post Tabs***/

.qpTabs
{
	text-align: right;
}

/*Home*/
.qpTabs .tabHome a
{
	float: right;
	width: 127px;
	height: 37px;
	background-image: url(../images/qptab-home.png);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}
.qpTabs .tabHome span
{
	float: right;
	width: 127px;
	height: 37px;
	background-image: url(../images/qptab-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.qpTabs .tabHome a:hover
{
	background-position: -254px 0px;
}
/*About*/
.qpTabs .tabAbout span
{
	float: right;
	width: 127px;
	height: 37px;
	background-image: url(../images/qptab-about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.qpTabs .tabAbout a
{
	float: right;
	width: 127px;
	height: 37px;
	background-image: url(../images/qptab-about.png);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}
.qpTabs .tabAbout a:hover
{
	background-position: -254px 0px;
}
/*Events*/
.qpTabs .tabEvents span
{
	float: right;
	width: 127px;
	height: 37px;
	background-image: url(../images/qptab-events.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.qpTabs .tabEvents a
{
	float: right;
	width: 127px;
	height: 37px;
	background-image: url(../images/qptab-events.png);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}
.qpTabs .tabEvents a:hover
{
	background-position: -254px 0px;
}

/***End Tabs***/

/****For debug****
div
{
	border-style: solid;
	border-width: 1px;
}
***End debug****/
