﻿#globalHolder {
	background: url(Images/bg2.png) center top no-repeat; 
}
#pictureHolder {
	background-color: transparent;
}

.contentLane {
	float: left;
	width: 635px;
}
.contentLane h1 {
	margin-top: 0px;
}
.contentLane ul {
	margin-top: 10px;
}
.contentLane > div {
	padding: 30px;
	margin-top: 15px;
	background: #f9f9f7;
	overflow: auto;
}

.sideLane {
	float: right;
	width: 300px;
	color: #f9f9f7;
	padding-top: 25px;
}
.sideLane h1 {
	color: #f9f9f7;
	font-size: 170%;
}
.sideLane > h1 {
	margin: 15px 0px 0px 15px;
}
.sideLane h2 {
	margin-top: 0px;
}
.sideLane h3 {
	margin-top: 0;
	color: #fdd99b;
}
.sideLane .more {
	background-position: center;
	background-image: url('Images/more.png');
	padding: 5px 15px;
	text-align: center;
	float: right;
	color: black;
}
.sideLane > div, .sideLane > a {
	overflow: auto;
	padding: 15px;
	margin-top: 0px;
	border-bottom: 1px solid black;
}
.sideLane a {
	color: #fdd99b;
}
.sideLane a.region {
	color: #f9f9f7;
}
.sideLane a.region:hover {
	color: #fdd99b;
}
