/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}
/*container for the heading and logo graphic*/
#header {
	height: 80px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #CBD0BD;/*themecolour1$ 0%, -14.9%;*/

	background-repeat: repeat-x;
	text-align: right;
}
/*contains and positions the horizontal navbar*/
.hnav {
	margin: 0px 0;
	width:750px;
	background-color: #000000;/*themecolour3;*/
	
}
/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 24px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #eef1e5;/*themecolour1$ 42.4%, -1.1%;*/
	color: #FFFFFF;
}
/**Redefined html tags**/
/*this defines the font style and color, also the  background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CBD0BD;
	background-repeat: repeat;
}
/*sets margins to 0*/  
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 20px;
}
/*style the heading1 text */
h1 {
	font-size: 120%;
	font-weight: normal;/*themecolour1;*/
	padding-bottom: 5px;
	color: #000000;/*themecolour3;*/
	padding-top: 5px;
	background-position: left center;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
}
h2 {
	margin: 0 20 5;
	font-size: 100%;
	color: #CBD0BD;
	padding-top: 1px;
	padding-bottom: 3px;
}

/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-position: inside;
	list-style-image: url(gallery_files/gallery_bullet.gif);
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #000000;/*themecolour1$ 0%, -14.9%;*/
}	
a:visited {
color: #000000;/*themecolour1$ 0%, -14.9%;*/
	
}
a:link:hover {
	color: #000000;/*themecolour1$ 52.2%, -1.1%;*/
	
}
/*defines the style for horizontal dividers*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eef1e7;/*themecolour1$ 52.2%, -1.1%;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
  .xara_albumtable {
	padding-right: 10px;
	padding-left: 10px;
}

.xara_albumcell0 {
	font-weight: bold;
	background-color: #eef1e7;/*themecolour1$ 52.2%, -1.1%;*/
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
	align: center;
	font-size: 80%;
}

.xara_albumcell1 {
	
	font-size: 80%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
	vertical-align : middle;
	align: center;
}

.xara_albumcell2 {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	align: center;
	font-size: 70%;
	
}

.xara_albumcell3 {
	font-size: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	align: center;
}
.albumnav {
	font-size: 70%;
}