/*---- Layout ----*/
div
{
	line-height: 1.1; /* IE6 peekaboo bug: fix from http://www.dracos.co.uk/code/ie6-css-bug/ */
	padding: 0;
	margin: 0;
}
body
{
	padding: 5px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#masthead .infolinks
{
	margin-left: 10px;
}
#leftcolumn
{
	margin-right: -230px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 180px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: auto;
	margin-left: 179px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
	width: 975px;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
	font-size: .95em;
	background-color: #000000;
	color: #ffffff;
	padding: 5px; 20px;
	margin: 0;
}
body h1
{
	font-family: Verdana, Garamond, 'Lucida Grande', 'Lucida Sans Unicode',sans-serif; 
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
}
hr
{
	color: #FFF;
	background-color: #FFF;
}
#pageFrame
{
	background-color: #000000;
	color: #ffffff;
	min-width: 500px;
}
.infolinks, .infolinks a, .infodiv a, #innerFooter
{
	/* background-color: #999999; */
	/* color: #000000; */
	color: #FFF; 
}
#innerFooter
{
	font-size: 0.75em;
}
/*---- Portfolio Switching ----*/
#portfolioSwitch
{
	padding-left: 150px;
}
.portfolioText
{
	padding: 3px 5px;
}
a.portSelected
{
 	border: solid 1px #FFF;
	color: #FFF;
	text-decoration: none;
}
a#email-to {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

.site-title{
	font-size: 26px;
}

.email {
	padding-top: 5px;
	float: right;
}

.email a {
	color: #FFF;
	text-decoration: none;
}
