/* CSS Document */

html {
	text-align:center;
	margin:0;
	padding:0;
}
body {
	background:url(../images/bg_gradientMain.gif) #333333 repeat-x;
	height: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif ;*/
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
p, h1, td, h2, h3, h4, ul, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size:14px;
	line-height:24px;
	color:#000000;
}
ul.services {
	list-style:circle;
	line-height: 26px;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	padding: 10px 0;
	color: #2e2c24;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	font-weight: bold;
	color: #423e29;
}
h3 {
	font-size: 16px;
	line-height:22px;
	font-weight: bold;
}
#logo {
	float:left;
}
#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#wrapper {
	clear:both;
	background-color:#FFFFFF;
}
#header {
	height:95px;
	background:#baaa6e url(../images/header_sig.jpg);
}
#maincol {
}
.keywords {
	border: 1px solid #baaa6e;
	padding: 5px;
	margin: 0;
	color:#617457;
}
.keywords a, .keywords a:link, .keywords a:active, .keywords a:visited, .keywords a:hover {
	color:#617457;
	text-decoration:none;
}
a img {
	border: none;
}
/* -----------------------------------------Navigation */

#navcontainer {
	padding-top: 30px;
}
/* -----------------------------------------Footer */
#footercontainer {
	background:#000000 url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#footer {
	margin:0px 0px 0px 0px;
	padding:7px 0px 12px 0px;
	line-height:14px;
}
#footer li {
	display: inline;
	list-style-type:none;
	padding-right: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
}
#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
/* -----------------------------------------Main */

#mainimage {
	background-color:#000000;
	text-align:center;
}
#mainContent {
	padding: 50px 70px;
}
.bookBinding {
	background: #e0e0e0 url(../images/book_bg.gif) repeat-y;
	border:#000000 1px solid;
	padding: 30px 0 0 60px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
}
.bookContent {
	margin:0px 0px 0px 40px;
	width:650px;
	position:relative;/*border:#0000CC thin solid;*/
}
#mainWrapper {
	background: url(../images/bg_gradientPage.gif) repeat-x;
	margin:0px;
	padding:0px;
	height:20px;
}
a {
	color: #B9A96B;
}
#mainContent p {
	text-align: justify;
}
img.photo {
	border: 1px solid #808080;
	padding: 3px;
}
img.right {
	float: right;
	padding: 5px 20px;
}
img.left {
	float: left;
	padding: 5px 20px;
}
.samplePhoto {
	border: 1px solid #808080;
	padding: 3px;
	margin-bottom:20px;
}
.sampleCaption {
	padding: 5px;
	background:#b1c0dc;
	margin-bottom:20px;
}
img.photoLeft {
	margin: 0 20px 0 0;
}
/* -----------------------------------------News */


#headingImage {
	background-color:#000000;
	margin:0;
	padding:0;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 
.person {
	float:left;
	width:50px;
	display:block;
	clear:both;
	margin-bottom:5px;
}
.comment {
	float:left;
	width:550px;
	display:block;
	margin-bottom:5px;
}
.sampleNote {
	color:#666666;
	font-style: italic;
	padding:5px;
}
p.credit, p.credit a, p.credit a:link {
	font-size:10px;
	color:#e3e3e3;
	text-align:center;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
p.credit a:hover {
	color: #e3e3e3;
	text-decoration:underline;
}
#book {
	text-align:center;
	float:right;
	clear:none;
	padding:0 10px 10px 10px;
	margin:0 0 0 20px;
}
#book h1 {
	font-size: 20px;
	color: #2e2c24;
	padding: 0;
}
#book img {
	border:1px solid black;
	padding:3px;
	margin:auto;
}
