@charset "UTF-8";
body  {
	margin: 0; /* 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: #5f5f5f;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D5D5D5;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.hidden{display:none;}
.twoColFixLt #container {
	width: 968px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 14px;
}
.twoColFixLt #container #sidebar1 .projects a {
	font-style: normal;
	color: #5f5f5f;
	text-decoration: none;
	line-height: 14px;
}
.twoColFixLt #container #sidebar1 .projects a:hover {
	background-color:#5f5f5f;
	color: #FFFFFF;
}
.twoColFixLt #container #sidebar1 .projects a:visited {
	text-decoration: none;
}
.twoColFixLt #container #sidebar1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
}
.twoColFixLt #container #sidebar1 .projects p {
	margin: 0px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	width: 708px;
}
.twoColFixLt #container #mainContent #projectDetails {
	margin-right: auto;
	margin-left: 0px;
	margin-top: 76px;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: 5f5f5f;
}
.twoColFixLt #container #mainContent #projectDetails h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLt #container #mainContent #projectDetails p {
		margin: 0px;
}
.twoColFixLt #container #mainContent #projectDetails #download {
	margin-top: 24px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.twoColFixLt #container #mainContent #projectDetails #top {
	margin-top: -30px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.twoColFixLt #container #mainContent #projectDetails #top a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent #projectDetails #top a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent #projectDetails #top a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent #projectDetails #top a:active img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent #projectThumbnail {
	border: 4px solid #FFFFFF;
	background-color: #333;
	height: 520px;
	width: 700px;
}
.projectImage {
	border: none;
}
.projects {
	width: 220px;
	color: 5f5f5f;
}
.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;
}
