@charset "utf-8";
/* CSS Document */
body {
	background: url(images/background-1.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
p {
	text-align: justify;
	font-weight: bold;
	line-height: 200%;
}
p.footer {
	font-weight: 100;
	text-align: center;
}
.header img {
	float: left;
	padding-bottom: 10px;
}
img.frontpage-padding {
	padding-top: 10px;
	padding-left: 20px;
}
#wrapper {
	margin: auto;
}
#content {
	margin: auto;
}
.top-left-img {
	background: url(images/top-left.png) no-repeat;
}
.top-img {
	background: url(images/top.png) repeat-x;
}
.top-right-img {
	background: url(images/top-right.png) no-repeat
}
.right-img {
	background: url(images/right.png) repeat-y;
}
.bottom-right-img {
	background: url(images/botton-right.png) no-repeat;
}
.bottom-img {
	background: url(images/bottom.png) repeat-x;
}
.bottom-left-img {
	background: url(images/botton-left.png) no-repeat;
}
.left-img {
	background: url(images/left.png) repeat-y;
}
#nav {
	background: #29292B;
	height: 30px;
	font-size: 1.5em;
}
#nav, #nav ul {
	list-style: none;
	line-height: 1;
}
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
}
#nav li {
	float: left;
	list-style: none;
	border-right: 1px solid #a9a9a9; /*border colour*/
}
#nav a, #nav a:visited {
	display: block;
	font-weight: bold;
	color: #f5f5f4;
	padding: 6px 12px;
}
#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background: #4E4F53; /*mover over*/
	text-decoration: none;
}