/* CSS Document */

/* @group Structure */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
	color: #97988f;
}

#chop {
	margin-top: 0;
	margin-left: 0;
	position: fixed;
}

#head {
	width: 918px;
	position: fixed;
	margin-left: 106px;
	margin-top: 0;
	z-index: 1;
	background-color: #fff;
}

#content {
    height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	width: 918px;
	position: absolute;
	overflow: visible;
	margin-top: 134px;
	margin-left: 106px;
}

#footer {
	bottom: 0;
	position: fixed;
	left: 106px;
	z-index: 1;
}

#columnA {
	margin-left: 0;
	width: 450px;
}

#columnB {
	margin-left: 468px;
	width: 450px;
}

#column1 {
	margin-left: 0;
	position: absolute;
	width: 294px;
}

#column2 {
	margin-left: 312px;
	width: 294px;
}

#column3 {
	margin-left: 624px;
	width: 294px;
}



/* @end */

/* @group Style */

a:link { text-decoration: none;
	color: #191919;
}
a:active { text-decoration: none;
	color: #000;
}
a:visited { color: #97988f;
	text-decoration: none;
}
a:hover { text-decoration: none; color: #eadc9f; }

a img { border: none; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px;
	line-height: 1em;
}
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }



/* @end */
