@charset "UTF-8";

/*
 * @version $Id: structure.css 36 2008-06-27 08:08:59Z moeller $
 */
 
html {
	height: 100%;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #3399cc url('../gfx/body_bg.gif') 0 40px repeat-x;
	color: #000;
	height: 100%;
}
#container {
	position: relative;
	background: transparent url('../gfx/container_bg.gif') 200px 0 repeat-y;
	width: 880px;
	min-height: 100%;
}
/* IE Hack */
* html #container
{
	height: 100%;
}
#header {
	padding: 20px 5px 0 0;
	border-bottom: 32px solid #85d6d6;
	background: transparent url('../gfx/body_bg.gif') 0 40px repeat-x;
}
#logo {
	margin: 20px 0 0 0;
	float: left;
	width: 200px;
	height: 73px;
}
#headerNavigation {
	margin: 0 5px 0 200px;
	float: right;
	height: 40px;
}
#mainNavigation {
	margin: 65px 0 0 200px;
	height: 28px;
}
#logout {
	position: absolute;
	top: 85px;
	right: 0;
}
#search {
	float: right;
	margin: 4px -5px 0 0;
}
#flashHeader {
	margin: -10px -55px -3px 200px;
	width: 790px;
	height: 135px;
}

#contentContainer {
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}
#subNavigation {
	padding-left: 44px;
	float: left;
}
#mainContentContainer {
	margin: 0 0 0 200px;
}

#contentCenter {
	margin: 0 20px 0 25px;
}

#container.two-columns #contentCenter {
	margin: 0;
	padding:0 25px;
	float: left;
	width: 300px;
}
#container.two-columns #contentRight {
	margin: 0;
	float: left;
	width: 300px;
	padding:0 4px;
}

* html #container.two-columns #contentCenter {
	overflow: hidden;
}

#footer {
	clear: both;
	text-align: right;
	position: relative;
	margin-top: -20px;
	background: transparent url('../gfx/container_bg.gif') 200px 0 repeat-y;
	width: 880px;
	height: 20px;
}