/*
 * Hossack-Design.co.uk CSS
 * Created by Paul Crockett
 *
 * Last modified: 8/5/2006
 */



/* General site style */

body {
	font: 10pt/12pt Tahoma, sans-serif;
	color: #000000;
	background: #ffffff;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	font-weight: bold;
	color: #dd0000;
	background-color: inherit;
	margin: 5px 0px 10px 0px;
}
span.caps {
	font-size: 90%;
}
h3 {
	font-size: 13pt;
}
a:link {
	font-style: normal;
	font-weight: bold;
	color: #dd0000;
	background-color: inherit;
}
a:visited {
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: inherit;
}
acronym {
	cursor: help;
}
small {
	color: #dd0000;
	background-color: inherit;
}



/* Hidden text behind images (good for bots!) */
span.hide {
	display: none;
}


/* General divs/spans */
#body {
	width: 735px; /* 800px */
	text-align: left;
}
#logo h1 {
	background:	#ffffff url(banner.png) no-repeat top left;
	color: inherit;
	width: 289px;
	height: 82px;
	display: block;
	margin: 5px 0px 10px 0px;
}
#logo h1 span {
	display: none;
}

div {
	display: block;
	margin: 5px;
}

/* News/main page */
div.newsitem {
	margin-top: 15px;
	border-top: 1px solid #999999;
	padding: 10px 0px 0px 0px;
}

div.leftimg {
	float: left;
	padding: 5px;
}
div.rightimg {
	float: right;
	padding: 5px;
}
div.imgbar {
	width: 535px; /* 600px */
	display: block;
	margin: 0px;
	padding: 0px;
}

div.leftimg img {
	display: block;
	margin: 5px;
}
div.rightimg img {
	display: block;
	margin: 5px;
}

ul.numbered {
	list-style-type: decimal;
}
