* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Structure id's & classes */

#header {
	width: 900px;
	height: 142px;
	background-image:url(../images/giuliani_header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

	#header h1 {
		display: none;
	}

#pagewrap {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

#nav {
	width: 767px;
	background-color: #ec872f;
	padding-left: 133px;

	}
	ul#navbar li {
		display: inline;
		list-style-type: none;
		
		}
		ul#navbar li a {
			display: block;
			height: 40px;
			float: left;
		}
		ul#navbar li.home a {
			width: 105px;
			background-image: url(../images/btn_home.gif);
			text-indent: -9999px;
			}
		ul#navbar li.team a {
			width: 107px;
			background-image: url(../images/btn_ourteam.gif);
			text-indent: -9999px;			
			}
		ul#navbar li.services a {
			width: 106px;
			background-image: url(../images/btn_services.gif);
			text-indent: -9999px;			
			}
		ul#navbar li.portfolio a {
			width: 109px;
			background-image: url(../images/btn_portfolio.gif);
			text-indent: -9999px;			
			}
		ul#navbar li.schedule a {
			width: 105px;
			background-image: url(../images/btn_schedule.gif);
			text-indent: -9999px;			
			}			
		ul#navbar li.contact a {
			width: 105px;
			background-image: url(../images/btn_contact.gif);
			text-indent: -9999px;			
			}

#sidebar1 {
	width: 130px;
	float: left;
	background-image: url(../images/leftwall2.jpg);
}

#maincontent {
	width: 900px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/content-bg.jpg);
	}
	#maincontent div.textbox {
		width: 600px;
		padding: 10px 25px 0px 25px;
		margin: 0 auto;
	}

#sidebar2 {
	width: 130px;
	float: left;
	background-image: url(../images/rightwall2.jpg);
}

#formcontainer {
	width: 225px;
	text-align: center;
	float: right;
	background-image: url(../images/formmiddle.gif); 
}

#leftcolumn {
	width: 275px;
	float: left;
}

#rightcolumn {
	width: 285px;
	padding: 10px;
/*	text-indent: 10px; */
	float: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.photoinset {
	width: 640px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* Text styles */

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: black;
}

h1, h2, h3, h4, h5 {
		line-height: 120%;
}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: black;
}

.bluetext {
	color: #1b1416;
}

.orangetext {
	color: #ec862e;
}

.tagline {
	font-size: 13px;
	font-style: italic;
}

.tinytext {
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.textalignleft {
	text-align: left;
}

.textalignright {
	text-align: right;
}

.textaligncenter{
	text-align: center;
}

.left-indent {
	text-indent: -25px;
}


