body {
	background: #4B4B4B;
	margin: 0px;
}

#container {
	width: 960px;
	margin: 0px auto;
	background: #FFF url('../images/contentbg.gif') repeat-y;
	position: relative;
}

#header {
	border-bottom: 23px solid #257880;
	height: 120px;
}

#header img {
	float: left;
}

#toby {
	padding-top: 15px;
	position: absolute;
	top: 8px;
	left: 0px;
}

#left {
	font-family: arial, verdana, sans-serif;
	width: 180px;
	padding-top: 210px;
	float: left;
}

#left ul, #left ul li {
	margin: 0px;
	padding-left: 0px;
}

#left ul {
	margin-bottom: 50px;
}

#left ul li {
	list-style: none;
	background: url('../images/navbg.gif') no-repeat;
	background-position: bottom right;
	padding: 10px 0px;
	text-align: right;
	font-size: 0.9em;
}

#right ul {
	margin-bottom: 20px;
	color: white;
	padding-left: 15px;
	margin-left: 0px;
}

#right ul li {
	margin-bottom: 10px;
}

#center {
	font-family: georgia;
	width: 530px;
	padding: 90px 20px 10px 20px;
	background: url('../images/ladybird.jpg') no-repeat;
	background-position: top right;
	float: left;
	position: relative;
}

#right {
	float: left;
	width: 190px;
	padding: 20px 10px 0px 10px;
	font-family: georgia;
}

#right img {
	margin: 0 auto !important;
}

.clear {
	clear: both;
}

a img {
	border: 0px;
}

.png {
	behavior: url('assets/css/iepngfix.htc');
}