@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e3ebf4;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #7e6c4d;
}

p {font-size:13px;}
h1 {font-size:16px;}
h2 {font-size:15px;}
h3 {font-size:13px;}

p.copyright  {
	font-size:9px;
	text-align:right;
	color:#bcaf99;
	padding-right:15px;
}

p.copyright a {
	font-size:9px;
	text-align:right;
	color:#bcaf99;
	text-decoration:none;
}

#container {
	width: 800px; 
	background-image:url(truenorth-contentbg.gif);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; 
}

#headerShell {
	height:143px;
	width:800px;
	background-image:url(truenorth-headerbg.gif);
	background-repeat:no-repeat;
}


#header {
	margin: 0;
	text-align:right;
	padding:74px 0 0 0;
	height:23px;
	width:775px;
}

#header a:active, #header a:visited, #header a:link {
	font-size:12px;
	font-weight:bold;
	color:#98773e;
	text-decoration:none;
}

#header a:hover {
	color:#040481;
}

#menu {
	position:relative;
	left:255px;
}

#content {
	width:800px;
}

#frontpageImage {
	text-align:left;
	width:790px;
	padding: 3px 0 0 5px;
}

#mainContent {
	padding: 0 20px; 
}

#footer {
	padding: 0 25px;
	background-image:url(truenorth-footerbg.gif);
	background-repeat:no-repeat;
	height:25px;
	text-align:right;
}

#footer a {
	margin: 0;
	color:#b5c1ce;
	text-decoration:none;
	font-size:x-small;
}

/* gallery modification css elements */

.catalogue {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	width:750px;
	background-color:#e4ebf5;
}

table.galleryHeader {
	width:100%;
	color:#282aa3;
}

table.gallery {
	width:100%;
}

table.galleryThumb {
	width:100%;
	text-align:center;
}

table.galleryThumb td {
	width:200px;
	height:220px;
	padding-left:10px;
	padding-bottom:10px;
}

#galleryThumbWrapper {
	border: #75a5a9 1px solid;
	width:180px;
	height:185px;
	padding-top:15px;
	background-image:url(gallery-thumbnail-bg.jpg);
}

#galleryThumbLink {
	width:182px;
	height:25px;
	background-color:#75a5a9;
}

#galleryThumbLink a:active, #galleryThumbLink a:visited, #galleryThumbLink a:link {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#galleryThumbLink a:hover {
	color:#7b0305;
}

table.galleryImg {
}
	