/* --------------------
GENERAL FORMATTING
-------------------- */

a:link, a:visited {text-decoration: none; color: #49A288; background-color: transparent; font-weight: bold;}
a:hover, a:active {text-decoration: underline; color: #49A288; background-color: transparent; font-weight: bold;}

html, body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	color: #46351D;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #E5D9C1 url(/images/layout/cfgbook_bgtile.jpg) repeat;
	}
	
/* --------------------
LAYOUT STYLING PORTION
-------------------- */		

/* top level div for overall layout */
#container {
  	position: relative;
	width: 586px;
	margin: 0px auto;
	padding: 0px;
	background: #E4DAC2 url(/images/layout/cfgbook_contentbg.jpg) repeat-y;
	text-align: justify;
	min-height: 100%;  /* For Modern Browsers */
	height: auto !important;  /* For Modern Browsers */
	height: 100%;  /* For IE */
	}

/* --------------------
HEADER SECTIONS PRIOR TO MAIN CONTENT AREA
-------------------- */

/* topmost header image */
#pageheader {
	padding: 0px;
	margin: 0px;
	}
#pageheader h1 {
	width: 586px;
	height: 118px;
	margin: 0px;
	padding: 0px;
	background: url(/images/layout/cfgbook_header.jpg) no-repeat;
	}
#pageheader h1 span {
  	display: none;
	}
	
/* --------------------
FOOTER SECTION AFTER MAIN CONTENT AREA
-------------------- */

#pagefooter {
  	position: relative;
	width: 586px;
	height: 45px;
	margin: 0px auto;
	margin-top: -45px;
	padding: 0px;
  	background: #E4DAC2 url(/images/layout/cfgbook_footer.jpg) no-repeat;
	}	
#pagefooter2 {
	padding-left: 67px;
	padding-top: 23px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
#pagefooter2 a:link, #pagefooter2 a:visited { 
	text-decoration: underline;
	color: #46351D;
	background-color: transparent;
	font-weight: normal;
	}
#pagefooter2 a:active, #pagefooter2 a:hover {
	color: #49A288;
	font-weight: normal;
	}

/* --------------------
MAIN CONTENT AREA
-------------------- */

/* main content area text and objects */
#content {
	width: 586px;
	overflow: visible; /* For IE's buggy italics problem */
	min-height: 255px;  /* For Modern Browsers */
	margin: 0px;
	padding-bottom: 60px; /* For Footer Space */
	}
	
.p1 {
	padding: 0 32px;
	}
.p1 p {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	}

#content h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.07em;
	text-align: center;
	color: #921719;
	}
input, select, textarea {
	padding: 2px;
	margin: 2px 0px 5px 0px;
	background-color: #F4EBD4;
	color: #46351D;
	border: 1px #4E423E solid;
	font-size: 11px;
	font-family: Verdana, "Courier New", Georgia, "Times New Roman", serif;
	vertical-align: middle;
	}
#name, #email, #url, #reason, #comments {
	width: 280px;
	}
label {
	font-weight: bold;
	}
.contact-form {
	margin-left: 50px;
	}
