/* CSS Document */

body{
	margin: 0 auto;
	height: auto;
}

#design1_placeholder
{
	margin: 0 auto;
	font-family:verdana;
	font-size:80%;
	color:#fff;
	background-image: url('clearcutlawncare_design1.png');
	background-repeat: no-repeat;
	height: 800px;
	width: 900px;
}

#homepage_placeholder
{
	margin: 0 auto;
	font-family:verdana;
	font-size:80%;
	color:#fff;
	background-image: url('img/logo_index.png');
	background-repeat: no-repeat;
	height: 600px;
	width: 700px;
}

#header{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	background-image: url('img/header.png');
	height: 160px;
	width: 800px;
}

#menu{
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px #fefdfd;
	font-size: 18px;
	background-image: url('img/menuback2.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 10px;
	height: 50px;
	width: 800px;
	text-align: center;
}

#content{
	background-image: url('img/pageback3.png');
	background-repeat: no-repeat;
	height: auto;
	width: 800px;
	margin: 0 auto;
	margin-top: -10px;
	padding-top: 25px;
	padding-right: 5px;	
}

#clearcut{
	background-image: url('img/clearcut.png');
	background-repeat: no-repeat;
	height: 44px;
	width: 375px;
	float: left;
	margin: 0 auto;
	margin-left: 48px;
}

#contentback{
	font-family: Times, "Times New Roman", serif;
	background-image: url('img/textback.png');
	background-repeat: no-repeat;
	height: 300px;
	width: 700px;
	margin: 0 auto;
	margin-top: -10px;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 23px;
}

p{
	font-weight: bold;
	text-shadow: 0px 0px;
	padding-right: 5px;
}

.pics{
	margin: 0 auto;
	width: auto;
	padding-left: 25px;	
}


.imgright{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
}

a:link {color: black; text-decoration: none;}
a:visited {color: orange; text-decoration: line-through; }
a:hover {color: orange; text-decoration: underline;}
a:active {color: white; text-decoration: none; }
a:focus {color: white;}