body
{
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: verdana, serif;
}

#wrapper
{
	width: 900px;
	margin: 30px auto 0px auto;
}

#footer
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 48px;
}

#content
{
	min-height: 400px;
	font-family: georgia, verdana;
}

p
{
	clear: both;
}
p.sentence
{
	width: 600px;
}
p.sentence:first-letter
{
	font-size: 150%;
	font-weight: bold;
}
p.sentence:first-line
{
	line-height: 100%;
}
.break
{
	width: 600px;
	padding: 50px 0px 0px 0px;
}
.link
{
	padding: 16px 16px;
	float: left;
}
.link a img
{
	width: 150px;
	height: 39px; 
}
.left
{
	float: left;
}
.right
{
	float: right;
}

a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border-style: none;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
ul li
{
	float: right;
}
ul a
{
	text-decoration: none;
	color: #000;
	padding: 0 1em;
}
ul a:hover
{
	text-decoration: underline;
}

.gallery
{
	display: table;
	margin: 16px 16px 16px 16px;
}
.gallery div
{
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 4px 4px 4px 4px;
	border: 1px solid #aaa; 
}
.gallery a
{
	display: table-cell;
	width: 128px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
}
.gallery img
{
	border-style: none;
	vertical-align: middle;
}
.gallery div:hover
{
	border: 1px solid #000;
}
.clear
{
	clear: both;
}

.section
{
	display: table;
	margin: 16px 16px 16px 16px;
}
.section div
{
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 6px 6px 6px 6px;
	border: 1px solid #aaa; 
}
.section a
{
	display: table-cell;
	width: 384px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
}
.section img
{
	border-style: none;
	vertical-align: middle;
}
.section div:hover
{
	border: 1px solid #000;
}

form
{
	font-family: verdana, serif;
}
fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #eee;
	width: 320px;
	position: relative;	/* IE workaround */
}
legend
{
	position: absolute;	/* IE workaround */
	top: -0.6em;		/* IE workaround */
	left: 1em;			/* IE workaround */
	font-weight: bold;
}
label
{
	float: left;
	width: 5em;
	margin-right: 1em;
}
input
{
	width: 10em;
}
input[type="submit"]
{
	width: 7em;
}
input[type="button"]
{
	width: 7em;
}
textarea
{
	width: 216px;
	height: 50px;
}

table
{
	border-collapse: collapse;
}
table, th, td
{
	border: 1px solid #000;
}
caption
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}
thead
{
	background-color: #868;
	color: #fff;
}
tbody
{
	font-family: monospace;
}
th, td
{
	padding: 0.1em 1em;
}
td.num
{
	text-align: right;
}
