html, body {
	width: 100%;
	height: 100%;
}

.clear { clear: both; height: 1px; font-size: 1px; }
.left { float: left; }

/**
 * Global styles
 */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 993px;
	min-height: 100%;
}

div#container {
	position: relative;
	padding: 92px 0 0 0;
	width: 100%;
	background: url('../../gfx/wrapperbg.gif') repeat-y;
}

div#footer {
	position: relative;
	display: block;
	width: 100%;
	padding: 34px 0 0 0;
	height: 26px;
	background: #fff url('../../gfx/footerbg.gif') top left no-repeat;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	color: #7e7e7e;
	
}

div#header {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 92px;
	background: #fff url('../../gfx/headerbg.gif') bottom left no-repeat;
}

/**
 * Content styles
 */
 
div#content {
	position: relative;
	padding: 40px 21px;
	width: 707px;
}

div#menu {
	position: relative;
	padding: 40px 18px;
	width: 208px;
}

h1 {
	margin: 0 0 25px 0;
	font-family: arial;
	font-size: 18px;
	color: #1850c9;
}

h2, p {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #7e7e7e;
}

p {
	margin: 0 0 20px 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

div#menu a {
	display: block;
	font-family: arial;
	font-size: 11px;
	line-height: 19px;
	color: #1850c9;
}