body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
	
body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "helvetica", sans-serif;
	color: #444; }

#frame { 
	width: 770px;
	overflow: auto; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 450px;
	font-size: .8em; }
		
	table th { 
		text-align: left;
		font-size: 1em;
		background: #444; 
		color: #fff;
		border-right: 1px solid #fff;
		padding: 5px 0 5px 10px; }
	
	table td { padding: 5px; }

	.bggrey { background-color: #DDD; }

img {
	width: 300px;
	border: 4px solid #444; 
	margin: 0 30px 10px 0; }
	
	img:hover { border: 4px solid #000; }

p { 
	font-size: .8em;
	padding-bottom: 10px; }

p.caption { 
	text-align: center;
	font-size: .8em;
	margin-right: 30px; }

h3 { 
	font-size: 1.1em;
	color: #000; 
	margin: 10px 0 20px 0; }
	
.right { float: right; }

.left { float: left; }

.twothirds { width: 420px; }

	table.twothirds { margin-right: 20px; }
	
.third { 
	width: 304px; }
