@charset "UTF-8";
/* CSS Document */

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: #666;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #333;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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 */
	border: -webkit-border-radius: 5px; 	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	border: -moz-border-radius: 5px; 	-webkit-border-radius: 5px;
	border: 2px solid #FFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #333;
	color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 60px;
	text-align: left;
}
.oneColFixCtrHdr #container #header p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.oneColFixCtrHdr #header h5 {
	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 */
	padding: 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container #header h6 {
	font-family: Verdana, Arial;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header a:link {
	color: #FFF;
	text-decoration: none;
}
#header a:visited {
	color: #CCC;
	text-decoration: none;
}
#header a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #333;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	color: #999;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header #name {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.navspace {
	color: #333;
}
.portfolio {
	color: #333;
}




============
.whitedots {
	color: #FFF;
}
.oneColFixCtrHdr #container table tr td p .whitedots {
	color: #FFF;
}
.orange {
	color: #F30;
	text-align: left;
	letter-spacing: 0.2em;
}
