	/* General styles */
	body {
   text-align:left;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		/* background:#fff; */
	background:#91AA9D url(../images/background2.gif) top center repeat-x;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family: Arial,Helvetica,Sans-serif;
		font-size:90%;
	}

	#fixed {
   margin:0 auto;
   width:980px;   /* you can use px, em or % */
   /* width:90%;   /* you can use px, em or % */
   text-align:left;
}
	a {
		color:#eeeeee;
	}
	a:hover {
		color:#fff;
		background:#F79726;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		color:#ffffff;
		background:#222222;
	}
	#header {
		border-bottom:1px solid #aaaaaa;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:0.4em 0 0 2.0em;
		margin:0;
	}
	#header h1 { font-weight: bold; }
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:30px 0 0 0;
		padding:0 0 0 4.0em;
		background:#3B3B3B;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#3B3B3B;
		color:#ffffff;
		text-decoration:none;
		position:relative;
		left:0;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#F79726;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#10313F;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;

	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
}

	.leftmenu {
	/*	background:#B0C1B8;		/* right column background colour */
	background:#ffffff;
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#B0C1B8;	/* left column background colour */
	}
	.leftmenu .colleft a {
		color:#10313F;
		font-weight:bold;
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
		background:#3B3B3B;
	}
	#footer p {
		padding:5px;
		margin:0;
		font-size:90%;
		color: #ffffff;
	}
	#footer span {
		padding:5px;
		margin:0;
		font-size:75%;
	}

#menu dl {width: 200px; margin: 0 auto; padding: 0 0 10px 0; background: transparent;}
#menu dt {margin:0; padding: 5px; font-size: 1.4em; font-weight:bold; color: #444444; border-bottom:1px solid #fff; background: transparent;}
#menu dd {margin:0; padding:0; color: #444444; font-size: 1em; border-bottom:1px solid #fff; background: transparent;}
#gallery a, #gallery a:visited {color:#444444; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: transparent url(../images/arrowr.gif) no-repeat 10px 10px; width:175px;
}
#gallery a:hover {background: #F79726 url(../images/arrow.gif) no-repeat 11px 10px; color:#ffffff;}

ol li {font-size:11px;}

/* Curved Box */
dl.curved {background:#7f7f9c url(../images/c_tl.gif) top left no-repeat; margin:5px 0; padding:0; width:100%;}
dl.curved dt {background:transparent url(../images/c_tr.gif) top right no-repeat; padding:10px; text-align:center; color:#fff;}
dl.curved dd {background:#eee url(../images/c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.3em;}
dl.curved dd p.last {background:transparent url(../images/c_br.gif) bottom right no-repeat; }
/* -- */

.gallerycontainer {
float: left;
width : 90%;
background: #B0C1B8;
border-top: 1px solid #645069;
border-bottom: 1px solid #645069;
font-family: Arial, sans-serif;
padding: 1.0em;
}

div.smallfloat {
   line-height: 1.0;
   position: relative;
  float: left;
   margin-left: 2px;
   margin-right: 0px;
   margin-top: 10px;
   }
  
div.smallfloat p {
   text-align: center;
   }

div.smallfloat br {
	position: relative;
   text-align: center;
   margin-left: 2px;
   margin-right: 0px;
   margin-top: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   }


 .floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}

 .floatleft
{
float: left;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}

div.floatright img
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}

div.floatleft img
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}

#captiontext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}
