body {
	background-image: url(images/mock_1.jpg);
	text-align: center;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	height: 39px;
	font-family: Georgia, serif;
	color: #FC9E08;
	text-align: right;
	background-position: center;
}

#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999900;
	width: 97%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/content_line_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content a{
	color: #99CC00;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC900;
	text-decoration: none;
}
#RightContent {
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #776655;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 0px;
}

h1 {
	font-family: Georgia, serif;
	color: #776655;
	font-size: 25px;
	padding-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #776655;
}
.TopMenu {
	font-size: 20px;
	padding-right: 10px;
	font-family: Georgia, serif;
	color: #FA9F06;
	line-height: 39px;
}
a.TopMenu:link,a.TopMenu:visited,a.TopMenu:active{
	font-family: Georgia, serif;
	font-size:20px;
	color: #FA9F06;
	text-decoration:none;
}
a.TopMenu:hover {
	font-family: Georgia, serif;
	font-size:20px;
	color:#666666;
	text-decoration:overline;
	line-height: 39px;
}

/*TABS*/
#header {
	font:x-small/1.5em Georgia,Serif;
	float:right;
	width:786px;
	font-size:93%;
	line-height:normal;
	background-image: url(images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
  }
#header ul {
  font:x-small/1.5em Georgia,Serif;
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
	font:x-small/1.5em Georgia,Serif;
	float:right;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
  }
#header a {
	font:x-small/1.5em Georgia,Serif;
	float:right;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url(images/left_on1.gif);
  }
#header #current a {
  background-image:url(images/right_on1.gif);
  color:#333;
  padding-bottom:5px;
  }
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #765;
}
a.contact:link,a.contact:visited,a.contact:active{ font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; color:#cc5200; text-decoration:none}
a.contact:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-color: #FAAA0B;
}
.BMenu {
	font-size: 11px;
	padding-right: 10px;
	font-family: Georgia, serif;
	color: #FA9F06;
	line-height: 25px;
	padding-left: 10px;
}
a.BMenu:link,a.BMenu:visited,a.BMenu:active{
	font-family: Georgia, serif;
	font-size:11px;
	color: #FA9F06;
	text-decoration:none;
}
a.BMenu:hover {
	font-family: Georgia, serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.DecorText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FF9900;
	letter-spacing: 0.3em;
}
h2 {
	font-family: Georgia, serif;
	color: #669900;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #776655;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ECE9D8;
	padding: 5px;
	left: -269px;
	border: 1px dashed gray;
	color: #FF9900;
	text-decoration: none;
	top: 242px;
	visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
