/*
stilgherrian.css
version 1.0, 23 November 2002
Default stylesheet for http://www.stilgherrian.com/
Copyright (C)2002 Stilgherrian. All rights reserved.
*/


body
{
	margin:0px
	padding:0px;
	color:#333344;
	background: url(/bg/bg-main.jpg) #c7c7c7;
    font: 11px/14px verdana, arial, helvetica, sans-serif;
}

h1 {
	font: 24px/24px palatino, bookman, verdana, times, serif;
	color: #000000;
	margin-top: 0px;
}

h2 {
	margin-top: 18px;
	font: bold 12px/18px verdana, arial, helvetica, sans-serif;
	color: #000000;
}

p {
	font: 12px/18px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 12px 0px;
}

a {
	color: #00f;
	text-decoration: none;
}
a:link { color: #00f }
a:visited { color: #009 }
a:hover { text-decoration: underline }


#maincentre {
	position: absolute;
	top: 100px;
	left: 150px;
	right: 100px;
	width: auto;
	padding: 0px;
	z-index: 3;
	/* Here is the ugly brilliant hack that protects IE5/Win from its
		own stupidity. Thanks to Tantek Celik for the hack and to Eric
		Costello for publicizing it. IE5/Win incorrectly parses the
		"\"}\"" value, prematurely closing the style declaration. The
		incorrect IE5/Win value is above, while the correct value is
		below. See http://glish.com/css/hacks.asp for details.
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 100px;
}
/* This has been called the "be nice to Opera 5" rule. Basically, it feeds
correct length values to user agents that exhibit the parsing error exploited
above yet get the CSS box model right and understand the CSS2 parent-child
selector. ALWAYS include a "be nice to Opera 5" rule every time you use the
Tantek Celik hack (above). */
body>#maincentre {
	margin-right: 100px;
}


#mainleft {
	position: absolute;
	width: 150px;
	top: 100px;
	left: 0px;
	padding: 5px;
	z-index: 2;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}
body>#mainleft {
	width: 150px;
}


#mainright {
	position: absolute;
	width: 100px;
	top: 100px;
	right: 0px;
	padding: 5px;
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px;
}
body>#mainright {
	width: 1050px;
}


p.headline {
	font: 18px/20px palatino, bookman, verdana, times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 12px;
}
p.nav {
	font 10px/12px verdana, arial, helvetica, sans-serif;
	margin: 0px;
}
p.footer {
	font 9x/10px verdana, arial, helvetica, sans-serif;
	margin: 0px;
}

#banner {
 background: #7c7c7c;
	margin: 0px;
	padding: 5px;
	height: 60px;
}

#logo {
	margin: 0px;
	position: absolute:
	top: 5px;
	right: 10px;
}

#slogan {
	position: absolute;
	top: 10px;
	left: 340px;
	width: auto;
	color: #fff;
}


#nav {
	position: absolute;
	top: 65px;
	left: 340px;
	width: auto;
}

#content {
	margin: 0px 0px 0px 110px;
	padding: 10px 10px 50px 10px;
}


#sidebar {
	float: left;
	width: 100px;
	padding: 10px;
}

#footer {
	font: 9px/12px verdana, arial, helvetica, sans-serif #ccc;
	margin-top: 50px;
}

#form {
	font: 10px/12px;
	margin-bottom: 5px;
	margin-top: 0px;
}

p.form {
	font: 10px/12px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.note {
	font: 9px/11px;
}
