/* CSS document */
/* johnbarker.info and barking sax.com. style2 ---*/
/* copyright Alistair Besant */


/*-- Content -------------------------------*/

#contentwrap {
	margin:0px;
 	padding:0px;
	height:500px;
	width:480px;
	/*/*/ 
	width: 480px;
 	/width:500px;
 	w/idth:480px;
	overflow:hidden;
	/* */
	font-family:tahoma, verdana, helvetica, sans serif;
	background-image:url(../images/bck8.jpg) no-repeat -20px -20px ;
}

#contentleft {
	float:left;	
 	margin:0px;
	width: 238px;
	/*/*/   
	width: 248px;
 	/width:250px;
 	w/idth:248px;
	/* */
	background-color:#fff;
 	padding: 0px;
}

#contentrght {
 	width:233px;
	/*/*/  margin: 0px 0px 0px 254px;  /* */
	background-color:#fff;
 	padding: 0px;
}


#contentleft p, #contentrght p, {
	font-size: medium;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*/*/ line-height:1.2; /* */
}

#contentleft li, #contentleft ul, #contentrght li, #contentrght ul, {
	font-size: medium;
 	margin: 8px 0px 8px 8px;
 	padding: 0px 0px 0px 0px;
 	line-height:1.2;
 	display: inside;
 	display-style: bullet;
}


/*-- Elements -------------------------------*/
#biog {
	padding: 0px 4px 0px 4px;
  	margin: 0px 4px 0px 4px;
}


/*-- Gallery -------------------------------*/
#showimage {
		position:absolute;
		visibility:hidden;
		border: 1px solid gray;
}

#dragbar {
		cursor: hand;
		cursor: pointer;
		background-color: #EFEFEF;
		min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext {
		font-weight: bold;
		margin-right: 1px;
}

/*-- Contact -------------------------------*/

#contact {
	width:300px;
	margin: 10px 0px 0px 30px;
	padding: 10px ;
	background-color:#fff;
}

#contact p {
	font-size:x-small;
	line-height:1.0;
}

#contact a {
	text-decoration:underline;
	color:black;
}

#contact a:hover {
	text-decoration:none;
	color:black;
}

