@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999966;
	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: #000000;
}
.oneColFixCtr #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 */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background: url(images/px_bodybkgd.png) repeat-y;
	width: 800px;
	
}

.nestedContent {
	padding: 0;
	margin: 0;
	color: #FFF;
	width: 800px;
	text-align: center;
}

.nestedContent p {
	
	font-size: 11px;
	padding: 0;
	line-height: 20px;
}

.portfolioTxt {
	margin: 20px 80px 0 80px;
	text-align: left;
	
}

.portfolioTxt span {
	text-transform: uppercase;
	color: #999;
}

.portfolioTxt a {
	color: #999966;
}

.portfolioTxt a:hover {
	color: #cccc99;
}

a {
	text-decoration: none;
	color: #900;
}

a:hover {
	color: #999966;
}

ul {
	background: url(images/px_menubkgd.png) repeat-y;
	width: 800px;
	height: 22px;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #663333;
}

ul li {
	display: inline;
	padding: 0 10px;
	margin: 0;	
}	
