body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

p, h1, h2  {
	padding: 0em 15px 0.5em 15px;
	margin: 0px;
}

h1 {
	font-size: 130%; 
	padding-top: 0.5em;
}

h2 {
	font-size: 110%;
}

p {
	font-size: 100%;
}
#content p {
	padding-bottom: 1em;
}

.wrapper { min-width: 550px; }

.outer {
	border-left: 150px #fec632;
	border-right: 160px #fec632;
	background: #ffffff;
}

.left {
	width: 150px;
	margin-left: -150px;
	float: left; 
	position: relative; 
	z-index: 11;
}

.right {
	width: 160px;
	margin-right: -160px;
	float: left; 
	position: relative; 
	z-index: 10;
}

.outer {
	width: auto;
	border-left-style: solid;
	border-right-style: solid;
}

.inner, .innerbottom {
	margin: 0;
	width: 100%;
}

.center {
	float: left; 
	width: 100%;
	position: relative; 
	z-index: 12;
}

.clear { 
	clear: both;
}

/* required for mozilla to show colours */
.outer > .inner {
	border-bottom: 1px solid transparent;
}
/* required to prevent IE showing double line at bottom */
* html .outer > .inner {
	border-bottom: none;
}
/* required for mozilla to size middle column correctly if short */
.left { margin-right: 2px; }
.right { margin-left: 3px; }
.center { margin: 0px -3px 0px -2px; }

.gray {
	background: #cccccc;
}

.topline {
	border-top: 1px solid black;
}
.bottomline {
	border-bottom: 1px solid black;
}

.bar {
	font-size: 70%;
	padding-top: 0.5em;
}

.navigation, #paging {
	font-size: 90%;
}

a {
	color: #990000;
}

a:hover {
	color: #CC0000;
}

.plainlinks a {
	text-decoration: none;
	color: #000000;
}

.plainlinks a:hover {
	text-decoration: underline;
}

code {
	font-family: "Courier New", Courier, mono;
}
.codeblock {
	border: 1px black solid;
	padding: 10px;
	background: #FFFFEE;
	margin: 0px 15px 0px 15px;
	overflow: hidden;
}

#logo {
	margin: 3px 20px 4px 4px;
	vertical-align: -20px;
}

table {
	margin: 0px 15px 0px 15px;
	font-size: 100%;
}

.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
* html .navigation li a { /* IE fix */
	width: 100%;
}
.navigation li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	font-size: 100%;
}
.navigation li a:hover {
	background: #C0C0C0;
	color: black;
	text-decoration: none;
}

#ad0, #ad1, #ad2, #ad3, #ad4 {
	width: 120px;
	border-top-width: 3px;
	border-bottom-width: 4px;
	padding: 1px 4px 4px 12px;
	overflow: hidden;
	text-align: left;
}

#ad0 {
	height: 18px;
	border-top: 1px;
	border-bottom: 3px;
	padding-bottom: 0px;
	font-size: 11px;
}

.right .title {
	font-weight: bold;
}

.right a {
	text-decoration: none;
	color: #993333;
	font-size: 85%;
}
.right a:hover {
	text-decoration: underline;
}