.bodystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 90%;	/* this scales all ems down 90%. not advisable to use ems in this body tag. Use ems everywhere else */
/*	font-size: 0.9em; */
/*	background-color:#f3e7e9; /* defined in wrapper instead */
/*	margin-left: 10px;  */
/*	margin-right: 10px; */
	text-align:center; /* Win IE5 hack along with text-align in wrapper */
}

/* =STRUCTURE */
#wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* Win IE5 hack along with text-align in body */
	border:1px solid #f3e7e9;
	background-color:#f3e7e9;
/*	background-image: url(images/background.png); 	/* causes the background colour of nav to extend to bottom of page */
/*	background-repeat:repeat-y;						/* causes the background colour of nav to extend to bottom of page */
}

/* "patterns for sale" gallery of thumbnails */
#patterngallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: none;
}
#patterngallery li {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	text-align: center;
}
#patterngallery img {
	display: block;
	border: 1px solid #55424f;
}
/* end patterns for sale gallery of thumbnails */

.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	line-height: 2em;
}
#footer {
	clear:both;
	padding-top: 10px;
	font-size: 0.9em;
	text-align:center;
	color: #000;
	background-color: #f9f4d6;
	width:800px;
	height: 48px;
}

/* =NAVIGATION */

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:center; 
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {	
	display: inline;		/* changes the list from vertical to horizontal */
}

#navigation a:link, #navigation a:visited {
	padding: 3px 10px 2px 10px;
	color: #f3e7e9;
	background-color: #b55b67;
	text-decoration: none;
	border: 1px solid #f3e7e9;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #711515;
}

/* =FORMS */
form {
	border: 1px;
	border-color: #b55b67;
	border-style: dotted;
	padding: 3px 6px 3px 6px;
}
form p label {		/* puts the label on the left with a fixed width, allowing the field to follow on same line */
  float: left;
  width: 30%;
}
form p {			/* puts the next paragraph(label) onto a new line */
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00008B;
	background-color: #f9f4d6;
	border: 1px solid #b5a3a5;
	width: 200px;
}
textarea {		/* multi line text input */
	width: 300px;
	height: 60px;
}
select {		/* pull down list */
	width: 150px;
}
input.email {
	width:300px;
}
input.name {
	width:300px;
}
input.radiobutton {
	width: 20px;
	border: none;
	background-color: transparent;
}
input.checkbox {
	width: 20px;
	border: none;
	background-color: transparent;
}
input.btn {
	width: 70px;
}
input:focus, textarea:focus, select:focus {		/* selected field */
	background-color: #E2E2E2;
}
.patternmenu {
	width:200px;
}

/* =CONTENT */
#content  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 5px 10px 5px;
}
#content p {
	font-size: 0.9em;
	color: #55424f;
}
#content h1, #content h2, #content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 1.4em;
	color: #b55b67;
}
#content h2 {
	font-size: 1.2em;
	color: #b55b67;
}
#content h3 {
	font-size: 1em;
	color: #b55b67;
}

#content a:link {		/* unvisited  */
	color:#b55b67;
	font-size: 0.97em;
	font-weight: bold;
}    
#content a:visited {	/* visited  */
	color:#b5888d;
	font-size: 0.97em;
	font-weight: bold;
} 
#content a:active {  	/* clicking  */
	color:#014627;
	font-size: 0.97em;
}

.top {		/* link to top at bottom of every page */
	float:right;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.nextprev { /* links on bottom of every pattern page to prev and next pattern */
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.imagert {
	float:right;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #665544;
}
.imageleft {
	float:left;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.imagectr {
	float: left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #fff;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
}
.adobereader {
	font-size: .7em;
}
.defn {
	color:#00CCFF}
