body {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	background-color: #526e93;
	background-image: url(../images/Sidebar_DoveFade.jpg); background-attachment: fixed; background-repeat: no-repeat;
}

#header {
	height: 81px;
	padding-left: 10px;
	background-image: url(../images/ReflectionsLogoHeader.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 90px;
	width: 150px;
}
#pagetitle {
	background-color: #526e93;
	margin-left: 162px;
	top: 90px;
	height: 34px;
}

/* The position: absolute selctors for #navigation above and #extras below keep those boxes from being
resized in the browser for smaller screen sizes.  Only the #content box will be resized. */

#content {
	background-color: #526e93;
	margin-left: 162px;
	padding: 5px;
}
/* Need the margin-right above to keep the stuff "contained" --- that is, not spread across the whole page */
#contentburning {
	background-color: #526e93;
	margin-left: 180px;
	margin-right: 162px;
	padding: 5px;
}
#extras {
	position: absolute;
	right: 10px;
	top: 90px;
	width: 150px;
	border: double;	
}
#orderlinks {
	position: absolute;
	left: 10px;
	top: 300px;
	width: 150px;
	border: double;
}
#footer {
	padding-left: 10px;
	left: 10px;
}
.indent {
	margin-left: 38%;
}
h3 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	margin-bottom: 0px;
}

.webmaster {
	font-family: "Lucida Calligraphy", sans-serif;
	font-size: 10pt;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #9400D3;
	text-decoration: none;
}
a:active {
	color: #9400D3;
	text-decoration: underline;
}
.style1 {
	color: #FFFFFF;
	font-style: italic;
}
.style2	{
	color: #FFFFFF;
}
.style5 {
	color: #000000;
	font-weight: bold;
}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
}
.style7 {
	color: #000033;
	font-style: italic;
}
.style8 {
	font-size: 28px;
}
.style10 {
	color: #000000;
}
ul {
	margin-top: -1px;
	}
