* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	height:100%;
}
body {
	background: #FFF;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 14px;
	color: #666699;
}

#Site {
	background: #666699 url('../images/background-main.png') repeat-x 0 0;
	min-height: 775px;
}
.Container {
	width:960px;
	margin: 0 auto;
	position:relative;
}
#Header, #Navigation {
	float:right;
	text-align:right;
	padding: 20px;
	width: 920px;
}
#Header {
	height: 50px;
}
#Header img {
	position:absolute;
	left: 10px;
	top: 66px;
}

#Header h1,
#Header p {
	color: #FFF;
	font-weight:bold;
}
#Navigation {
	height: 190px;
}
#Navigation p {
	font-weight:bolder;
	font-size: 18px;
}

#Navigation ul {
	position:absolute;
	top: 250px;
	right:20px;
	font-weight:700;
	font-size:22px;
	color: #FFF;
	text-transform:uppercase;
	list-style: none none;
}
#Navigation ul li {
	float:left;
	padding: 2px 15px;
	border-right: 2px solid #FFF;
}
#Navigation ul li:last-child {
	border-right: none;
}
#Navigation ul li a {
	color: #FFF;
	text-decoration:none;
}
#Navigation ul li a:hover,
#Navigation ul li a:active,
#Navigation ul li.active a {
	color: #006600;
}

#Header h1 {
	font-size: 22px;
}
#Header p {
	font-size: 16px;
}
#Header a {
	color: #FFFFFF;
}
#Header a:hover {
	color: #CCCCCC;
}
#Content {
	clear:both;
	padding-left: 10px;
}
#Content h1 {
	font-size: 26px;
}
#Content h2 {
	font-size: 22px;
	margin-top: 24px;
}
#Content .Top { 
	background: transparent url('../images/content-top.png') no-repeat 0 0;
	padding-top:25px;
}
#Content .Bottom {
	background: transparent url('../images/content-bottom.png') no-repeat 0 100%;
	padding-bottom: 29px;
}
#Content .Main {
	padding: 0 20px;
	background: transparent url('../images/content-main.png') repeat-y 0 0;
	min-height: 400px;
}
#Content p {
	padding: 15px 0;
	font-size: 18px;
	width: 425px;
}
img.Right {
	float:right;
}
#Footer {
	padding: 20px;
	height: 130px;
	background: #FFF url('../images/background-footer.png') repeat-x 0 0;
}
#Footer ul {
	width:100%;
	padding: 0 20px;
	list-style:none;
}
#Footer ul li {
	float:left;
	padding: 1px 10px;
	border-right: 1px solid #666699;
}
#Footer ul li:last-child {
	border-right: none;
}
#Footer ul li a {
	color: #666699;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-decoration:none;
}
#Footer ul li a:hover {
	color: #000;
}
#Footer p {
	padding: 40px 20px 0px 20px;
}
p.Right {
	text-align: right;
}

#Content ul li {
	list-style:inside;
	padding: 2px 15px;
	border-right: 2px solid #FFF;
}
