@charset "utf-8";
body  {
	margin: 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-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; 
	border: 1px solid #000000;/* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	background: #FFFFFF;  /* 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. */
	width: 776px;
	margin: 1px 0px -32px 0px;
	text-align: center; /*	
	height: 150px; /*
	padding: 1px;
	position: relative;
	margin: 0px 3px 0 14px; /* last px control the centering of masthead*/
} 
.twoColFixLtHdr #headerother {
	background: #FFFFFF;  /* 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. */
	width: 776px;
	margin: 1px 0px -32px 0px;
	text-align: center;
	height: 200px;/*	
	height: 150px; /*
	padding: 1px;
	position: relative;
	margin: 0px 3px 0 14px; /* last px control the centering of masthead*/
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px 0;

}
.paypalbtn {
	margin-right: 0px;
	margin-left: 30px;
	margin-top:   0px;
	margin-bottom: 20px;
}
.paypalbtnprint {
	margin-right: 0px;
	margin-left: 10px;
	margin-top:  0px;
	margin-bottom: 30px;
}
.paypalbtnwebpt {
	margin-right: 0px;
	margin-left: 10px;
	margin-top:  0px;
	margin-bottom: 30px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 10px;
	margin: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	clear: left;
}
.twoColFixLtHdr #mainContent {	
    padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-top: 40px;
	margin-bottom: 100px;
	margin-left: 270px;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	width: auto;
	margin-left: 0px;
} 
.twoColFixLtHdr #footerprice {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	width: 776px;
	margin-left: 0px;
}

.twoColFixLtHdr #webadline {
	margin-top: 20px;
	margin-bottom: 150px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #navbar {
	margin-left: 4px;
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
}
.twoColFixLtHdr #aboutus {
    padding: 0px 3px 5px 0px;
	margin: 50px 0px 0px 0px;
}

.twoColFixLtHdr #aboutus2 {
    padding: 0px 10px 10px 10px;
	margin: 10px 50px 50px 40px;
}
.twoColFixLtHdr #contactus {
    padding: 0px 10px 10px 10px;
	margin: 10px 50px 50px 110px;
}	
.twoColFixLtHdr #webdesign {
    padding: 10px 10px 5px 10px;
	margin: 0px 50px 5px 40px;
}

.twoColFixLtHdr #portfolio {
    padding: 10px 10px 15px 10px;
	margin: 0px 35px 25px 28px;
}

.twoColFixLtHdr #pricing {
    padding: 10px 10px 15px 10px;
	margin: 5px 35px 25px 25px;
}
