/* CSS styles for dr_plitt website */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #F5F5F5;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	color: #000;
}

h1, h1 a {
	font-size: 25px;
	text-align: left;
	color: #5A87A1;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #5A87A1;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #5A87A1;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	list-style-position: inherit;
	margin-left: 15px;
}


#maincontainer {
	margin: 0 auto;
	margin-top: 50px;
	width: 816px;
}

#headcontainer {
	height: 105px;
	background: url("../pics/back_header.jpg") left top no-repeat;
}

#contencontainer {
	background: url("../pics/back_content.jpg") left top repeat-y;
}

#footercontainer {
	height: 65px; 
	background: url("../pics/back_footer.jpg") left top repeat-y;
}

#footertext {
	border-top: 1px dashed #5A87A1;
	padding-top: 15px;
	margin-left: 20px;
	margin-right: 30px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

#footertext a {
	color: #fff
}

#content {
	text-align: left;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 30px;
}

.listcontainer {
	width: 380px;
	float: left;
}

.spacer {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px dashed #5A87A1;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.clear_left {
	clear: left;
	font-size: 1px;
	line-height: 1px;
}



