body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url('../images/bg.jpg');
	background: #DBD8CE;
	line-height: 15px;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector  */
}

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

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

a:hover
{
	color: #000000;
	text-decoration: none;
	
}

/*a.innerborder {
	margin: 0 0 0 -1px;
}*/


a.innerborder, a.innerborder img {
	float: left;
	overflow: hidden;
}

a.innerborder:hover {
	border: 1px solid #ffffff;
}



a.innerborder:hover img {
	margin: -1px;
}


.twoColFixLt #header { 
	padding: 0px 0 0px 0px;
	/*margin: 0 0 31px 0;*/
	width: 990px; /* CHANGE IF GUTTER CHANGES  */
	background: #DBD8CE;
	float: left;
} 

.twoColFixLt #container { 
	display: block;
	width: 990px;  /* CHANGE IF GUTTER CHANGES */
	background: #DBD8CE;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#navbar {
	float: left;
	width: 168px;
	padding: 0;
	margin: 35px 122px 0 0; /* GUTTER BETWEEN NAV BAR & MAIN PHOTO */
}

.twoColFixLt #sidebar1 {
	display: block;
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 552px; /* needed for places where the total number of thumbnails doesn't go to the bottom of the page */
	background: #DBD8CE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#page-nav {
	display: block;
	padding-top: 15px; 
	clear: both;
	width: 168px;
}

.twoColFixLt #mainContent { 
	width: 700px; 
	display: block;
	margin: 35px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. */
	/* You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
} 

.twoColFixLt .aboutColumn { 
	float: left;
	margin-top: 34px;
}

.twoColFixLt #bioContent { 
	float: left;
	margin: 0 30px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. */
	/* You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #666666;
	color: #CCCCCC;
	width: 247px;
	height: 492px;
} 

.twoColFixLt #latestContent { 
	float: left;
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. */
	/* You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCCCCC;
	color: #666666;
	width: 682px;
	height: 800px;
} 

#leftside {
	float: left;
	width: 480px;
	padding: 0;
	margin: 18px 27px 0 0; /* about GUTTER */
}

#rightside {
	float: left;
	width: 480px;
	padding: 0;
	margin-top: 18px;
}



.subtitle {
	margin: 0 0 10px 0px;
	color: #ffffff;
}

img.title {

	vertical-align:middle;
	float: left;
	/*margin-right: 235px; /* this will create the separation between the title and the phone number, contact, about etc NORMALLY 219 */ 
}

img.latestPhoto {
	float: left;
	width: 336px;
	margin: 10px 10px 10px 0;
}

img.latestPhoto2 {
	float: left;
	width: 336px;
	margin: 10px 0 10px 0;
}

#picture {
	float: left;
	width: 700px;
	height: 552px;
	padding: 0 0 15px 0;
}



.top-text {
	float: right; 
}

#on-state {
	color: #000000;
}


#photo-nav {
	text-align: left;
}

#arrow-nav {
	text-align: right;
}

.thumb-nav {
	width: 54px;
	height: 44px;
	margin: 0;
	float: left;
	padding: 1px;
}

.white-text {
	color: #FFFFFF;
}

#rule {
	margin-bottom: 7px;
	display: block;
}

#rule2 {
	margin: 7px 0 7px 0;
	display: block;
}

#caption {
	color: #000000;
	margin-top: 13px;
}

#caption2 {
	display: inline-block;
	color: #000000;
	margin-top: 13px;
}

#tab {
	text-indent: 3.7em;
	display: inline-block;
}

#tab2 {
	text-indent: 5.3em;
	display: inline-block;
}

#tab3 {
	text-indent: 4em;
	display: inline-block;
}

#arrows {
	float: right;
}

#captionmore {
	float: left;
	color: #000000;
}




/* **************  */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

