h1 {
letter-spacing: 3px;
	font-style: normal;
	font-weight: normal;
	color: #663300;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif, Georgia;
}

h2 {

	font-style: normal;
	font-weight: normal;
	color: #663300;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif, Georgia;
	
}

h3 {
	font-style: normal;
	font-weight: normal;
	color: #ffffcc;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif, Georgia;
	margin-right: 20px;
	margin-left: 35px;
	
}

p {
	font-style: normal;
	font-weight: normal;
	color: black;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif, Georgia;
	margin-right: 20px;
}

body {
	background-image: url(pics/background.png);
	background-repeat: repeat-x;
	background-color: black;
}

div.centre
{
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#wrapper {
	width: 900px;
	background-color: #ffffcc;
	}
	
#header {
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#mainbody {
	width: 530px;
	vertical-align: top;
		
}

#sidebar {
	background-repeat: repeat-y;
	background-color: #663300;
	margin-right: 60px;
	width: 260px;
	background-image: url(pics/sidebar_bg.png)
}

#spacer {
	width: 800px;
	height: 20px;
}		
	
#footernav {
	background-color: #663300;
	margin-left: 50px;
	margin-right: 60px;
	padding-bottom: 10px;
}

img {
	vertical-align: bottom;
}

xtable {
	width: 790px;
	
}

#nav {
	float: right;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	vertical-align: bottom;
	background-color: #663300;
}
#nav li{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	float: left;
	padding: 0;
	font-size: 11px;
}
#nav a{
	font-style: normal;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 8px 7px 8px 7px;
	color: #ffffcc;
	background-color: #663300;
	text-decoration: none;
}
#nav a:hover, body#home #t-home a, body#about #t-about a, body#contact #t-contact a, body#gallery #t-gallery a, body#links #t-links a{
	float: left;
	display: block;
	margin: 0;
	padding: 8px 7px 8px 7px;
	color: #ffffcc;
	text-decoration: underline;
	background-color: #cca26b;
}
.blacktext{
	color:#000;
	text-decoration: none;
}
.blacktext:hover{
	color:#000;
	text-decoration: underline;
}
.tagmargin{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}