body { 
	margin:0; padding:0;
	background-image: 
	url('images/top_leaves.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

div#container {
	position:relative;
	margin:0 auto;
	width:1000px;
}


/* A '.' means it's a class so there can be tons of them */
#col_top {
	margin: 70px 0px 0px 0px;
	padding:0;
	position:relative;
	width:1000px;
	
}
.col_left {
	position:relative;
	width:280px;
	float: left;
	margin:0; padding:0;
}

#col_leftmotif {
	position:relative;
	width:24px;
	float: left;
	margin:0; padding:0;
}

#col_rightmotif {
	position:relative;
	width:24px;
	float: left;
	margin:0; padding:0;
}

.col_mid {
	position:relative;
	width:354px;
	float: left;
	margin:0; padding:0;
}

.col_right {
	position:relative;
	width:280px;
	float: left;
	margin: 8px 0px 0px 0px; 
	padding:0;
}

h1 {
	color: #999;
	font-family: georgia;
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
	text-align:center;
	margin:10; padding:0;
}



a:link {
	color: #66CC66; 
	font-family: georgia;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #999999; 
	font-family: georgia;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #339933; 
	font-family: georgia;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration:none;
}


.copydiv {
	text-align:center;
	padding:16px 12px 0px 12px;
}

.copyadd {
	text-align:center;
	padding:12px 0px 0px 0px;
}


.copy {
	color: #999999; 
	font-family: georgia;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	letter-spacing: 2px

}

.copybold {
	color: #444444; 
	font-family: georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 1px
}

.copymain {
	color: #444444; 
	font-family: georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px
}

.copymain a:link{
	color: #66CC66; 
	font-family: georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px
}

.copymain a:visited
{color: #999999; font-family: georgia;
font-size: 11px;
line-height: 14px;
font-weight: normal;
letter-spacing: 1px

}

.copymain a:hover
{color: #339933; font-family: georgia;
font-size: 11px;
line-height: 14px;
font-weight: normal;
letter-spacing: 1px

}

.bb {
color: #999;
font-family: georgia;
font-size: 22px;
line-height: 22px;
font-weight: bold;
letter-spacing: 2px

}

.gardens{ 
	color: #999;
	font-family:arial;
	font-size: 10px;
	text-align: center;
}

.gardens a:link {
color: #66CC66;
font-family:arial;
font-size: 10px;
text-decoration:none;
}

.gardens a:visited {
color: #999999;
font-family:arial;
font-size: 10px;
text-decoration:none;
}

.gardens a:hover {
color: #339933;
font-family:arial;
font-size: 10px;
text-decoration:none;
}

/* Use to stop the floats */
.clear {
	clear: both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}