body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #1b9293;
	margin:0;
	padding:0;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
#call {
	width: 655px;
	background-image: url(images/swoosh.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	text-align: right;
	height: 80px;
	padding-top: 30px;
	background-position: right;
}
#wrap {
	background:#FFFEDF url(images/back.jpg);
	margin:0 auto;
	width:969px;
}
#header {
	padding-top: 73px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 9px;
}
#sidebar {
	float:left;
	width:207px;
	padding-top: 20px;
	padding-left: 25px;
}
#sidebar p{
	margin-top: 0px;
	margin-bottom: 5px;
}
#sidebar a {
	color:#666666;
	text-decoration: none;
}
#sidebar a:hover {
	color:#1fa2a3;
	text-decoration: none;
}
.current {
	color:#1fa2a3;
}
#main {
	float:right;
	width:690px;
	background-image: url(images/fade.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 35px;
}
#main h1, #main h2 {
	font-size: 1em;
	color: #1fa2a3;
}
#main h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main p {
	margin-top: 5px;
	padding-top: 5px;
}
#main h3, #main p {
	padding:0 10px 0 0;
}
#main a {
	color:#333333;
}
#main a:hover {
	color:#1fa2a3;
}
#footer {
	clear: both;
}
#footer p {
	padding:5px;
	margin:0;
}
.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.4em;
}
.caption {
	font-size: 0.8em;
	text-align: center;
}
.comments {
	font-style: italic;
}
#peatfire {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #bababa;
	border-bottom-color: #BABABA;
	margin-right: 10px;
	padding-bottom: 6px;
	padding-top: 3px;
}
.peatfiresmall {
	font-size: 0.8em;
}
