body {
	background:#5B869C;
	margin:0;
	font-family: times, serif;
	font-size:14px; 
	line-height:18px; 
	color:#FFFFFF;
	text-align:center;
}

/* Default redefinitions */
STRONG { font-weight: bold; color:#503358; }
UL { padding:0; list-style-position:inside; }
A { font-weight:bold; color:#503358; }
IMG { border: none; }
FORM { margin:0; }
/* /Default redefinitions */


#wholeThing {
	position:relative;
	margin:0 auto;
	width:850px;
	text-align:center;
}

#bannerSlogan {
	position:absolute;
	color:#FFFFFF;
	font-size:23px;
	top:8px;
	right:0;
}

#bannerAuthors {
	position:absolute;
	color:#FFFFFF;
	font-size:18px;
	top:38px;
	right:0;
}

/* NavBar stuff */

#navBarFrame {
	vertical-align:top;
	width:173px;
	background:#503358;
	padding:4px;
}

ul#navBar {
	padding:0;
	margin:-4px;
	list-style-type:none;
	color:#E0AC70;
}

/* /NavBar stuff */

#mainRegion {
	vertical-align:top;
	width:645px;
	padding:8px;
	background:#FFFFFF;
	color:#000000;
	text-align:left;
}

#footer {
	margin-top:12px;
}

#footerText, #footerText A {
	color:#FFFFFF;
	font-size:13px;
	line-height:17px;
}


.column1 {
	width:245px;
	float:left;
	padding-right:10px;
}

.column2 {
	width:190px;
	float:left;
	padding-right:10px;
}

.column12 {
	width:445px;
	float:left;
	padding-right:10px;
}

.column3 {
	width:190px;
	float:right;
}

.column23 {
	width:390px;
	float:left;
}


.separator, .noseparator, .separator12 {
	clear:both;
	background:#503358;
	margin-left:-8px;
	margin-right:-8px;
	width:677px;
	height:6px;
	padding-top:2px;
}

.separator12 {
	margin-left:-8px;
	margin-right:-4px;
	width:466px;
	height:3px;
}

.noseparator {
	height:0;
}

h3 + table.pricing {
	margin-top:-8px;
}

table.pricing {
	width:100%;
	border:1px solid #4F889C;
	background:#F9E0C3;
	font-family:Helvetica,Arial,sans-serif;
}

table.pricing td {
	text-align:center;
	padding:0;
}

img.imageRight, img.imageLeft, img.imageCenter, div.imageRight img, div.imageLeft img, div.imageCenter img {
	border:2px solid #5B869C;
}

.imageRight {
	float:right;
	margin:4px 0 4px 12px;
}

.imageLeft {
	float:left;
	margin:4px 12px 4px 0;
}

.imageCenter {
	margin:4px auto;
}

.caption {
	margin-top:-8px;
	font-size:13px;
	text-align:center;
	font-style:italic;
}

.imageLeft .caption, .imageRight .caption, .imageCenter .caption {
	margin-top:0;
}

H1 {
	margin:0 -8px 8px -8px;
	width:661px;
	height:18px;
	background:#F9E0C3;
	color:#5B869C;
	text-align:center;
	font-family:trebuchet, sans-serif;
	padding:8px;
 	font-size:22px;
 	letter-spacing:0.2em;
	text-transform:uppercase;
}

H2 {
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:4px;
	color:#503358;
}

H3 {
	text-align:center;
	color:#503358;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	padding-top:4px;
	border-top:1px dotted #5b869c;
}

.pictureCookbookTitle {
	font-weight:bold;
	font-family:trebuchet, sans-serif;
	color:#5B869C;
	font-size:13px; 
}

p.quote {
	margin-bottom:0;
	margin-left:20px;
}

p.attribution {
	margin-top:0;
	margin-left:40px;
	font-style:italic;
}

.center {
	text-align:center;
}

.submit {
	background-color:#58715e; 
	font-family: Verdana, arial,helvetica,sans-serif; 
	font-size:10px; 
	color:white; 
	font-weight:bold; 
}

.button { 
	background-color:#e3dfd2; 
	color: black; 
	font-family: Verdana, arial,helvetica,sans-serif; 
	font-size: 10px; 
}

A.pageLink {
	clear:both;
	text-align:right;
	font-size:13px;
	letter-spacing:.1em;
	text-transform:uppercase;
	color:#000000;
	display:list-item;
	list-style-position:inside;
	list-style-image: url(images/go.gif);
	text-decoration:none;
	margin-top:4px;
}

A.pageLink:hover {
	color:#D20509;
}

