body {
	margin: 0;
	padding: 0;
	background-color: #596F80;
	min-width: 73em; /* 2 * (LC width + LC padding + CC padding) + RC width + RC padding */
	font: 0.7em/1.5em "Lucida Grande", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	color : #ffffff;
}

/* careful */
h1, h2, h3, h4, h5, ul, li, div, p {
	padding: 0;
	margin: 0;
}

/* layout misc */
#header {
	font-family: Verdana, sans-serif;
	font-size: 7em;
	padding-top: 3.5em;
}

#bottom {
	font-family: Verdana, sans-serif;
	font-size: 1.7em;
	padding-top: 3em;
	padding-right: 8em;


}

/* top, courtesy ala */
#topcontainer {
	padding-left: 24em; /* LC width + LC padding */
	padding-right: 25em; /* RC width + RC padding + CC padding */
	overflow: hidden;
}

#topcontainer .column {
	position: relative;
	float: left;
}

#topcenter {
	width: 100%;
	padding-bottom: 1em;
}

#topleft {
	width: 15.5em; /* LC width */
	right: 24em; /* LC width + LC padding + CC padding */
	margin-left: -100%;
	padding: 0 3em 1em 5.5em;
}

#topright {
	width: 18em; /* RC width */
	padding: 0 5em 1em 2em;
	margin-right: -100%;
	line-height: normal;
	min-height: 50em;
}

/* for you with love, microsoft */
* html #topleft {
	left: 25em; /* RC width + RC padding */
}

/* bottom */
#bottomcontainer {
	background: #444;
	color: #ccc;
	text-align: left;
	padding: 1em 0;
	border-top: 3px solid #111;
	margin-top: 1.5em;
	min-height: 400em;
	width: 100%;
}

#bottomleft {
	float: left;
	width: 30em;
	min-width: 30em;
	padding-left: 24em;
}

#bottomright {
	float: right;
	width: 15em;
	min-width: 15em;
	text-align: right;
	padding-right: 8em;
}

/* text */
h1, h2, h3, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

#bottomleft h1, #bottomleft h2, #bottomleft h3, #bottomleft h4, #bottomleft h5 {
	color: #999;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 0.6em 0;
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
	padding: 2em 0 0.8em 0;
}

h3 {
	font-size: 1.1em;
	padding: 0 0 1em 0;
}

h4 {
	text-align: right;
	font-size: 0.9em;
	font-weight: normal;
}

h5 {
	font-size: 1.3em;
	padding: 0.5em 0;
}

p {
	padding: 0 0 0.3em 0;
}

#topleft p, #topcenter p, #bottomleft p {
	text-indent: 1em;
}

p.header {
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
}

#bottomleft p.noindent, #topcenter p.noindent, #topleft p.noindent {
	text-indent: 0;
}

p.quote {
	padding: 1em 0 1em 1em;
	margin: 2em 1em 2em 2em;
	border-left: 3px solid #000;
}

/* anchors */
a {
	color: #fff;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

#header a, #header a:hover, #header a:active {
	text-decoration: none;
	color: #fff;
}

h2 a, #topright a {
	color: #444;
	text-decoration: none;
}

h2 a:hover {
	color: #999 !important;
	text-decoration: none !important;
}

#topright a:hover {
	color: #555;
	text-decoration: underline;
}

#bottomleft a {
	color: #aaa;
}

#bottomleft a:hover, #bottomleft a:active {
	color: #ccc;
}

#bottomright a {
	color: #aaa;
	text-decoration: none;
}

#bottomright a:hover {
	color: #ccc;
}


#topright li {
	margin-left: 1em;
}

#bottomright ul {
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #999;
	text-align: left;
}

#bottomright li {
	border-top: 1px solid #999;
	padding: 0.2em 0 0.2em 0.5em;
	color: #909090;
}

#bottomright li:hover {
	background: #333;
}

hr {
	color: #aaa;
	background: #aaa;
	width: 80%;
	height: 1px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}