/* Layout ------------------------------------ */
#outerWrapper
{
	width:775px;
}
#wrapper
{
	margin:10px 0 0 32px;
	background:url("../images/body.jpg") top left no-repeat;
	text-align: left;
}
#primaryContent
{
	width:443px;
	margin:9px 0 0 0;
	float:left;
}
#secondaryContent
{
	width:216px;
	margin:34px 23px 15px 23px;
	float:left;
	background:url("../images/secondaryContent.gif") bottom center no-repeat;
	padding-bottom:120px;
	text-align: right;
}
#footer
{
	clear:both;
	height:15px;
	width:100%;
	background:url("../images/body-bottom.jpg") top left no-repeat;
}

/* Typography ------------------------------- */
body
{
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
}
h1, h2, h3, h4, h5, h6
{
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
}
h1, h2
{
	font-size: 218%;
	margin:1px 0;
	color:#3c473f;
}
h3
{
	font-size: 137%;
	color:#3c473f;
}
h4
{
	font-size: 118%;
}
address
{
	font-style:normal;
	color:#4f5f4d;
}
#secondaryContent p
{
	color:#4f5f4d;
}


/* Login ------------------------------------ */
#signInForm-section,
#newUserForm-section
{
	
}
#primaryContent form
{
	margin:0;
}
#primaryContent p
{
	margin:8px 0 0 0;
	display:block;
}
#primaryContent label
{
	display:block;
	text-transform: lowercase;
	color:#556050;
}
#primaryContent .note
{
	font-size:10px;
	color:#84995c;
}
#primaryContent #error
{
	width:160px;
	float:right;
	margin-left:10px;
}
#primaryContent #error span
{
	display:block;
	background:#c0d1c1;
	border:2px solid #6f7d5a;
	color:#3f4c3d;
	margin:0 0 4px 0;
	padding:2px 4px;
}
#primaryContent #error span strong
{
	color:#4b563b;
}
#primaryContent #error.loading span
{
	background:green;
	color:#fff;
	border:2px solid #9dc99c;
}
#primaryContent .fields
{
	margin:0 160px 0 0;
}
#primaryContent input,
#primaryContent select
{
	display:block;
	width: 234px;
	background:#fff;
	border:1px solid #556050;
	padding:2px;
}
#primaryContent #submit
{
	margin-top: 8px;
	color:#3c473f;
	padding:2px 4px;
	text-transform: lowercase;
	font-weight: bold;
	/*
	border-bottom: 2px solid #828f73;
	border-right: 2px solid #828f73;
	background:#cbdccc;
	*/
}
#primaryContent strong
{
	color:#282d20;
	font-size:1.1em;
	line-height:1.6em;
}