.container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.header {
	width: 950px;
	border: 1px solid #666666;
}
.nav {
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 22px;
}

body {
	font-family: Tahoma, Arial, Verdana;
	color: #666666;
	text-align: center;
	margin: 10px 0px 0px;
	font-size: 12px;
}




p {
	font-size: 12px;
	line-height: 20px;
}

.footer {
	width: 950px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.content {
	width: 600px;
	padding: 20px;
}
li {
	line-height: 20px;
}

a {
	color: #F78429;
}
a:hover{
	color: #000000;
}
.more {
	background-image: url(images/more-link.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 30px;
	padding-bottom: 5px;
}


.small {
	font-size: 10px;
	line-height: 12px;
}
.Home {

	width: 950px;
	border: 1px solid #666666;
	padding-bottom: 20px;
	background-image: url(images/bright-white-smiling-woman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

h2 {

	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.Contact {


	width: 950px;
	border: 1px solid #666666;
	padding-bottom: 20px;
	background-image: url(images/call-me-smiling-woman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Services {



	width: 950px;
	border: 1px solid #666666;
	padding-bottom: 20px;
	background-image: url(images/bright-white-services.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
