body  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left; 
  background-color: #b98d57;
}

body.home  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/wood-floor-bg.jpg") repeat; 
  background-color: #b98d57;
}

body.patternGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALBack-pattern.jpg") repeat-x; 
  background-color: #bddf88;
}

body.colorGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALback-color.jpg") repeat-x; 
  background-color: #a3d6e1;
}

body.lineGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALback-line.jpg") repeat-x; 
  background-color: #323026;
}

body.sketchbookGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALback-sketchbook.jpg") repeat-x; 
  background-color: #eceef2;
}

body.lovelettersGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALback-loveletters.jpg") repeat-x; 
  background-color: #65abb8;
}

body.sculptureGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALback-sculpture.jpg") repeat-x; 
  background-color: #c1c374;
}

body.designGallery  {
  padding: 0;
  margin: 0 auto; 
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: left;
  background: url("/images/GALback-loveletters.jpg") repeat-x; 
  background-color: #65abb8;
}

body.about  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('/images/about-RPT.jpg') repeat;
	background-color: #cac3b7;
}

body.contact {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('/images/contact-RPT.jpg') repeat;
	background-color: #cac3b7;
}

body.news {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('/images/news-RPT.jpg') repeat;
	background-color: #c1c374;
}

a {
	font-family: Georgia, Helvetica, serif;
	font-size: 12px;
	line-height: 12px;
	color: #424242;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, Helvetica, serif;
	font-size: 12px;
	line-height: 12px;
	color: #424242;
	text-decoration: underline;
}

.note {
	position: absolute;
	width: 152px;
	height: 149px;
	top: 116px;
	left: 565px;
	z-index: 10;
}

.galleryArea {
	padding: 100px 0px 20px 0px;
	height: 470px;
	width: 850px;
}

.columnRight {
	padding: 0px 0px 0px 5px;
	width: 106px;
	float: left;
}

.columnMiddle {
	padding: 0px;
	width: 522px;
	float: left;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	color: #424242;
}

.columnLeft {
	padding: 0px;
	width: 165px;
	float: left;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	color: #424242;
}

.columnLeft .thumb {
	width: 34px;
	height: 34px;
	border: 1px solid #d2d3b5;
	background-color: #f0efe1;
	margin: 0px 5px 5px 0px;
	float: left;
}

a.arrow {
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #424242;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

a.arrow-grey {
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}


/***********************************/
/********** FOOTER STYLES **********/
/***********************************/

.footerArea {
	position: absolute;
	top: 595px;
	left: 110px;
	display: block;
	width: 850px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	line-height: 12px;
	color: #424242;
}

.footerArea a.link {
	display: inline;
	height: 22px;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	line-height: 12px;
	color: #424242;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.footerArea a.link:hover {
	display: inline;
	height: 22px;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	line-height: 12px;
	color: #424242;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

.footerArea .copyright {
	display: inline;
	padding: 0px 0px 0px 50px;
	height: 22px;
	font-family: Georgia, Helvetica, serif;
	font-size: 11px;
	line-height: 12px;
	color: #424242;
	font-weight: normal;
}

.footerArea a.home {
	height: 22px;
	width: 22px;
}

/***********************************/
/********** FORM STYLES 1 **********/
/***********************************/

.formText { 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
}

.formText strong { 
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
}

.formText strong a { 
	color: #333366;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none; 
}

.formTextInput { 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 4px;
}

select.formTextInput { 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 3px;
}

.formText strong a:hover { 
	color: #000033;
	text-decoration: underline;
}
	
.formTextBad { 
	color: #990000; 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.formTextBad b { 
	color: #990000; 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.formTextBad strong { 
	color: #990000; 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.formBadInput { 
	color: #990000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 4px;
}

select.formBadInput { 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 3px;
}


