a 
{
	color: #69c;
}
body 
{
	background-color: #fff;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 70%;
	margin: 0px;
}
div#content 
{
	color: #333;
	margin: 20px 0px 0px 60px;
	width: 320px;
}
div#content h1
{
	font-size: 100%;
	text-transform: uppercase;
}
div#content p
{
	line-height: 140%;
}
div#footer 
{
	margin: 40px 0px 40px 60px;
	text-align: center;
}
div#footer p
{
	color: #666;
	line-height: 180%;
}
div#header 
{
	background-image: url(header-background.jpg);
	background-repeat: no-repeat;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
div#header table tr td#contact
{
	text-align: right;
	width: 530px;
}
div#header table tr td#contact p
{
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	text-transform: uppercase;
}
div#header table tr td#controlpanel
{
	padding: 0px 0px 0px 20px;
}
div#header table tr td#controlpanel p
{
	color: #666;
}
div#header table tr td#logo
{
	width: 200px;
}
div#navigation 
{
	left: 0px;
	position: absolute;
	top: 140px;
}
div#navigation table
{
	border-bottom: solid 10px #ccc;
	width: 160px;
}
div#navigation table tr td
{
	border-bottom: solid 1px #fff;
	vertical-align: top;
}
div#navigation table tr td.arrow
{
	background-image: url(arrow-background.gif);
	background-repeat: repeat-y;
	width: 25px;
}
div#navigation table tr td.link
{
	padding: 5px;
}
div#navigation table tr td a
{
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
div#navigation table tr td a:hover
{
	text-decoration: underline;
}
div#page 
{
	left: 160px;
	position: absolute;
	top: 140px;
	width: 570px;
}
div#sidepanel 
{
	border-left: solid 1px #ccc;
	padding: 0px 0px 0px 20px;
	left: 400px;
	position: absolute;
	top: 80px;
}
input.textbox 
{
	border: solid 1px #ccc;
}
p#affiliations 
{
	text-align: center;
}
p#subnavigation 
{
	line-height: 120%;
	margin: 5px 0px 5px 0px;
}
p.caption 
{
	color: #666;
	font-size: 80%;
	margin: 5px 0px 5px 0px;
	text-align: right;
}
p.portfolioimage 
{
	text-align: center;
}
table 
{
	font-size: 100%;
}
table#portfolio tr td
{
	text-align: center;
}
textarea.textbox 
{
	border: solid 1px #ccc;
}