@charset "utf-8";

body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
a {
	color: #CCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLt #container {
	width: 1000px;
	background-color: #999;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	background-color: #999;
	text-align: right;
	height: 650px;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#linksbox {
	position:relative;
	left:2px;
	top:-5px;
	width:165px;
	height:190px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	background-color: #999;
	text-align: right;
	padding-right: 8px;
}
#portfoliolinks {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	position: relative;
	bottom: auto;
	left: 0px;
	top: -5px;
	width: 165px;
	height: auto;
	line-height: 0px;
}
#textbox {
	position:relative;
	left:-8px;
	top:-30px;
	width:175px;
	height:450px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-color: #999;
	text-align: right;
	padding-right: 8px;
}



.twoColFixLt #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 650px;
	width: 800px;
} 
.twoColFixLt #container #mainContent table tr a font {
}

#navbox {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:20px;
	z-index:1;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #999;
	padding-top: 22px;
}

.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;
}
