@import 'reset.css';

body {
	background: url(../img/bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#header {
	background: url(../img/header-bg.jpg) no-repeat top left;
	height: 270px;
	padding-bottom: 130px;
	position: relative;
}

#logo img {
	margin: 90px 0 0 163px;
}

#navigation {
	background: url(../img/nav-bg.jpg) no-repeat top left;
	bottom: 5px;
	height: 100px;
	position: absolute;
	width: 780px;
	left: 0px;
}

#navigation ul {
	margin: 35px auto 0 101px;
	width: 578px;
}

#navigation li {
	display: block;
	float: left;
}

#navigation a {
	color: #fff;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 16px 0 16px;
}

#main {
	background: url(../img/top.jpg) no-repeat top left;
	padding-top: 15px;
	position: relative;
	width: 638px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left {
	background: url(../img/left-bottom.gif) no-repeat bottom left #F1EFED;
	float: left;
	left: 25px;
	position: absolute;
	top: 27px;
	width: 210px;
}

#left h1 {
	background: url(../img/left-top.gif) no-repeat top left;
	color: #990033;
	display: block;
	font-size: 16px;
	padding: 1em 0 0 17px;
	width: 193px;
}

#left div.special {
	clear: both;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	line-height: 1.5em;
	margin: 17px 17px 0 17px;
	padding-bottom: 23px;
}

#left div.special.last {
	border: none;
}

#left div.special h2 {
	color: #990033;
	font-weight: bold;
}

#left div.special p {
	color: #666666;
}

#left div.special img {
	float: left;
	margin-right: 5px;
}

#content {
	background: url(../img/content-bg.jpg) repeat-y top left;
	padding-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 280px;
}

#content h1 {
	color: #990033;
	font-size: 24px;
	margin-bottom: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#content h1 span {
	color: #999999;
	display: block;
	font-size: 18px;
}

#content p {
	color: #999999;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
	position: relative;
	z-index: 2;
}
#content table {
	font-size: 12px;
	line-height: 1.5em;
}
#content a{
	color: #990033;
}

#content table a{
	color: #990033;
}
#bottomlinks {
	background: url(../img/content-bg.jpg) repeat-y top left;
	padding-left: 250px;
	height: 20px;
}

#bottomlinks li {
	color: #990033;
	display: inline;
	font-size: 12px;
}

#bottomlinks a {
	color: #990033;
	font-size: 12px;
}

#thereisno {
	background: url(../img/spoon.gif) no-repeat top left;
	bottom: 0;
	height: 54px;
	position: absolute;
	right: -28px;
	width: 235px;
	z-index: 1;
}

#footer {
	background: url(../img/bottom.gif) no-repeat top left;
	font-size: 11px;
	padding: 20px 0 0 10px;
	margin: 0 auto;
	width: 628px;
}

#footer p {
	color: #999999;
	line-height: 1.8em;
}
#footer a {
	color: #990033;
}
#footer p.tfe {
	color: #990033;
}
