body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #ccc url(img/ASC_garden_bg.png) repeat-x left top;
}
.no {
	display:none;
}
h1 {
	font-size: 160%;
	font-weight: normal;
}
h2 {
	color: #666633;
	text-transform: uppercase;
	font: bold 90% Arial, Helvetica, sans-serif;
	margin-top: 19px;
	margin-bottom: 10px;
}



p {
	font-size: 90%;
	color: #444422;
	margin-right: 20px;
}
a {
	color: #666666;
}
a:hover {
	color: #666600;
	text-decoration: none;
}


ol {
	font-size: 90%;
}
ol li {
	margin: 19px 0px;
}
th {
	background: #f5f5f5;
}

 #container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F6F7F0;
	margin: 0 auto;
	text-align: left;
	border-top: 10px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
} 
 #header {
	background: #F6F7F0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	position: relative;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: transparent url(img/ASC_garden_logo.png) no-repeat 0px 0px;
	height: 259px;
	width: 205px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 999;
}
#header h1 a {
	height: 259px;
	width: 205px;
	display: block;
	text-decoration: none;
}
#header img {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 300px;
	width: 590px;
	background: transparent url(img/indicator_medium.gif) no-repeat center center;
	z-index: 998;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background: url(img/ASC_garden_navigation.png) no-repeat right top;
	height:430px;
}
html>body #sidebar1 {
	height:auto
	min-height:430px;
}
#sidebar1 ul li a {
	color: #666633;
	font: 22px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	color: #FF6633;

}
#sidebar1 ul li a.selected {
	color: #FF6633;
	font: bold 22px Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#sidebar1 address {
	margin-left: 40px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666600;
}



#mainContent {
	padding: 1px 15px 1px 35px;
	background: url(img/ASC_garden_content.png) repeat-x 0px 0px;
	margin-left: 290px;
} 
#mainContent h1 {
	margin-top: 19px;
	margin-bottom: 19px;
	color: #666600;
}

#mainContent p {
	margin-top: 19px;
	margin-bottom: 19px;
}
#mainContent ul {
	padding-left: 0px;
	color: #666600;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 19px;
	font-size: 80%;
	font-weight: bold;
}
#mainContent a {
	color: #333333;
}
#mainContent a:hover {
	color: #666600;
}






 #footer {
	padding: 10px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background: #E6E7D4 url(img/ASC_garden_footer.png) repeat-x left top;
	font-size: 12px;
} 
 #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 100%;
}
 #footer a {
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* BB tag */
#footer a.bitbyte  {
	color: #666666;
	font-weight: normal;

}
a.bitbyte b {
	color: #000000;
}
a.bitbyte span {
	font-weight: normal;
	color: #333333;
}
#brojac {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 90%;
}
