div.photo-lb .lightview {
	width:170px;
	height: 125px;
	display: block;
	float: left;
	padding: 3px;
	overflow: hidden;
}

#mb-c-experiences input,#mb-c-experiences label {
	float:left;
	font-size: 13px;
}

#mb-c-experiences label {
	margin-top:3px;	

}

#mb-c-experiences a.comment {
	font-size: 15px;
	clear: both;
}

.per-line {
	clear:both;
	font-size: 15px;
}



#mb-c-experiences {
	float:left;
	height:100%;
}

#mb-t-s-experiences {
	padding-bottom:5px;
}

#experiences {
	width:730px;
	float:left;
}

.browse-wrapper {
	width: 175px; display: block; height: 100%;
	float:left;
}
.post {
	clear:left;
	float:left;
	width: 700px;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}


	body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: -41px 0;
}
p {
	margin-top:0px;
	padding-top:0px;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
}

h1, h2 {
	color: #9D6A1D;
	border-bottom: 2px solid #9D6A1D;
}

a {
   color: #9D6A1D;
text-decoration: none;
}

img {
	border: 0px;
}
.container {
	min-height: 100%;
}
.content {
	position:relative;
	height: 100%;
	background-image: url(/images/repeat.png);
	background-repeat: repeat-y;
	float: left;

}

.left-column {
	width: 195px;
	height: 500px;
	float: left;
}

.right-column {
	width: 829px;
	float: left;
	color: #563404;
	left: 200px;	
	position:absolute;
}

.footer {
	width: 829px;
	height: 61px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	clear:both;
}
/*
.input {
	float: left;
	padding: 4px;
	text-align:right;	
}

.input input {	
	width:200px;
	margin-left: 20px;
	text-align:right;
}*/
.search-table {
	width: 160px;
	font-size: 13px;
}

.search-table select {
	width: 275px;
}

.search-table h3 {
	font-size: 16px;
}

.entry {
	font-family: Palatino;
	font-size: 13px;
}
div b.info {
	font-family: Palatino;
	float:left;
	width:60px;
	margin-right:10px;
	text-align:right;
	font-size: 12px;
}
/* Sidebar */

.side-bar-content {
	width: 165px;
	min-height: 350px;
	margin-top: 150px;
	margin-left: 15px;
}

.side-paper {
	width: 205px;
	height: 315px;
	background-image: url(/images/sidebar-bg.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 10px;
	padding-top: 60px;
}

.side-wood {
	width: 204px;
	height: 226px;
	background-image: url(/images/left-wood.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	font-family: Palatino;
	color: #111;
	font-size: 12px;
}

.side-wood h2 {
	font-family: Palatino;
	color: #111;
	font-size: 21px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.side-wood div {
	padding-left: 25px;
	padding-top: 40px;
	padding-right: 32px;
}
/* Menu Items */

.menu-items {
	margin-top: 70px;
}

#menu_page {
		margin-top:-5px;
		
}


div.treeItem {
	height:15px;
}
.treeItem a {
	font-size: 10px;
	color: #563404;
	font-family: Georgia;
	margin-right: 10px;
}


.treeItem a:HOVER {

	color: #AF6B09;

}
.right {
	text-align:right;
	padding:0px;
	padding-right:25px;	
}
/* Inside Content */



.content-inside-left {
	width:333px;
	min-height: 100px;
	float: left;
	margin-top: 25px;
	padding-left:50px;
	font-size: 12px;
	font-family: Palatino;
}

.content-inside-right {
	width: 363px;
	float: left;
	font-size: 12px;
	font-family: Palatino;
	margin-top: 25px;
	min-height: 370px;
	padding-left: 35px;
	background-color: #EBE6D7;
	padding: 15px;
	margin-left:20px;
}

.content-inside-left-third {
background-color: #ebe6d7; float: left; font-family: Palatino; font-size: 12px; margin-left: 40px; margin-top: 25px; padding: 15px;width: 250px;
}

.content-inside-right-twothird {
	width: 430px;
	float: left;
	font-size: 12px;
	font-family: Palatino;
	margin-top: 25px;
/*	min-height: 500px;
*/	padding-left: 35px;
	background-color: #EBE6D7;
	padding: 15px;
	margin-left:15px;
}

.content-inside-right p{
	line-height: 15px;	
}

.lightview {
	padding-right:3px
}
/* Accordian */

	div#accordions{
	   background-image:url(/images/navigation-middle.png);
	   background-repeat: repeat-y;	
	}

	div.accordion {
		position: relative; /* required for bounding */	
	}

	div.accordion_toggle, div.accordion_notoggle{
	    position: relative; /* required for effect */
	    z-index: 10;		/* required for effect */
		
	}
    
    div.accordion_notoggle, div.accordion_toggle {
			background-image: url(/images/navigation-footer.png);
			background-repeat: no-repeat;
			background-position: bottom;
			padding-bottom:5px;
			padding-right: 10px;
		}
	
		
	div.accordion_toggle_active {
				background-image: url(/images/blank.gif);				
	}
	div.accordion_toggle a, div.accordion_notoggle a {
		margin-top: 2px;
		
	}
	div.accordion_toggle:hover, div.accordion_toggle_active {
			width: 170px; 						
	}

	div.accordion_content{
	    overflow: hidden;	/* required for effect */
	   		background-image: url(/images/navigation-footer.png);
			background-repeat: no-repeat;
			background-position: bottom;
			padding-bottom:10px;	
			display:none;												
	}

	/* Map Show Accordian */

	.map-show div#accordions{
		background-image: url(/images/blank.gif);		  
		}

	.map-show div.accordion {
			position: relative; /* required for bounding */	

		}

	.map-show div.accordion_toggle,.map-show div.accordion_notoggle{
		    position: relative; /* required for effect */
		    z-index: 10;		/* required for effect */
			width: 170px; 
		}

	 .map-show div.accordion_notoggle,.map-show div.accordion_toggle {
				background-image: url(/images/blank.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				padding-bottom:5px;
			}

.map-show div.accordion_toggle{
/*	background-color:#EBE6D7; */
	background-image:url(/images/blank.gif);
/*	border-bottom:1px solid #a18b6a; */
	font-size:15px;
	padding:2px;
	text-align:center;
	width:360px;
	cursor: pointer;
}

	.map-show div.accordion_toggle_active {				
		/*			background-color:#e3dcc8; */
					background-image:url(/images/blank.gif);
		/*			border-bottom:1px solid #9D6A1D; */
					font-size:15px;
					padding:2px;
					text-align:center;
					width:360px;				
		}
	.map-show div.accordion_toggle a, .map-show div.accordion_notoggle a {
			margin-top: 2px;
			margin-right: 10px;
		}
	.map-show div.accordion_toggle:hover, .map-show div.accordion_toggle_active {
		/*		background-color:#e3dcc8; */
				background-image:url(/images/blank.gif);				
				font-size:15px;
				padding:2px;
				text-align:center;
				width:360px;
				
		}

	.map-show div.accordion_content{
		    overflow: hidden;	/* required for effect */
		   		background-image: url(/images/blank.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				padding-bottom:10px;
				display:block;
		}

#browse_copy b {
	font-size: 18px;
}
/* Preset CMS */
.png
 { 
	behavior: url(/css/iepngfix.htc) 
	}
	
	* {
	
	}
	BODY,HTML {
	margin:0px;
	width:100%;
	}


	pre.code{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #AA0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}


	pre.livecode{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #EE0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}
	
	.hack {
		text-align: right;
		width:330px;
		float: left;
		padding: 4px;
	}
	.hack input {
		margin-left: 12px;
	}

.paginator {
	clear:both;
	padding-top:25px;
}	