body {
	color: #423556;
	background-color: #ff6600;
	height: 100%;
	font-family: "Arial",Georgia,Serif;
	font-size: 13px;
	margin: 0;
	
	/*fill the viewport*/;
}
html {
	height: 100%;
	margin: 0;
	
	/*fill the viewport*/;
}
a {
	text-decoration: none;
}
h1 {
	font-family: "Arial",Georgia,Serif;
	font-size: 1.2em;
}
p {
	font-size:1.1em;
}
#main {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.gallerywrapper {
	width: 720px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.gallery {
	width: 100%;
	background-color: #FFFFFF;
}
#backgroundimage {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/couch.jpg);
}
.floatleft {
	float: left;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	padding: 16px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
.white_content .header {
	font-size: 1.2em;
}
/* News Box */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 23em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
/* End News Box */

.thumbwrap {
	background-color: #FFFFFF;
}
.thumbwrap .thumb {
	margin: 0 7px 15px 8px;
	border: 1px solid #999;
	padding: 0;
}
.thumbwrap .thumb:hover {
	background-color: #DDFFFF;
}
.thumbwrap a {
	color: #000;
	cursor: pointer;
}
.thumbwrap p {
	text-align: left;
}
.thumbwrap img {
	border: solid 1px #66f;
}
.thumbwrap .thumb .wrimg {
	display: block;
	width: 199px;
	height: 199px;
}
.thumbwrap .thumb .wrimg:hover {
	background-color: #ccffff;
}
.thumbwrap .thumb .wrimg .thumbimage {
	position: relative;
}
.thumbwrap .thumb .caption {
	display: block;
	padding: .3em 5px;
	line-height: 1.1;
	border-top: 1px solid #ccc;
	text-align: center;
}
.thumbwrap .book {
	margin: 0 7px 15px 7px;
	border: 1px solid #999;
	padding: 0;
}
.thumbwrap .book:hover {
	background-color: #DDFFFF;
}
.thumbwrap .book .wrimg {
	float: left;
	display: block;
	width: 199px;
	height: 199px;
}
.thumbwrap .book .wrimg:hover {
	background-color: #ccffff;
}
.thumbwrap .book .caption {
	float: left;
	width: 411px;
	height: 194px;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	border-left: 1px solid #ccc;
}
.thumbwrap .link {
	margin: 0 7px 15px 7px;
	border: 1px solid #999;
	padding: 0;
}
.thumbwrap .link:hover {
	background-color: #DDFFFF;
}
.thumbwrap .link .wrimg {
	display: block;
	width: 199px;
	height: 199px;
}
.thumbwrap .link .wrimg:hover {
	background-color: #ccffff;
}
.thumbwrap .link .caption {
	font-size: .9em;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 1.1;
	border-top: 1px solid #ccc;
	text-align: left;
}
.thumbwrap .about {
	display: block;
	border: 1px solid #423556;
	background-color: #eeffff;
	margin: 0px 7px 15px 7px;
	padding: 5px;
}
.thumbwrap .imagesplash {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
.header {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#menu ul {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #999;
	margin-right: 15px;	
	margin-left: 15px;
}
#menu ul li a:link { 
	color: #423556;
}
#menu ul li a:visited { 
	color: #423556;
}
#menu ul li a:hover { 
	color: #7C64A0;
	text-decoration: underline;
}
#menu ul li a:active { 
	color: #423556;
}
#menu ul li {
	display:inline;
	padding:0px 15px;
}
#menu ul li.final {
	padding-right:0px;
}
.navstyle {
	width: 100%;
	font-family: "Times New Roman",Georgia,Serif;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 5px;
}
.imagenavwrapper {
	margin: 0 7px 15px 7px;
}
.imagenavigation {
}
.imagenavigationlink {
	border: 1px solid #999;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #eee;
}
.imagenavigationcurr {
	border: 1px solid #999;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #ababab;
}
.imagenavigation .link:hover {
	background-color: #aaffff;
}


