/* Set defaults */
body			{ margin: 0; padding: 0; font-size: 76%; }
input,
select,
textarea		{ font-size: 1em; }
th,
td				{ vertical-align: top; font-size: 1em; }
img				{ border: 0; }
a				{ text-decoration: none; }
a:hover			{ text-decoration: underline; }

/* Generic classes */
.clear:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear			{ display: inline-block; }
/* \*/
.clear			{ display: block; }
/* */

.align-left		{ text-align: left !important; }
.align-right	{ text-align: right !important; }
.align-centre	{ text-align: center !important; }
.align-top		{ vertical-align: top !important; }
.align-bottom	{ vertical-align: bottom !important; }
.align-middle	{ vertical-align: middle !important; }

.bold			{ font-weight: bold !important; }
.italic			{ font-style: italic !important; }
.underline		{ text-decoration: underline !important; }

.fixed { width: 600px; margin: 0 auto; }

/* Site specific */
body,
input,
select,
textarea { font-family: Arial, Helvetica, sans-serif; }

h1 { margin-top: 0; font-size: 2em; font-weight: normal; }
h2 { font-size: 1.6em; font-weight: normal; }
h3 { font-size: 1.2em; }

#sidebar,
#footer div.images,
#footer div.nav,
a.button { display: none; }

#wrapper { width: 600px; margin: 0 auto; }

#crumbs { padding: 2em 0; }

#content div.left { float: left; width: 380px; }
#content div.right { float: right; width: 200px; }

#footer { padding: 1em 0 0; font-size: 0.8em; }