@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	background-color: #666;
}
.twoColFixLt #container {
	width: 905px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1A1B1B;
	height: 700px;
}
.twoColFixLt #sidebar1 {
	width: 210px;
	background-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	height: 690px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
}

.twoColFixLt #mainContent {
	background-color: #1A1B1B;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	height: 700px;
} 


.twoColFixLt #footer {
	height: 150px;
}


.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;
}
#scrollDiv {
	height: 600px;
	width: 625px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
	background-image: none;
	padding-bottom: 15px;
	border: 2px solid #333;
}

.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;
}
.imgThaneSidebarLogo {
	margin-left: 13px;
	margin-top: 10px;
}
#portfolioBackround {
	background-color: #F00;
}
.imgPictureCaption {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11pt;
	margin-top: -10px;
	margin-left: 50px;
}
.imgFloatRight {
	float: right;
	margin-left: 10px;
}
