body
{
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
background-color:#333333;
}

h3
{
font-weight:bold;
font-size:16px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: url("http://www.karen-jennings.org.uk/sources/images/docs_bgr.jpg");
}

#navigation {
	margin: 0 0 0px 0;
	/* background: url("http://www.karen-jennings.org.uk/sources/images/docs_top_bgr.jpg") repeat-y;*/
}
#navigation h2
{
color:white;
padding: 3px;
font-size:12px;
}
#navigation a:link
{
color:white;
text-decoration:none;
}
#navigation a:visited
{
color:white;
text-decoration:none;
}

#navigation a:hover
{
color:white;
text-decoration:underline;
}

#navigation .current
{
color:#FF9966;
text-decoration:none;
}
#header {
height:100%;
	margin: -20px 0 15px 0;
}
#header h2
{

color:white;
padding: 10px 6px 0px 6px;
}

#container {
height:100%;
	margin: 0 0 -20px 0;
	background: url("http://www.karen-jennings.org.uk/sources/images/docs2green_bgr.jpg");
	}
#container p
{
font-size:14px;
line-height:19px;
color:white;
padding:10px 20px 10px 20px;
}
td
{
font-size:14px;
padding:10px 20px 10px 20px;
border-bottom:thin solid grey;
line-height:19px;
color:222222;

}

th
{
color:white;
padding:10px 20px 10px 20px;

}

#intro {

	margin: 0px auto;
width:80%;
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 300px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 300px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	color:#FF0000;
	font-size:18px;
	letter-spacing:5px;
}

