html {
	height:				100%;
	min-height: 		100%;
    overflow: 			auto;	
}

body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	text-align: 		center; /* for IE */
	margin: 			0px;
	width: 				100%;
	height:				100%;
	min-height: 		100%;	
}

#container {
	margin: 			0 auto;   /* align for good browsers */
	text-align: 		left;   /* counter the body center */
    width: 				990px;
    /*background-color: 	#D20050;*/
	min-height: 		100%;
	height:				100%;
}

#header {
	width: 990px;
	height: 70px;
	float: left;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left:10px;
	text-align:left;
	/*background-color: 	#D20050;*/
}
#logo {
	width: 600px;
	float:left;
}

#directory {	
	width: 356px;
	height: 25px;
	float: left;
	/*margin-top: 14px;*/
	text-align: right;
	padding-top:45px;
	padding-right: 34px;
	vertical-align: bottom;
	
}

#directory select { 
	font-size: 13px;
	height: 25px;
	width: 265px;
}

#directory option { 
	font-size: 13px;
	height: 20px;
}

#content {
	width: 990px;
	height: 700px;
	padding-left:5px;
	float: left;
	background-color: white;
}

#preview {
	width: 695px;
	height: auto;
	min-height: 460px;
	float: left;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0px;
	padding:0px;
}

#preview img {
	opacity: 100;
	filter: alpha(opacity=100);
	margin: 0px;
	padding: 2px;
	border: 1px solid #6F6F6F;
}

#imga {
	position: relative;
	z-index:1;
	height: 0px;
	top: 0px;
	* top: -1px;
	left: 0px;
	padding:0px;
}

#imgb {
	position: relative;
	z-index:2;
	height: 0px;
	top: 0px;
	* top: -3px;
	left: 0px;
	padding:0px;
}

#options {
	width: 695px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
	opacity: 0;
	filter: alpha(opacity=0);	
}

#options a { 
	text-decoration: none;
	color: #666666;
}

#options img {
	border: 0px;
}

#guestbook {
	width: 695px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 00px;
	margin-bottom: 10px;
	padding:0px;
	opacity: 100;
	filter: alpha(opacity=100);	

}

#guestbook a { 
	text-decoration: none;
	color: #666666;
}

#guestbook img {
	border: 0px;
}


#options h1 {
	font-family: Times, Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left:4px;
}

#thumbnails {
	width: 285px;
	max-height: 550px;
	overflow: horizontal;
	float: left;
	margin-top: 4px;
	text-align: left;
	padding-left: 5px;
	/*background-color: #D20050;*/
}

#thumbnails img {
	width: 120px;
	/*height: 80px;*/
	padding: 2px;
	border: 1px solid #6F6F6F;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 6px;
	background-color: white;
	opacity: 100;
	filter: alpha(opacity=100);*/
}
#thumbnails img:hover{
	border: 1px solid #248BB2;
	background-color: #248BB2;
	/*cursor: pointer;*/
	opacity: 1;
	filter:alpha(opacity=100);	
}

#preload {
	width: 960px;
	height: 0px;
	float: left;
	visibility: hidden;
	display:none;
}

/* jibberbook */ 
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#primary {
  float:right;

}
#secondary {
  width:435px;
  float:left;
  margin-bottom:1em;

}
#jb_addComment{
	width:255px;
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
}
#jb_addComment textarea{
	height:80px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
	height:300px;
	overflow:auto;
}
.comment{
	width:685px;
	background:#f8f8f8;
	border: solid 1px #ddd;
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #248BB2;
	padding: 0;
	background:url(images/c_header_bg.gif) repeat-x top;
}
.comment .header a{
	color:#000;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:0px;
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#999;
	padding-right:4px;
}
.required{
	color:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}

