body {
	background: #FEA2CA url("/images/bgPattern.jpg");
	margin: 0;
	padding: 0;
	color: #886359;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, td, p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	}

/**************************************************************/
/* Generic elements */

a {
	color: #E10785;
	}
img {
	border: none;
	}
h4 {
	margin: 1.5em 0 0.5em 0;
	}
h5 {
	margin: 0 0 0.5em 0;
	color: #C0272D;
	font-weight: normal;
	}
p {
	line-height: 1.1em;
	margin: 0 0 1em 0;
	padding: 0 18px;
	}
	
.center {
	text-align: center;
	}
.right {
	float: right;
	}

form {
	margin: 0;
	padding: 0;
	}

	
br.cl {
	font-size: 1px;
	clear: both;
	line-height: 0;
	}

div.hr {display: none}
/*/*/a{}
div.hr {
	clear: left;
	display: block;
	height: 1px;
	background-image: url("/images/rule.gif");
	background-repeat: repeat-x;
	background-position: center center;
	margin: 1em 20px;
	}
#footer div.hr {
	height: 5px;
	background-image: url("/images/rule_footer.gif");
	}
hr {display:none}
/* */

tr.row-a td {
	background: #F4F1E7;
	}
	
input.imgsubmit {
	vertical-align: middle;
	}
input.fullwidth,
textarea.fullwidth {
	width: 470px;
	}

img.illustration {
	float: right;
	margin: 0 0 1em 1em;
	}
img.illustration2 {
	float: left;
	margin: 0 1em 1em 0;
	}

/**************************************************************/
/* Main structural blocks */

#container {
	/* Everything on the page */
	width: 780px;
	margin: 10px auto 20px auto;
	text-align: left;
	}
	
#shadowtop {
	/* Before content */
	width: 780px;
	height: 5px;
	font-size: 1px;
	}
#shadowleftright {
	/* Around content */
	width: 780px;
	}
#shadowbottom {
	/* After content */
	width: 780px;
	height: 5px;
	font-size: 1px;
	}
	
#content {
	/* The main white 'page' */
	width: 760px;
	background: #fff;
	margin: 0 5px;
	padding: 0 5px 25px 5px;
	border: 1px solid #fff;
	}
	
#header {
	/* Title and menu */
	width: 760px;
	text-align: center;
	}
h1 {
	font-size: 1px;
	margin: 0 0 7px 0;
	padding: 0;
	}

#menu {
	margin-left: 4px;
	}
#menu td {
	line-height: 0;
	}

#main {
	/* Everything between menu and footer */
	width: 760px;
	margin-top: 20px;
	}

#col-l {
	float: left;
	width: 516px;
	}
#col-r {
	float: left;
	width: 242px;
	margin-left: 2px;
	}
#footer {
	clear: both;
	width: 760px;
	text-align: center;
	margin-top: 1em;
	}
#footer a {
	color: #886359;
	}


/**************************************************************/
/* MODULES - the blocks with rounded corners */

div.module {
	background: url("/images/module_coll_bottom.gif") no-repeat left bottom;
	width: 510px;
	margin: 0 0 5px 0;
	padding: 0 0 16px 0;
	}
div.module-head {
	background: url("/images/module_coll_top.gif") no-repeat left top;
	height: 1em;
	}
img.module-head {
	display: block;
	}
div.module-body {
	background: url("/images/module_coll_middle.gif") repeat-y left bottom;
	padding: 0 15px;
	}
div.module-body p {
	padding-left: 0;
	padding-right: 0;
	}
div.module-body div.hr {
	margin-left: 0;
	margin-right: 0;
	}
h3 { 
	margin: 0 0 0 17px;
	padding: 0;
	}
div.module-body h3 {
	margin-left: 0;
	}
h4 {
	margin: 0.5em 0 1em 0;
	padding: 0;
	}
h4 small {
	font-weight: normal;
	}
	
	
/* Changes for right column modules */
#col-r div.module {
	background-image: url("/images/module_colr_bottom.gif");
	width: 242px;
	}
#col-r div.module-body {
	background: url("/images/module_colr_top.gif") no-repeat left top;
	padding: 12px 0 0 0;
	}
#col-r div.module p {
	margin-bottom: 0;
	padding: 0 17px;
	}
#col-r div.module-body img {
	margin: 5px 7px 0 7px;
	}
#col-r h3 {
	margin-left: 7px;
	}

/* Making things sit in two columns within modules. */
div.left-1 {
	float: left;
	width: 186px;
	}
div.right-1 {
	float: left;
	width: 290px;
	}

div.left-2 {
	float: left;
	width: 89px;
	}
div.right-2 {
	float: left;
	width: 370px;
	}

div.left-3 {
	float: left;
	width: 125px;
	clear: left;
	margin-left: 18px;
	}
div.module-body div.left-3 {
	margin-left: 0;
	}
div.right-3 {
	float: left;
	width: 351px;
	}
div.right-3 p {
	padding-left: 0;
	}
	
div.left-4 {
	float: left;
	width: 240px;
	}
div.right-4 {
	float: left;
	width: 239px;
	}


/**************************************************************/
/* Special cases in right column */
div.module#challenge img {
	float: right;
	margin: 0 7px 3px 5px;
	}
div.module#challenge h3 {
	width: 160px;
	}
div.module#challenge h3 img {
	float: left;
	margin-right: 0;
	}
div.module#signup table {
	margin: 0 17px;
	}



/**************************************************************/
/* Page specific styles */

table#welcome td {
	line-height: 0;
	}
table#welcome td.top {
	font-size: 1px;
	}
table#welcome p.center {
	margin-bottom: 0;
	}

/* About page */
div.book {
	float: left;
	width: 245px;
	}
div.blurb {
	float: left;
	width: 264px;
	}
div.blurb p {
	padding-left: 0;
	padding-right: 0;
	}
div.quotes {
	clear: left;
	width: 505px;
	margin: 5px 5px 10px 5px;
	}
div.buyit {
	float: left;
	width: 270px;
	}
div.details {
	float: left;
	width: 245px;
	padding-top: 3px;
	}

/* Challenge page */
.challenge-head h3 {
	line-height: 0;
	}
.challenge-head img.glove {
	float: right;
	}
.challenge-head p {
	margin: 2em 0 0 1.5em;
	}

div.email {
	margin: 1em auto;
	width: 600px;
	}

/* Gallery */
div.comment {
	margin-left: 2em;
	}

div.pagenums {
	float: left;
	margin-top: 12px;
	}
div.nextprev {
	float: right;
	text-align: right;
	}
div.next,
div.prev {
	width: 135px;
	float: left;
	}
	
div.thumbs {
	clear: left;
	margin-top: 1em;
	}
div.thumbs div {
	float: left;
	width: 100px;
	margin-right: 20px;
	}


/**************************************************************/
/* Font sizes are all kept here, for ease of tweakage. */

input.text {
	font-size: 0.9em;
	}
#col-r div.module h3 {
	font-size: 1em;
	}
h4,
h5 {
	font-size: 0.85em;
	}
p,
td,
li {
	font-size: 0.7em;
	}
td p,
li p {
	font-size: 1em;
	}
#footer {
	font-size: 0.7em;
	}
	


