/*CSS file for Kingston Denture Clinic*/

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background-color: #fff;
}

h1 {
	color: #003366;
	font-style: italic;
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	font-style: italic;
	color: #000080;
}

span {
	font-style: italic;
	font-weight: bold;
}





/*wrapper div
============================================================*/
#wrapper {
	width: 680px;
	margin: 0 auto;
}

#wrapper address {
	font-style: normal;
	font-size: 1em;
	clear: both;
	margin-bottom: 10px;
	width: 630px;
	text-align: center;
	font-weight: bold;
}

#wrapper p.saying {
	background-color: #036;
	height: 30px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-family: lucida-console, arial, sans-serif;
	font-size: 1.5em;
}

/*#nav
============================================================*/
#nav {
	display: none;
}

/*#banner-left, #banner-right
============================================================*/
#banner-left {
	width: 480px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #036;
	border-bottom: 2px solid #036;
}

#banner-right img.float-right{
	margin-top: 0px;
}

#banner-left p.jhon {
	font-size: 2em;
	margin-bottom: 10px;
}

#banner-left p.phone {
	font-size: 1.5em;
	font-weight: bold;
}


/*#content
============================================================*/
#content {
	width: 700px;
	border-bottom: 2px solid #036;
}

/*#left
============================================================*/
#left, #left-contact {
	float: left;
	clear: both;
	width: 280px;
	margin-top: 45px;
}


/*#right
============================================================*/
#right, #right-contact {
	float: right;
	width: 360px;
	margin-top: 45px;
	margin-right: 40px;

}

#right h3 {
	margin-left: 60px;
}



