.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(logobar1.jpg);
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 780px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	height: 400px;
	padding: 15px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	padding: 15px 10px 15px 20px;
	background-color: #E8E8E8;
	margin: 0 0 0 205px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	vertical-align: bottom;
} 
#index   {
	background-image: url(kitchenbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 205px;
	padding: 15px 20px 15px 20px;
}
.pictureplacer {
	float: right;
	height: 250px;
	width: 250px;
	margin-right: 50px;
}


.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;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #000066;
	background-color: #660000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #003399;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #670305;
	background-color: #DEDECA;
	text-align: center;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	background-color: #006666;
	color: #DCDCDC;
	background-image: url(logobar1.jpg);
}
#noheader {
	background-color: #006666;
	height: 140px;
	width: 780px;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #680607;
	background-color: #CCCCCC;
	text-align: center;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #336699;
	margin: 25px;
	padding: 5px;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
	color: #680607;
}

input.small {
	width: 50px;
}

input.big {
	width: 100px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	list-style-type: square;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .2em;
}
#cleaning {
	background-image: url(cleaningbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 205px;
	padding: 15px 20px 15px 20px;
}
#handyman {
	background-image: url(handymanbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 205px;
	padding: 15px 20px 15px 20px;
}
#contact {
	background-image: url(windowbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 205px;
	padding: 15px 20px 15px 20px;
}

