/* CSS Document */

body {
	background-color: #ffffff;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	background-image:  url("images/page-bg.gif");
	background-repeat:repeat-y;
	background-position: 0% 100%;
}

#wrapper {
	text-align:center;
	padding: 0px;
}

div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
}

.rightAlign {
	text-align:right;
	}

.content {
	padding-left: 90px;
	padding-top: 40px;
	font-size: 14px;
	background-image:    url("http://www.sustainablelivingtasmania.org.au/images/bg-logo-bottom.gif");
	/*/*/background-image:      url("images/bg-logo-bottom.gif"); /* */
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.content2 {
	padding-left: 90px;
	padding-top:0px;
	font-size: 14px;
	background-image:    url("http://www.sustainablelivingtasmania.org.au/images/bg-logo-bottom.gif");
	/*/*/background-image:      url("images/bg-logo-bottom.gif"); /* */
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

h1 {
	font-size:20px;
	font-weight:bold;
	}
h2 {
	font-size:18px;
	font-weight:bold;
	}
h3 {
	font-size:18px;
	}
h3 {
	font-size:14px;
	font-weight:bold;
	}

.content a, .content2 a {
	color: #006E32;
	font-size:14px;
}
.content a:visited .content2 a:visited{
	color: #5a5a5a;
}
.content a:hover, .content2 a:hover,
.content a:active, .content2 a:active,
.content a:focus, .content2 a:focus{
	color: #73944B;
}
	
.small {
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	line-height: 1.2em;
	color:#999999;
}
.small a {
	color: #579E77;
	margin: 0 2px 0 0;
}
.small a:visited {
	color: #878787;
}
.small a:hover,
.small a:active,
.small a:focus {
	color: #73944B;
}
.small2 {
	font-size: 10px;
	color:#000000;
}
.small2 a {
	color: #006E32;
}
.small2 a:visited {
	color: #5a5a5a;
}
.small2 a:hover,
.small2 a:active,
.small2 a:focus {
	color: #73944B;
}

.linkPara
{margin-top: 4px; margin-bottom: 4px;
font-weight:bold;
}
.booksLibrary
{padding: 5px;
text-align:center;
}
.medgrey {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}