body {
	color: #000;
	background: #fff;
}

#content a, #footer a {
	color: #e7a800;
}


#content h3, #content h4 {
	color: #000;
}

#content h1, #content h2 {
	color: #ba6912;
}

#content {
	font-size:1.2em;
}
body #rootBar a, body #rootBar {
	color:#630a59;
}

/*--------------------------------*/

#header h1 {
	width:100%;
	height:100%;
}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
}

#header h1 span {
	display:none;
}

body {
	/*background-image: url(../images/noir.png);*/
}

#metacontainer {
	background-image:url(../images/general.jpg);
	background-position:center -20px;
	background-repeat:no-repeat;
}

#container {
	background: url(../images/general.jpg) -120px  -35px no-repeat;
}

#footer {
	clear:both;
	background-image:url(../images/general.jpg);
	background-position:-120px 0px;
	background-repeat:no-repeat;	
	text-align:center;
}

#footer a {
	text-decoration:none;
}

#rootBar {
	background: url(../images/general.jpg) -120px -202px no-repeat;
	padding-left:40px;
	font-size:1.3em;
	position:relative;
	z-index:1;
}
	#rootBar a {
		position:relative;
		top:-1px;
	}

#content {
	border:solid 1px #0066ff;
	border-bottom:none;
	border-top:none;
}