/***********************************************/
/* landscaping_specialists.css                 */
/* Use with css_template.html                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #669966;
	margin: 0px;
}
h1{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#Table_01 {
	position:relative;
	top:0px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	left: 0px;
	height: 100%;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:116px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#new-sign {
	position:relative;
	left:0px;
	top:0px;
	width:124px;
	height:116px;
}

#left-side {
	position:relative;
	left:0px;
	top:0px;
	width:232px;
	height:100%;
	background-image: url(images/left_end.gif);
	background-repeat: repeat-y;
	background-color: #CBD9BA;
}

#menu-sign-post {
	position:absolute;
	left:18px;
	top:0px;
	width:59px;
	height:424px;
}

#menu-sign-top {
	position:absolute;
	left:59px;
	top:0px;
	width:153px;
	height:424px;
}

#right-end {
	position:absolute;
	left:744px;
	top:116px;
	width:56px;
	height:100%;
	background-image: url(images/right_end.gif);
}

#about-sign {
	position:absolute;
	left:59px;
	top:79px;
	width:153px;
	height:44px;
}

#products-sign {
	position:absolute;
	left:59px;
	top:123px;
	width:153px;
	height:43px;
}

#services-sign {
	position:absolute;
	left:59px;
	top:166px;
	width:153px;
	height:43px;
}

#pricing-sign {
	position:absolute;
	left:59px;
	top:209px;
	width:153px;
	height:43px;
}

#contact-sign {
	position:absolute;
	left:59px;
	top:252px;
	width:153px;
	height:40px;
}

#menu-sign-grass {
	position:absolute;
	left:59px;
	top:292px;
	width:153px;
	height:132px;
}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:60px;
	margin-left: auto;
	margin-right: auto;
}
#body {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	padding: 0;
}
#body #Table_01 #main_content {
	position: absolute;
	height: 423px;
	width: 482px;
	left: 232px;
	top: 116px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
