	/* General styles */
	body {
   text-align:center;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		/* background:#fff; */
	background: #ffffff;
		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:#ffffff;
	}
	a:hover {
		color:#369;
		background:#E86200;
		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:transparent url(../images/headerbug.jpg) top left no-repeat;
	}
	#header {
		border-bottom:1px solid #aaaaaa;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 0 0 0;
		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;
		background:#040507 url(../images/menu_brown.jpg) top center repeat-x;
	}
	#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:#040507 url(../images/menu_brown.jpg) top center repeat-x;
		color:#ffffff;
		text-decoration:none;
		position:relative;
		left:0;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#040507;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		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:99.7%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border: solid 1px #cccccc;
	}
	/* 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;
	}
	.col1 h2 {
font:22px arial,helvetica;letter-spacing:-1px;line-height:1.4em;color:#000000;text-decoration:none;
	} 
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	background:#ffffff url(../images/post_bg.jpg) top center repeat-x;
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	background:#ffffff url(../images/post_bg.jpg) top center repeat-x;	/* left column background colour */
	}
	.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:#2f2f2f;
	}
	#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; color: #555555; background: transparent;}
#menu dt {margin:0; padding: 5px; font: 22px bold arial,helvetica;letter-spacing:-1px;line-height:1.4em;color:#000000; color: #555555; border-bottom:1px solid #fff; background: transparent;}
#menu dd {margin:0; padding:0; color: #555555; font-size: 1em; border-bottom:1px solid #fff; background: transparent;}
#gallery a, #gallery a:visited {color:#555555; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: transparent url(../images/littlebug2.jpg) no-repeat 10px 10px; width:175px;
}
#gallery a:hover {background: #E86200 url(../images/littlebug3.jpg) no-repeat 11px 10px; color:#9cf;}

ol li {font-size:11px;}

/* Curved Box */
dl.curved { color: #000000; background:#dbdbdb; margin:5px 0; padding:0; width:100%; border: #bbbbbb 1px solid; }
dl.curved dt {padding:10px; text-align:left; color:#000000; font-size:1.4em; font-weight: bolder; font-stretch: condensed; }
dl.curved dd {	background:#ffffff url(../images/post_bg.jpg) top center repeat-x; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.3em; font-size: 80%; }
dl.curved a:visited {color:#000000; }
/* -- */


.gallerycontainer {
width : 90%;
background: #5B4460;
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.9em;
	font-weight: normal;
}

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

.headerphonetext {
float: right;
background : transparent url('../images/phone2.gif') center left no-repeat;
color: #000000;
padding-top : 0px;
padding-bottom : 0px;
padding-left : 45px;
padding-right : 0px;
font-size : 1.5em;
line-height : 1.1em;
letter-spacing : 1px;
font-weight: bold;
font-family : Arial, san-serif;
}

.phonetextblack {
background : transparent url('../images/phone2.gif') center left no-repeat;
color: #000000;
padding-top : 0px;
padding-bottom : 0px;
padding-left : 45px;
padding-right : 0px;
font-size : 1.5em;
line-height : 1.1em;
letter-spacing : 1px;
font-weight: bold;
font-family : Arial, san-serif;
}