<!--

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #998675;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}


#container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}


#header {
	width: 780px;
	height: 110px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
}

}
#pictures {
	width: 780px;
	height: 130px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
}
#prints {
	margin-right: auto;
	margin-left: auto;
	background: url(media/menug_bg1.gif) repeat-x;
	/* background: #9FBF47;*/
	padding: 5px;
}
#prints img {
	margin: 5px;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(media/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}



.borderTL, .borderTR, .borderBL, .borderBR {
  width: 20px; height: 20px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  ma\rgin-left: -1px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
  ma\rgin-right: -1px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
  ma\rgin-left: 0px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  ma\rgin-right: 0px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  border: 0px solid #000000;
}
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
  padding: 0px;
  border: 0px;
}


/*----------------sidebar content specific styles--------------------*/


#sidebar {
	float: left;
	width: 200px;
	height: 520px;
	text-align: center;

}

#sidebar h1 {
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
}

#sidebar p {
	font-size: .8em;
	text-align: justify;
	padding: 10px;
}


#sidebar img {
	background: #9FBF47;
	padding: 0.5em 0.5em 0.5em;
}

/*----------------Content specific styles--------------------*/


#content {
	margin: 0 0 0 220px;
	padding: 10px;
	height: 520px;
   
}


#content h1 {
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;   
}

#content h2 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;   
}

#content p {
	font-size: 0.95em;
	text-align: justify;
	padding: 0px 10px 0px 0px;   
}

/*----------------Content for How to find Us page--------------------*/


#content_2 {
	margin: 0 0 0 220px;
	padding: 10px;
	height: 920px;
   
}


#content_2 h1 {
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;   
}

#content_2 h2 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;   
}

#content_2 p {
	font-size: 0.95em;
	text-align: justify;
	padding: 0px 10px 0px 0px;   
}

/*----------------Footer specific styles--------------------*/

#footer {
	width: 780px;
	height: 77px;
	background: #FFF;  
	text-align: left;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
}

/*----------------Bottom Corners specific styles--------------------*/

#corner {
	width: 780px;
	height: 20px;  
	text-align: left;
}




-->
