/**
 * Various CSS styles relating to basic page display.
 */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
img { border: 0; }
hr.cleaner { clear:both; height:1px; margin: -1px 0 0 0; padding:0; border:none; visibility: hidden; }
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow: auto;
	overflow-y: scroll;
}

body {
	text-align: center;
	color: #333;
}

#page {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 775px;
	min-height: 500px;
	background: url(/include/layouts/default/images/bookstack.jpg) no-repeat;
}

#header {
	margin-left: 110px;
	/*width: 665px;*/
	height: 91px;
	background: url(/include/layouts/default/images/header.gif) no-repeat;
}
#header h1,
#header h2 {
	display: none;
}

#container {
	margin-left: 110px;
	margin-top: -42px;
	min-height: 500px;
	border: 2px solid #C8B975;
	background-image: url(/include/layouts/default/images/background.png);
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 0.9em;
	text-align: justify;
	color: black;
	line-height: 1.5
}

#container a {
	color: #CD4702;
	text-decoration: none;
}

#container a:hover {
	color: #CD4702;
	text-decoration: underline;
}

#content {
	clear: both;
	padding: 10px 18px 10px 14px;
}

#content h1 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 10px;
}
  #content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #8C8072;
	font-size: 1.5em;
	border-bottom: 1px dashed #67A7B0;
	/*font-size: 14pt;*/
}
#sidebar {
	clear: both;
	display: none;
}

#footermenu {
	border-top: 2px solid #C8B975;
}

#footer {
	clear: both;
	border-top: 2px solid #C8B975;
	padding: 10px 18px 10px 14px;
	font-family: "Futura Md BT", "Arial", "Helvetica", sans-serif;
    font-size: 0.9em;
	color: black;
}