body {
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background: #000;
	height: 100%;
}

#containerWrapper {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background: #000 url(../images/background_container.gif) repeat-y center top;
}

html>body #containerWrapper {
	height: auto;	
}

#container {
	width: 760px;
	margin: 0 auto;
	color: #666;
	background: #fff;
}

#meta {
	display: none;
	text-align: right;	
	margin: 0 30px;
	padding-top: 1ex;
	height: 3.8ex;
	border-bottom: 1px solid #000;
}

#metaContent {
	margin-bottom: 2px;
	border-bottom: 1px solid #000;
	height: 3.4ex;
}

#header {
	text-align: left;
	height: 190px;
	background: url(../images/background_header.png) no-repeat center top;
}

#toggleMeta {
	cursor: pointer;
	display: block;
	position: relative;
	top: 10px;
	left:700px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -20em;
	background: url(../images/toggle_meta.png) no-repeat left center;
}

#header h1 {
	display: none;
}

#title {
	margin: 0 auto;
	padding: 0;
	width: 660px;
	color: #000;
	text-align: right;
	font-size: 1.4em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	line-height: 2.8ex;  
}

#pageTitle {
	margin: 2ex 50px 1ex 50px;
	color: #a00;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	line-height: 2.8ex;  
}

#content {
	margin: 0 auto;
	padding: 2ex 50px 50px 50px;
	text-align: left;
}

#content:after {
	clear: both;
	display: block;
	content: " ";	
}

#contentLeft {
	float: left;
	width: 70%;
}

#contentRight .block {
	margin-bottom: 3ex;	
}

#contentRight {
	float: right;;
	width: 25%;
}

#footerWrapper {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;	
}

#footer {
	margin: 0 auto;
	padding: 1ex 0 2ex 0; 
	width: 660px;
	text-align: left;
	color: #666;
	background: #fff;
	border-top: 1px solid #666;
	text-align: center;
}
