body
{
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #999;
	background-color: #ccc;
}

a
{
	padding: 0;
	border: 0px;
}

h1
{
	color: #999;
	font-size: 12px;
	position: relative;
	top: 9px;
}

h2
{
	color: #333;
	font-size: 12px;
	font-style: italic;
}

img { border: 0px; }

img.screencap
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}

#logo
{
	margin-left: 24px;
	margin-top: 14px;
}

#stripe
{
	margin-left: 4px;
	margin-right: 4px;
	border-bottom: 7px solid #e2e2e2;
}

#container
{
	background-image: url(../portfolio/images/popup-bgrpattern.gif);
	background-repeat: repeat-y;
	width: 658px;
	margin: 10px auto;
	color: #333;
	line-height: 16px;
}

#head
{
	background-image: url(../portfolio/images/popup-topborder.gif);
	background-repeat: no-repeat;
}


#close
{
	position: relative;
	top: 11px;
	left: 383px;
}
/* listamatic and  Seth's horizontal list */
#navcontainer
{
	margin-left: 28px;
	margin-right: 23px;
	z-index: 1;
	font-weight: bold;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: right;
	padding: 0;
	z-index: 2;
	font-family: verdana, arial, helvetica, sans-serif;
	position: relative;
	top: -28px;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
	font-size: 10px;
}

#navcontainer li a
{
	color: #999;
	background-color: #fff;
	border: 1px dotted #ccc;
	text-decoration: none;
	padding: 0 4px 1px 4px;
}

#navcontainer li a:hover
{
	color: #999;
	border: 1px solid #999;
}

#navcontainer li a#current
{
	color: #999;
	background-color: #e2e2e2;
}

#footer
{
	clear: both;
	margin: 0;
	height: 23px;
	line-height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(../portfolio/images/popup-bottomborder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#copyright
{
	font-size: 9px;
	color: #999;
	text-align: right;
	margin: 0 25px 0 0;
}

#bottom
{
	position: relative;
	top: 5px;
}
