/* JJ's Garden Centre CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	}

#content {
	float: right;
	font-family: arial;
	font-size: 12px;
	color: #3D5907;
	padding-left: 15px;
	text-align: justify;
	}

#footer {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
	}
	
#wiifm {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	}
	
#wiifm a:link {
	text-decoration: none;
	color: #CCCCCC;
	}

#wiifm a:active {
	text-decoration: none;
	color: #CCCCCC;
	}

#wiifm a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}

#wiifm a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	}
