#wrap
{
	background: #FFF;
}
#pagewrap
{
	float: left;
	position: relative;
	margin-bottom: 1em;
	xbackground: #FFF url("images/background-listing-left.jpg") left top no-repeat;
	background-color: #FFF;
}
/*-------------------------
left column
-------------------------*/
#navCol
{
	position: fixed;
	width: 240px;
	height: 635px;
	padding: 20px;
	font-size: 1em;
	background: #FFF url("images/background-listing-left.jpg") left top no-repeat;
}
a#homelink
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
}
a#homelink img
{
	xwidth: 220px;
	xheight: 60px;
	border: none;
}
#contactinfo
{
	width: 200px;
	margin: 0;
	margin-top: 75px;
	padding: 10px;
	border: 2px outset #9D085C;
	background-color: #EDC7DC;
	text-align: center;
}
#contactinfo h2
{
	margin-bottom: .6em;
	font-size: 1.5em;
	font-style: italic;
}
#contactinfo p
{
	width: 180px;
	margin-bottom: .6em;
}

/*-------------------------
content column
-------------------------*/
#contentCol
{
	float: left;
	width: 700px;
	min-height: 600px;
	margin: 0;
	margin-left: 280px;

	xpadding-bottom: 3em;
	padding: 0;
	padding-bottom: 1em;
	font-size: 1em;
	text-align: center;
	background: #FFF url("images/background-listing-right.jpg") left top no-repeat;
}
#contentCol
{
	xbackground-color: #ECCDDF;
}
#header
{
	xfloat: left;
}
#featurePhoto
{
	float: right;
	min-width: 264px;
	margin: 0 33px 0 1em;
	padding-top: 28px;
}
#featurePhoto img
{
	border: 1px solid #000;
}
#header h1
{
	xfloat: left;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 111px 1em 0 1em;
	xfont-size: 3em;
	font-size: 1.875em;
	font-style: italic;
	background: url("images/kws-logo-listings.gif") top center no-repeat;
}
#header h1 span
{
	font-style: italic;
	white-space: nowrap;
}
#header p.desc
{
	padding: 0 1em;
	font-size: 1.25em;
}



/*-------------------------
input form
-------------------------*/
#body
{
	text-align: left;
}
#body fieldset
{
	float: left;
	margin: 16px;
	padding-bottom: .5em;
}
#body legend
{
	margin-left: 1em;
	padding: .25em;
	font-size: 1.25em;
	border: 1px solid #666;
	background-color: #EEE;
}
#body p
{
	font-size: 1em;
}
fieldset p
{
	clear: left;
	float: left;
	width: 665px;
}
fieldset label
{
	clear: left;
	float: left;
	display: block;
	width: 9em;
	xwidth: 5.625;
	margin-top: .5em;
	margin-left: 1em;
	text-align: right;
}
fieldset input,
fieldset select,
fieldset textarea
{
	width: 475px;
	margin-top: .5em;
	margin-left: 1em;
	xfont-size: 1.4em;
}
fieldset input,
fieldset textarea
{
	font-family: "Courier New", Courier, monospace;
}
fieldset select,
fieldset option
{
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
}
fieldset option
{
	padding-left: .5em;
}
#category_key,
#category_key option{ width: 475px; }
#region_key			{ width: 165px; }
#location			{ width: 320px; }
#phone_local		{ width: 320px; }
#phone_toll_free	{ width: 240px; }
#phone_cell			{ width: 240px; }
#seating_capacity	{ width: 80px; }
#contact_first_name	{ width: 240px; }
#contact_last_name	{ width: 240px; }
#city				{ width: 240px; }
#province			{ width: 80px; }
#postal_code		{ width: 160px; }
#nation				{ width: 112px; }
#contact_phone		{ width: 240px; }

#submit
{
	margin-left: 12em;
	xtext-align: center;
}
.error
{
	font-weight: bold;
	color: #F00;
}
