/* CSS Document */

body {
	margin:0px;
	padding:0px;
	}
body, table {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}	
#header {
	margin:10px 50px 10px 0px;
	padding:15px 10px 15px 20px;
}
#header h1 {
	text-align: left;
	margin-left: 180px;
	padding: 0px;
	font-size:24px;
	font-weight:bold;
}
#header #logo {
	float:left;
}
#header #ads {
	float:right;
	margin: 10px 0 10px 5px;
}
#sections {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 5px 0px 10px 20px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	text-align: center;
}
#sections ul {
	padding:0px;
	margin:5px 0 0 180px;
	list-style:none;
	text-align:left;
}
#sections li {
	display:inline;
	padding:10px 5px 5px 5px;
	margin: 5px 0 0 0;
	list-style:none;
	text-align:center;
	line-height:20px
}

#content {
	margin: 0px 50px 35px 200px;
	padding: 0;
}
#content div {
	margin-bottom:8px;
}
#content img {
	margin:4px;
}
#menu {
	display:inline; /* fix for IE double margin bug */
	float:left;
	margin: 0 0 10px 10px;
	width:172px;
	padding:0px 10px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	
}
/* Again, "be nice to Opera 5". */
content>#menu {
	width:150px;
}
#adsense {
	text-align:center;
}
#menu ul a:link, #menu ul a:visited {
	/*display: block;*/
}
#menu ul {
	list-style: none; 
	margin: 5px 0; 
	padding: 0;
}
#menu li {
	margin-bottom: 2px;
}
#footer {
	clear: left;
	margin:10px 0px;
	padding:10px 0px 10px 20px;
	height:14px;
	border-style:solid;
	border-width: 1px 0px 1px 0px;
	line-height:11px;
	text-align: center;
}	
/* Appearance */

h1, h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:18px;
	font-weight:900;
}
#content h2 {
	font-size:14px;
	line-height:14px;
}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
}
#form input, #form textarea, #form textarea{
  width: 300px;
  text-align: left;
  background-color: #eee;
}
a {
	text-decoration:none;
	font-weight:600;
}
hr {
	border-width: 1px 0 0 0;
	border-style:dashed;
	border-color:#CCCCCC;
	height: 0;
}

/* colours, etc. */

body {
	color:#000000;
	background-color:ffffff;
	background-image:url('/images/leather.gif');
}
h1 {
	color:#339933;
}
#header h1 {
	color:#66CC66;
}
h2 {
	color:#339933;
}
a {
	color:#339933;
	text-decoration:none;
}
a:link {
	color:#339933;
}
a:visited {
	color:#339933;
}
a:hover, #sections #currentPage { 
	color:#66CC66; 
}
#sections {
	border-style:solid;
	border-color:#339933;
	background-color:#EBF0EB;
}
#menu {
	background-color:#EBF0EB;
	border:1px dashed #339933;
}
#menu #currentPage {
	color:#66CC66;
}
#footer {
	border-style:solid;
	border-color:#339933;
	background-color:#EBF0EB;
}
.msg {
	color:#C00;
	}
