body {
	background-color:#eeeeee;
	margin:0;
}
table.main {
	border:1px solid #ff9900;
	height:400px;
	width:600px;
	background-color:white;
}
table.main td.title {
	font-family:impact,arial;
	font-size:48px;
}
table.main td.title span.name {
	color:#ff9900;
}
table.main td.content {
	border-top:1px solid #ccc;
	font-family:"trebuchet ms", verdana, arial;
	font-size:14px;
	padding:5px;
}
table.main td.content img.pic {
	border:1px solid #000000;
}
table.main td.content div.header {
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#003366;
}
table.main td.content a {
	color:#ff9900;
}
table.main td.content a:hover {
	color:#dd7700;
}
table.main td.content a:visited {
	color:#dd7700;
}
table.nav {
	position:absolute;
	background-color:white;
	border:1px solid #ff9900;
	border-top:none;
	border-left:none;
	font-family:arial;
	font-size:12px;
	padding:2px;
}
table.nav a {
	text-decoration:none;
	color:#003366;
}
table.nav a:hover {
	color:#336699;
}
