/*
Body and layout.
*/

body
{
	margin: 10px;
	padding: 0;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 1.6;
	color: #909090;
	background-color: #709574;
	background-image: url(../img/01/body_bg_hugeass.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}

#krollspell
{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#container
{
	margin: 0 auto;
	padding: 0;
	width: 683px;
	text-align: right;
	background-image: url(../img/01/container_top.gif);
	background-color: #f0f1f5;
	background-repeat: no-repeat;
}

#address
{
	margin: 0 auto;
	padding-left: 20px;
	width: 683px;
	text-align: left;
	color: #fff;
	padding-top: 6px;
	margin-bottom: 40px;
}

#address a
{
	color: #fff;
}

#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	min-height: 28px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/01/ie_footer.gif);
	background-repeat: repeat-x;
}

#header
{
	margin: 0 auto;
	padding: 0;
	width: 684px;
	height: 147px;
	margin-top: 28px;
	text-align: left;
}

#content
{
	margin: 0;
	padding: 18px;
	width: 429px;
	text-align: left;
	float: left;
	min-height: 600px;
}

#nav
{
	margin: 71px 17px 25px 0;
	padding: 5px 0px 0px 0px;
	width: 187px;
	text-align: right;
	float: right;
	background-color: #D9DADC;
	background-image: url(../img/nav_top.png);
	background-repeat: no-repeat;
}

#shim
{
	background-image: url(../img/nav_bot.png);
	background-repeat: no-repeat;
	min-height: 20px;
	background-position: -1px;
}

#container_bottom
{
	background-image: url(../img/01/container_bot.gif);
	background-repeat: no-repeat;
	height: 13px;
}

#hothouse_but
{
	padding: 0 13px;
	border: 0;
}

#nav ul
{
	list-style: none;
	padding-right: 14px;
}

#nav li
{
	padding-top: 1px;
}

#nav li a
{
	text-decoration: none;
}

#nav strong
{
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
}

#nav .last
{
	padding-bottom: 10px;
}

#content ul
{
	list-style: none;
}

#content li a
{
	text-decoration: none;
}

/*
Typography
*/

strong
{
	color: #656565;
	font-weight: normal;
}

h1, h2 ,h3, blockquote
{
	font-size: 22px;
	color: #89b371;
	font-weight: normal;
	line-height: 1;
}

blockquote
{
	line-height: 1.3;
	margin: 10px 16px 6px 16px;
}

cite
{
	font-size: 14px;
	text-align: right;
	display: block;
	margin: 0 16px 0 0;
	font-style: normal;
	color: #89b371;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

#nav a, #nav a:visited
{
	color: #999;
}

#nav a:hover, #nav  a:active
{
	color: #EC7030;
}

a , a:visited
{
	text-decoration: none;
	color: #89b371;
}

#content a, #content a:visited
{
	padding-bottom: 1px;
	border-bottom: solid 1px #D8D8D8;
}

a:hover, a:active
{
	color: #628b63;
}

#hothouse_but a
{
	border: 0;
}

#content .floatleft
{
	float: left;
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #779c7a;
}