﻿html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #edf1cc url(/images/background.gif) top left repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e363e;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
a:link {
	color: #47525b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
        border: none;
}
p {
	color: #47525b;
}
.clear {
        clear: both;
}
#header {
        width: 757px;
        height: 150px;
}
#logo {
        background: #edf1cc;
        color: #fff;
        width: 300px;
        height: 150px;
        float: left;
}
#logo img {
        border: none;
        padding-left: 37px !important;
        padding-right: 38px !important;
        padding-top: 58px !important;
        padding-bottom: 59px !important;
}
#navigation {
	background: url(/images/nav-tiley.png) top right repeat-y;
	width: 352px;
	height: 150px;
	float: left;
}
#content {
	background: url(/images/content-tiley.png) top left repeat-y;
	width: 757px;
}
#contentleft {
	width: 300px;
	float: left;
}
#contentright {
	width: 284px;
	float: left;
	margin-left: 30px;
	margin-right: 37px;
	line-height: 17px;
}
#contentright li {
	padding-bottom: 5px;
}
#footer {
	background: #2e363e;
	color: #c0c1b7;
	padding: 2px;
	text-align: center;
}