body {
	margin-top: -1px;
	background-image: url(http://www.stepbystepdigitalscrapbook.com/images/bg.jpg);
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

/********************/
/*  PAGE STRUCTURE  */
/********************/
#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
	text-align: center;
}
#navigation {	
	font-size: .9em;
	text-align: center;
}
#copyright{
	margin-top: 10px;
	font-size: .7em;
	text-align: center;
}


/******************/
/*    HEADINGS    */
/******************/
h1 {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	color: #CC3333;
	font-weight: bold;
	text-align: center;
}
h2 {
	margin: 15px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #336633;
	font-weight: bold;
	line-height: 1.1em;
}
h3 {
	margin: 15px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #009966;
	font-weight: bold;
	line-height: 1.1em;
}
h4 {
	margin: 15px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336633;
	font-weight: bold;
	line-height: 1.1em;
}

/*****************/
/*  TEXT STYLES  */
/*****************/
p, ul, ol {
	margin: 10px;
	font-size: .9em;
	color: #000000;
	line-height: 1.1em;
}
ul, ol {
	margin: 5px 25px;
	padding: 0;
}
a img {
	border: 0;
}

/**********************/
/*   COLOUR CLASSES   */
/**********************/
.colDarkGreen {
	color: #336633;
}
.colBrightRed {
	color: #CC0000;
}

/*********************/
/*  UTILITY CLASSES  */
/*********************/
.left {
	text-align: left;
}

.divde {
	color: #900;
	font-weight: bold;
	text-align: center;
}

.preview td {
	text-align: center;
}
	.preview td h2 {
		margin: 10px 0;
		text-align: center;
	}

.caption{
	font-size: 12px;
	text-align: center;
	line-height: 14pt;
	font-style: italic;
}

.joinNowBox {
	font-size: 1.1em;
	color: #000099;
}
	.joinNowBox h2 {
		margin: 15px 0;
		color: #009966;
		font-size: 1.2em;
		text-align: center;
	}
	.joinNowBox p {
		margin: 15px 0;
		font-weight: bold;
		text-align: center;
	}

/*******************/
/*   FORM STYLES   */
/*******************/
#contact {
	width: 100%;
	font-size: .9em;
}
	#contact th {
		padding: 5px 0;
		text-align: left;
		vertical-align: top;
	}
	#contact td {
		padding: 5px 0;
		vertical-align: top;
	}

.req {
	color: #C00;
	font-weight: bold;
}
/*
.subhead1centered {
	font-family: Arial;
	font-size: 18px;
	color: #4A5E9D;
	font-weight:bold;
	text-align: center;
	line-height: 20pt;
}
.subhead2Centered {
	font-family: Arial;
	font-size: 18px;
	color: #009966;
	font-weight:bold;
	text-align: center;
	line-height: 22pt;
}
*/
