* {
	padding : 0;
	margin:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width : 100%;
	margin:0 auto;
	margin-top:0.5em;
	}

h1, h2, h3, h4, h5 {
	margin: 1em auto;
	text-align : center;
	font-weight : bold;
	background-color:transparent;
}

table {
	table-layout:fixed;
	border-collapse: collapse;
	border:0;
	font-size: 80%;
	color: #0000CC;
	text-align: center;
}

a:link {color: #0000CC; text-decoration: none; font-size: 100%; font-weight: normal}
a:visited {color: #0000CC; text-decoration: none; font-size: 100%;  font-weight: normal}
a:hover {color: #ff0000; text-decoration: underline; font-size: 100%;  font-weight: normal;}

h1 { font-size:150%;	font-style: italic; }
h2 { font-size:120%; color:navy; }
h3 { font-size:110%; color:navy; }

p {  font-size: 100%; color: navy;}

select {
	color:  #00c;
	border-bottom: thin solid #00c;
	border-right: medium solid #00c;
	border-left: thin solid #00c;
	border-top: medium solid #00c;
}

.iCentre {
	margin: 1em auto;
	text-align: center;
}
	
td.tblHead {  
	text-align: center;
	width: 12em;
	border: none;
	margin: 0.5em;
	background-color: #44f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	height : 1.5em;
}

td.tblHead a {
display : block;
padding : 0;
margin : 0;
border: none;
background-color : #44c;
color : white;
line-height : 1.3em;
font-size : 100%;
font-weight : bold;
text-decoration : none;
width : 100%;
 }

.tblGh {
	width: 330px;
	height: 15px;
	text-align: center;
	margin : 0px 20px 0px 30px;
	}
	
a.gal:link {color: #ffffff; text-decoration: none; line-height: 12pt; font-weight: bold; text-align: center}
a.gal:visited {color: #ffffff; text-decoration: none; font-size: 10pt; line-height: 12pt; text-align:center;}
a.gal:hover {color: #ffff00; text-decoration: underline; line-height: 12pt; font-weight: bold; text-align: center}

.td1  {
	background-color: #0000CC;
	text-align: center;
	 }
	 
.caption {  font-size: 90%; color: #0000FF; font-style: italic; text-align: center}

.tblCat {
	table-layout: fixed;
	border-collapse:collapse;
	border-spacing:0px;
}

.tblCat img {
	border: 2px solid blue;
}

.tblCat td {
	text-align : center;
}

.finance {
	color: #FFD700;
	background-color: #990000;
	text-align: center;
}

.finance h2 {  font-size:120%; font-weight: bold;color: #FFD700;}
.finance h3 {  font-size:110%; font-weight: bold;color: #FFD700;}

.finance a {
	font-size : 100%;
	font-weight: normal;
}

.finance a:link {color: #FFD700; text-decoration: none;}
.finance a:visited {color: #FFD700; text-decoration: none;}
.finance a:hover {color: #FFFACD; text-decoration: underline;}
	 
#topNavbar li {
	display: inline;
}

#gallery {
	margin-top: 30px;
	border : 2px solid yellow;
	background-color : #fff4c9;
}
#gallery td {
	height:120px;
}

#gallery img {
	border: thin solid black;
}

#image h1 {
	font-size: 150%;
	line-height:4em;
}

#image p {
	margin : 10px;
	font-size: 110%;
	font-weight:bold;
}

.tblSale {
	margin:1em auto;
}

.tblSale td {
	text-align:left;
	color:navy;
	height:2em;
}

#siteHeading {
	font-size:180%;
	margin:0 auto;
	text-align:center;
	color:blue;
	text-shadow: 1px 1px black;
	vertical-align:middle;
	background-color:#fff4c9;
	padding:0.25em 0 0.25em 0;
	}

.thumb {
	float:left;
	width:100%;
	height:160px;
	text-align:center;
	font-size:90%;
	font-weight:bold;
}	
	
.sideLeft, .sideRight {
	width:90%;
	margin: 1em auto;
	text-align:center;
	font-size:90%;
	font-weight:bold;
}

.posLeft, .posRight, .posCentre {
	text-align:center;
	font-size:90%;
}

.posLeft {
	float:left;
	width:33%;
}

.posRight {
	float:right;
	width:33%;
}

.posCentre {
	margin:0 35% 0 35%;
}

img {
	max-width:100%;
}

.width80 {width:100%;}

	/* Responsive stuff */

@media (min-width: 480px) {
	.thumb {width:49%;}
}

@media (min-width: 720px) {
	.thumb {width:24%;}
	.width80 {width:80%;}
	.sideLeft {
		float:left;
		width:49%
		}
	 .sideRight {
	 	float:right;
	 	width:49%;
	 	}
	}

@media (min-width: 1024px) {
	body {width:1024px;}
}

@media (max-width:720px) {
.posLeft, .posCentre, .posRight {
	clear:both;
	width:100%;
	text-align:center;
	margin:0;
}
}