body {
	background: #ffffff;
	/*margin-left: 0;*/
	margin: 0px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
    color: #000000;
}

/* We don't want borders on any images which are links */
a img { border: none;  }

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Force each Doctor's logo to sit next to each other */
.title .center tr td { border-collapse: collapse; padding: 0; vertical-align: middle; }

/* Title bar at top of page */
.title { width: 100%; }
.title p { margin: 0; padding: 0;}
.title table { width: 1000px; border-collapse: collapse; }

/* Links page */
.links { width: 50%; }
.links img { float: left; margin-right: 10px; border: 1px solid black;}
.links p { clear: left; padding-top: 10px; _padding-top: 0; text-align: left; }

p, .body {
    font-size: 12px;
}

.banner {
    font-family: arial, sans-serif;
    font-size: 16px;
    margin-top: 0;
}

.head {
    color: #666666;
    font-size: 20px;
	font-weight: normal;
	padding: 5px;
}

h2.head { margin-top: 0px; }

/* 
 * For overriding some headings - also remove the padding so that the
 * heading is not indented
 */
.textleft {	text-align: left; }
.textleft h1 { padding-left: 0; }

/* For the links page heading, to align with the link description */
.linkhead { padding-left: 110px;}

div#main {
    text-align: center;
}

div#footer {
    text-align: center;
}

#footer table {
	border-collapse: collapse;
}

#footer table tr td {
	vertical-align: top;
	padding: 0;
}

.latest {
    color: #dd0000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}

.colo {
    font-family: verdana, arial, sans-serif;
    color: #000000;
    font-size: 10px;
    text-decoration: none
}

.bodyl {
    font-family: verdana, arial, sans-serif;
    color: #0000ff;
    font-size: 12px;
    text-decoration: none
}

.link1 {font-family: verdana, arial, sans-serif ; color: #0000ff; font-size: 12px; font-weight: bold; text-decoration: none}

/* Frame for the cover previews 
   We use the underscore hack to fix IE6 not aligning the cover properly */
.cover-frame {
	height: 356px;
	width: 512px;
	_width: 515px;
	background: url("frame.jpg") no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-left: 3px;
}

/* The "doc" class handles each Doctor's page */
.doc {
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-collapse: separate;
	border-spacing: 0px 20px;
}

.doc tr td {
	width: 125px;
	vertical-align: top;
}

.doc-img  { text-align: center; }
.doc-text {	text-align: left; }

/* Gallery pages */
.gallery {
	width: 500px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0px 20px;
}

/* A necessary hack for IE since it doesn't support border-spacing */
.gallery tr td { _padding-bottom: 20px; }

.gallery tr td   { vertical-align: top; }
.gallery .left   { text-align: left; }
.gallery .center { text-align: center; }
.gallery .right  { text-align: right; }

.padding {
    padding: 20px;
}

/* Leather Jacket button on the front page */
.ljbutton {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
