/**
 * Various CSS styles relating to basic page display.
 */
 html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background: #484850;
	/*background: #938A82;*/
	/*background: #5E3625;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	color: gray;
}

#page {
	background: white;
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 775px;
	border: 1px solid black;
}
#header {
	position: relative;
	width: 100%;
	height: 254px;
	background: url(/include/layouts/default/images/header.jpg) no-repeat;
}
#header h1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	background: black url(/include/layouts/default/images/tp.gif) right no-repeat;
}
#header h2,
#header h1 span {
	display: none;
}
#content {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	background: url(/include/layouts/default/images/shape.gif) top right no-repeat;
	width: 400px;
	padding: 15px;
	padding-top: 14px;
	margin-left: 190px;
/*	margin-right: 145px;*/
	border-right: 1px solid #E0E0DC;
	min-height: 500px;
}
#content h1 { font-size: 1.3em; }
#content h2 { font-size: 1.2em; }
#content h3 { font-size: 1.1em; }
#content h1,
#content h2,
#content h3 {
	font-family: "Futura Md BT", "Arial", "Helvetica", sans-serif;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#left {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 0.60em;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1px;
	float: left;
	width: 170px;
	padding-top: 20px;
	padding-left: 20px;
	color: #FC5D5E;
}
#right {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 0.60em;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1px;
	float: right;
	width: 125px;
	padding-top: 12px;
	padding-left: 20px;
}
#footer {
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
	padding: 25px;
	margin: 0px;
	border-top: 1px solid #E0E0DC;
}
#footer h5,
#footer h6 {
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 2px;
}