* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img1.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #674F8B;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 125%;
}

a {
	color: #664E8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #7457A1;
}

.fontpink {
	color: #e292eb;
	font-size: smaller;
}

/* Current Page Notation */

#home a#homenav,
#why a#whynav,
#whysaturn a#whysaturnnav,
#costs a#costsnav,
#services a#servicesnav,
#portfolio a#portfolionav,
#testimonials a#testimonialsnav,
#disclaimer a#disclaimernav,
#subscribe a#subscribenav,
#about a#aboutnav,
#store a#storenav,
#contact a#contactnav
	{
	color: #e292eb;
	font-weight: bold;
}

img { border: #664E8A 3px solid;
	margin: 5px 10px;
}
.none img {
	border: none;
	margin: none;
}

.img1 {
	float: left;
	margin: 5px 10px 0px 0px;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
}

/* Post */

.latest-post {
	padding: 50px 2em 1em 3em;
}

.latest-post h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #664E8A;
}

.post {
	padding: 2em 2em 1em 3em;
	xborder-top: 1px ridge #9078B3;
}

.post h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	color: #664E8A;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #664E8A;
}

.file * {
	color: #9078B3;
}

/* Wrapper */

#wrapper {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

/* Header */

#header {
	height: 90px;
	padding: 30px 0px 0 40px;
	color: #E5F5D0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background: url(images/img3.jpg) repeat-y;
}

#colOne {
	float: right;
	width: 460px;
	padding-right: 20px;
	background: url(images/img4.jpg) no-repeat;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 5px 40px 0 40px;
	background: url(images/img5.jpg) no-repeat;
	xcolor: #3f2f54;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-top: .5em;
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	xpadding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

#colbelow {
	float: left;
	width: 180px;
	padding: 10px;
	background: url(images/img5.jpg) no-repeat;
}

#colbelow h3 {
	margin-bottom: 1em;
	font-size: 1em;
	color: #FFFFFF;
}

#colbelow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colbelow li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colbelow li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colbelow a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin-left: 240px;
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}

#footer a { text-decoration: none;}

#footer a:hover {text-decoration: underline; }

.smaller  {
	font-size:	smaller;
}

.smallertext  {
	font-size:	smaller;
	
}
.bold		{
	font-weight:	bold;
}

.spacer {
	color: #E1DAEA;
	font-family: Arial, Helvetica, sans-serif;
}
.whitetext	{
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}	
.line	{
	color: #674F8B;
}
