body { 
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
}

#allcontent {
	width: 800px;
	margin: auto;
}
#main {
	height: 325px;
	font-size: 100%;
	line-height: 1.6em;
	padding:0px 15px 15px 15px;
	margin: 0px 10px 10px 10px;
	border-width: thin;
	border-color: #e6e6e6;
	border-left-style: solid;
	border-right-style: solid;
}

#sidebar {
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#footer {
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
}

#header {
	margin: 10px;
	height: 80px;
	text-align: center;
}

#nav {
	color: #000;
	font-size: 100%;
	text-align: right;
	padding: 0px 15px 15px 15px;
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size: 14px;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 110%;
}
a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: thin dotted #000000;
}
a:visited {
	color: #e6e6e6;
	text-decoration: none;
	border-bottom: thin dotted #e6e6e6;
}

p.loading {
  background: url(/style/flashloading.jpg) no-repeat center center;
}

p.centre {
  text-align: center;
}

th {
	font-weight: normal;
}

#sidebar {
	float: right;
	width: 150px;
}

#main {
	margin-right: 200px;
	margin-left: 200px;
}

#nav {
	float: left;
	width: 150px;
}


#footer {
	clear: both;
}





