/* 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; }


/* Site specific */
body { background: transparent url(../graphics/2/body.gif) repeat-x; }
body,
input,
select,
textarea { font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 2em; font-weight: normal; }
h2 { font-size: 1.6em; font-weight: normal; }
h3 { font-size: 1.2em; font-weight: normal; }

a { color: #a98653; }

#wrapper { width: 550px; margin: 0 auto; background: #fdd07e url(../graphics/2/wrapper.gif) repeat-x; }

#header { position: relative; height: 200px; margin: 0 0 -1px; background: url(../graphics/2/header.gif) no-repeat 210px 0; }

#logo { position: absolute; left: 0; top: 0; }

#banner { display: none; }

#navigation { display: none; }

#main { }

#sidebar { display: none; }

#content h2 { margin: 0 0 0.5em; }
#content h3	{ margin: 0 0 0.6em; }
#content h4,
#content p { margin: 0 0 0.9em; }

#content div.images { display: none; }

body.home #content div.content td { text-align: center; padding: 0 5px; }
body.home #content div.content td h3 { height: 3.5em; }

#main ul.links { display: none; }

#footer {  }
#footer div.top p { position: relative; height: 50px; overflow: hidden; margin: 0; font-size: 0.9em; line-height: 1.5em; white-space: nowrap; background: url(../graphics/2/gold-logo.png) no-repeat; }
#footer div.top p strong { font-size: 1.4em; font-weight: normal; }
#footer div.top p span { color: #a98653; }
#footer div.base { padding: 1px 0; background: white; font-weight: bold; font-size: 0.85em; }