* { margin: 0; padding: 0; }

body {
	text-align: center;
	
	font-size: 80%;
	
	padding-bottom: 2em;
	
	font-family: "century gothic", "helvetica neue", verdana, helvetica, arial, sans-serif;
}

p {
	line-height: 1.4;
	margin-bottom: 1em;
}

input.text {
	background: white;
	color: #333;
	border: 1px dotted #999;
	padding: 3px;
}

#content a:link {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#container {
	position: relative;
	width: 720px;
	height: 705px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	border-top-width: 0;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	height: 108px;
	width: 720px;
	background-repeat: no-repeat;
	
	overflow: visible;
	
	z-index: 1;
}

#content {
	position: absolute;
	top: 108px;
	left: 0;
	height: 575px;
	width: 720px;
	background-color: transparent;
	color: inherit;
}

#content.scrollable {
	width: 700px;
	height: 554px;
	padding: 10px 10px;
	overflow: auto;
	border-top: 1px solid #666;
}

#footer {
	position: absolute;
	top: 683px;
	left: 0;
	height: 20px;
	padding-top: 2px;
	width: 720px;
	z-index: 1;
	
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

#navigation
{
	position: absolute;
	top: 50px;
	left: 7px;
	font-size: 0.95em;
	
	width: 450px;
}

#navigation, #navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.current:hover {
	text-decoration: none;
}
		
#sub_navigation
{
	position: absolute;
	top: 25px;
	left: 25px;
}

#sub_navigation, #sub_navigation a:link
{
	text-decoration: none;
}

#sub_navigation a:hover
{
	text-decoration: underline;
}

#portfolio_choices {
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 40px;
	width: 80px;
	height: 200px;
}

#portfolio_choices ul {
	list-style: none;
}

#portfolio_choices li {
	display: block;
	height: 15px;
	padding: 3px;
}

