body {
	font: 100% Arial,Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #666666;
	font-size: 12px;
	line-height: 20px;
}

a:link {
	color: #CC6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #EE7700;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:active {
	color: #CC6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}







.oneColFixCtrHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	float: both;
	height: 77px;
}
.oneColFixCtrHdr #header {
	height: 112px;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #logo {
	float: left;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}




.oneColFixCtrHdr #separator {
	height: 20px;
	clear: both;
	margin-left: 6px;
}





.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

.oneColFixCtrHdr #mainContent {
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 70px;
}

.oneColFixCtrHdr #divideLine {
	padding-left: 70px;
}

.oneColFixCtrHdr #homeLeftColumn {
	width: 670px;
	float: left;
}

.oneColFixCtrHdr #homeRightColumn {
	width: 280px;
	float: right;
}

.oneColFixCtrHdr #homeAbout {
	padding-left: 15px;
	padding-right: 15px;
}

.oneColFixCtrHdr #homeLinks {
	height: 145px;
	background-image: url(../images/home/links_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
}

.oneColFixCtrHdr #homeContact {
	height: 200px;
	margin-left: 15px;	
}

.oneColFixCtrHdr #homeItem {
	width: 200px;
	height: 220px;
	background-color: #F5F5F5;
}

.oneColFixCtrHdr #title {
	height: 20px;
	padding-left: 15px;
	border-top: 1;
	border-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-top-width: thin;
}

.oneColFixCtrHdr #homeItemText {
	width: 200px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


.oneColFixCtrHdr #projectsLinks {
	padding-left: 15px;	

}
.oneColFixCtrHdr #projectsIndex {
	height: 30px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	border-top-color: #CCCCCC;
	border-top-width: thin;
	padding-top: 10px;
}


.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	link : #FF00FF;
}

.oneColFixCtrHdr #footerText {
	
}
.oneColFixCtrHdr #footerIcons {
	padding-top: 5px;
	padding-left: 2px;
}

	
