
#content {
	position: relative;
	padding-top: 1px;
	min-height: 460px
}

* html #content {
	height: 460px;
}

#content div.menu {
	background: #1c1c1d;
	border-top: 3px solid #323234;
	width: 325px;
	min-height: 175px;
	position: absolute;
	right: 0; bottom: 0;
}

* html #content div.menu {
	height: 175px;
}

#content div.content {
	background: url(../images/i/bg/pix-grey.gif) #242525 top left repeat-x;
	/* border-top: 1px solid #3f4041; */
	margin-top: 354px;
	padding: 20px 350px 28px 25px;
}

#content div.content h1 {
	margin: 0px 0 2px 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
}

#content div.content div {
	background: #242525;
}

#content div.content p {
	margin: 7px 0 0 0;
	font-size: 1.2em;
}

#flash { position: absolute; padding-top: 8px; }

