body
{
	margin: 0;
	padding: 0;
	
	color: #9fa5ac;
	font: normal 75% "Lucida Grande", Helvetica, Arial, Sans-Serif;
	line-height: 150%;
	
	background: url(/images/layout/background.gif) top center repeat-y #303030;
	
	text-align: center;
}

a:link, a:visited, a:hover, a:active
{	
	color: #cbcfd5;
	text-decoration: none;
}
/*<group=Wrapper>*/
#wrapper
{
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	
	text-align: left;
	
	width:  655px;
}

/*</group>*/

#logo
{
	margin: 0;
	padding: 0;

	cursor: pointer;
	
	background: url(/images/layout/logo.gif) no-repeat;
	
	width: 235px;
	height: 29px;
}

#logo h1
{
	display: none;
}
#navigation
{
	float: left;

	margin: 0;
	padding: 40px 0 0 0;
	
	width: 255px;
	
}

#navigation ul
{
	margin-right: 20px;
	
	list-style: none;
	padding-left: 0;
	
	text-align: right;
}

#navigation ul li
{
	margin: 8px 0;	
}

#navigation a
{
	padding: 0 3px;
	
	background-color: #474747;
}

#navigation a:hover
{
	background-color: #5d5d5d;
}

#content
{
	float: left;
	margin: 0 30px;
	padding: 0;
	
	width: 340px;
}

#content p
{
	margin: 30px 0 35px 0;
	padding-top: 0;
	
	font-size: 400%;
	line-height: 75%;
	letter-spacing: -.1em;
}

#content p a
{
	padding: 0 2% 0 1%;
	margin: 0;
	color: #474747;
	background: url(/images/layout/highlight-background.gif) top left repeat;
	
}

#content p a:hover
{
	background-image: url(/images/layout/highlight-on-background.gif);
}

#footer
{
	clear: both;
	
	font-size: 70%;
	text-align: right;
}

/*<group=Contact>*/
#contact
{
	margin: 0;
	padding: 20px 0 0 0;
	
	border: none;
}

#contact label
{
	float: left;
	
	margin: 2px 5px 8px 0;
	padding: 2px 0 0 0;
	
	color: #474747;
	
	width: 15%;
}

#contact input
{
	margin-top: 2px;
}

#contact textarea
{
	margin-top: 2px;
}

#contact br
{
	clear: both;
}

#contact input.submit
{
	margin: 20px auto;
	padding: 0;
}
/*</group>*/

/*<group=Form Response>*/

#form-sent
{
	margin: 10px;
	padding-left: 48px;
	
	color: #000;
	
	background: url(/images/icons/success.gif) 2px 7px no-repeat  #FCFBCF;

	border: 1px dotted #f9e948;
	min-height: 50px;
}

#form-error
{
	margin: 20px 0 0 0;
	padding-left: 48px;
	
	color: #333;

	line-height: 120%;
	
	background: url(/images/icons/error.gif) 2px 7px no-repeat #F9ECEC;
	
	border: 1px dotted #C44747;
	min-height: 50px;
}

#form-sent p, #form-error p
{
	margin: 4px 0;
	padding: 0;
	
	font-size: 100%;
	line-height: 120%;
}

#form-error p strong.alert
{
	color: #C44747;
}

#form-error ul
{
	padding-left: 20px;
}

#form-error ul li
{
	padding-bottom: 0;
	list-style-type: square;
}
	
/*</group>*/
