
/*		Body, Page & Main Values	*/
body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}
#page {
  font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #cc3333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	margin-top: 5px;
	padding-top: 0px;
	color: #222222;
}

/*		Hide Header & Left Frame*/
#lang, #main-nav, #people, #left-frame  {
  display: none;
}
#header {
	height: 81px;
	width: 850px;
	background: url(../images/header.gif) top center no-repeat;
}

/*		Main Content	*/
#right-frame, #right-content {
  width: 100%;
}
#right-content img {
	float: right;
	border: 0px;
}
span.detail {
	width: 125px;
	font-weight: bold;
	color: #000000;
	display: block;
	float: left;
}
span.detail > p {
	display: block;
}

/*		Change footer	*/
#footer {
  width: 100%;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#footer-left {
  display: none;
}
#footer-middle {
  float: left;
}
#footer-right {
  float: right;
}
