/* 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,
input,
select,
textarea	{ font-family: Arial, Helvetica, sans-serif; }

h1 { margin: 0 0 0.5em; font-size: 1.7em; font-weight: normal; font-family: "Lucida Sans", Arial, Helvetica, sans-serif; }
h2 { font-size: 1.3em; font-weight: normal; font-family: "Lucida Sans", Arial, Helvetica, sans-serif; }
h3 { font-size: 1.1em; }

a			{ color: #000; }

#wrapper { width: 570px; margin: 0 auto; padding: 0; }

#navigation,
#services,
#footer ul { display: none; }

#main { border-bottom: 1px solid #888; }

#sidebar,
#news { float: right; width: 130px; padding: 0 0 0 10px; border-left: 1px solid #888; }

#content.sidebar { margin: 0 150px 0 0; }