/* tat.css */
/* defines styles for tat.org.uk */
/* (copyright 2010 Tell A Tourist */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	background:url(/images/bg7.jpg);
	text-align:center;
}
#holder {
	width:930px;
	background:url(/images/cbg1.jpg) top left repeat-y;
	margin:0 auto;
	padding:0 15px;
	color:#333;
	text-align:left;
}
h1, h2 {
	color:#CC6100;
	padding:20px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h1 { font-size:250%; }
h2 { font-size:200%; }
p {	margin:25px 0; }
a img {
	border:none;
	text-decoration:none;
}
a, a:visited {
	color:#12A6B1;
}
q {
	color:#12A6B1;
	font-weight:bold;
	text-align:center;
}

.header {
	height:140px;
	margin-left:-16px;
}
.header a {
	text-decoration:none;
	color:#999;
}
.header a:hover {
	color:#12A6B1;
}
.header h3 {
	font-size:200%;
	font-weight:normal;
	line-height:1em;
}
.header h3 a {
	color:#333;
}
.maincontent {
	padding:0 40px;
	overflow:auto;
	line-height:1.5em;
}
.maincontent img {
	border:1px solid #333;
}
ul {
	margin:-20px 0 10px 20px;
	padding:0;
	color:#12A6B1;
	list-style:inside;
}
ul li span {
	color:#333;
}
.footer {
	padding:0 9px;
	height:68px;
	width:942px;
	line-height:68px;
	margin:0 auto;
	vertical-align:middle;
	background:url(/images/ftr.jpg) bottom left no-repeat;
}
.footer * {
	line-height:40px;
}
.footer a {
	margin-right:10px;
}
.fltlft {
	float:left;
	margin-right:15px;
}
