/**
 * Various CSS styles relating to basic page display.
 */
html, body {
	background: white;
}

body {
	text-align: center;
}

#header {
	position: relative;
	height: 460px;
}
#header-left {
	position: absolute;
	left: 0;
	top: 230px;
	width: 50%;
	height: 50px;
	background: black;
	z-index: 1;
}
#header-right {
	position: absolute;
	left: 50%;
	top: 73px;
	width: 50%;
	height: 207px;
	background: black url(/include/layouts/default/images/header-right.gif) 0px 23px repeat-x;
	z-index: 1;
}
#header-center {
	position: relative;
	display: block;
	width: 775px;
	height: 460px;
	margin: 0 auto;
	background-image: url(/include/layouts/default/perpage/images/header-center/index.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 230px;
	width: 775px;
	height: 50px;
	background: black url(/include/layouts/default/images/header-logo.gif) center center no-repeat;
	z-index: 4;
}
#header h1 span,
#header h2 {
	display: none;
}

#page {
	position: relative;
	display: block;
	width: 775px;
	text-align: left;
	margin: 0 auto;
	margin-top: -180px;
	z-index: 3;
}

#sidebar {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif, sans;
	font-size: 7pt;
	position: relative;
	float: left;
	width: 160px;
	text-align: justify;
	/* margin-right: 455px;*/
	padding: 190px 5px 10px 155px;
}

#content {
	font-family: "Verdanna", "Arial", "Helvetica", sans-serif, sans;
	font-size: 11pt;
	position: relative;
	width: 425px;
	margin-left: 320px;
	padding: 15px;
}
#content a {
        color: #CC6600;
        text-decoration: none;
}
#content h1 {
	font-family: "Garamond", "Times New Roman", "Kabel Bk BT", "Futura Lt BT", "Helvetica", "Arial", sans-serif, sans;
	font-size: 17pt;
	font-weight: bold;
	color: #786630;
	text-transform: uppercase;
}
#content h2 {
	font-family: "Garamond", "Times New Roman", "Kabel Bk BT", "Futura Lt BT", "Helvetica", "Arial", sans-serif, sans;
	font-size: 15pt;
	font-weight: bold;
	color: #CC6600;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	visibility: hidden;
}

#footer {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	position: relative;
	width: 425px;
	margin-left: 320px;
	padding: 15px;
	padding-top: 5px;
}
#footer .hr {
	height: 1em;
	margin: 0;
	padding: 0;
	border: none;
	background: white url(/include/layouts/default/images/hr-bg.gif) repeat-x;
}
#footer .hr hr {
	display: none;
}
#innerFooter {
	width: 215px;
	height: 150px;
	padding: 5px 225px 0 0;
	background: url(/include/layouts/default/images/lavendar.jpg) bottom right no-repeat
}
#footer a {
        color: #877D59;
        text-decoration: none;
}
#footer h5 {
	font-size: 9pt;
	margin-top: 65px;
}
#footer h6 {
	font-size: 7pt;
	padding-top: 10px;
	font-weight: normal;
}
#footer h6 a {
	font-weight: bold;
}