body {
	background-color: #000000;
	background-image: url(images/side.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

p {
	text-align: left;
}

p.center {
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFCC;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	border-bottom: 1px solid #FFFFCC;
	margin-bottom: -9px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFCC;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	line-height: normal;
}

hr {
	border: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 1px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FFFFCC;
}

input.txt  {
	font: Arial, Helvetica, sans-serif;
	width: 400px;
	margin: 2px;
	padding: 2px;
}
input.button {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #5D215F;
	color: #FFFFFF
}
textarea {
	font: Arial, Helvetica, sans-serif;
	width: 400px;
	height: 200px;
}

.date {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFCC;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

#menu {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	float: left;
	background-image: url(images/logo_members.gif);
	background-repeat: no-repeat;
	padding: 140px 0 0 0;	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	border-bottom: 1px solid #FFFFFF;
}
#menu li a {
	display: block;
	padding: 5px 5px 5px 5px;
	width: 110px;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
#menu li a:hover {
	color: #FFFFFF;
	background-color: #5D215F;
}

.pathway {
	display: block;
	width: 746px;
	margin-top: 5px;
	background-color: #5D215F;
	text-align: left;
}

#wrap {
	width: 746px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 746px;
	background-image: url(images/shim_logo_top_grey.gif);
	background-repeat: repeat-x;
}

#main {
	width: 600px;
	background-color:  #000000;
	margin-top: 5px;
	float: right;
	background-image: url(images/header_noticeboard.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 73px 5px 5px 5px;
}