/*

CSS 2.1 Stylesheet for Martin and Moore Psychologists < http://martinandmoorepsychologists.com/ >
Designed by JWMD < http://blog.jeremywolfe.com/design/ >

*/

html {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF url(images/page_bg.png) repeat;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color: #DD4400;
}

#navigation a {
	color: #DD4400;
}

#navigation a:hover {
	color: #FF6600;
}

.spacer {
	height: 10px;
	font-size: 8px;
	line-height: 8px;
	background: #FFFFFF url(images/page_bg.png) repeat;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 704px;
}

#container .spacer {
	margin: 0 -2px 0 -2px;
}

#container {
	width: 700px;
	min-height: 100%;
	margin: 0 auto -80px auto;
	background: #FFFFFF url(images/side_bg.png) repeat-y top right;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#header {
	height: 50px;
	padding: 10px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#navigation {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFFFFF url(images/page_bg.png) repeat;
	padding: 5px;
	margin: 0 -2px 0 -2px;
}

#content {
	padding: 10px 100px 0 10px;
	vertical-align: top;
	border-top: 2px solid #000000;
}

#prevlink {
	padding-top: 20px;
	float: left;
}

#nextlink {
	padding-top: 20px;
	float: right;
}

#footspacer {
	background: transparent;
	width: 100%;
	height: 100px;
	clear: both;
}

#footer {
	height: 50px;
	width: 595px;
	margin: 0 auto 0 auto;
	padding: 2px 100px 2px 5px;
	border: 2px solid #000000;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #FF6600;
	margin: 0;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	color: #FF6600;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin: 0;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin: 0;
}

img {
	border: none;
}

#content img {
	padding: 0 5px 5px 0;
	float: left;
}

.frontcard {
	clear: both;
	margin: 0 auto 0 auto;
	width: 520px;
	padding-top: 8px;
}

.frontcard h4 {
	padding-top: 16px;
}



