/**
 * Various CSS styles relating to basic page display.
 */
 html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background: #056C15 url(/include/layouts/default/images/background.gif);
	/*background: #938A82;*/
	/*background: #5E3625;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	color: gray;
}
img {
	border: 0;
}

#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: #056D16 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/black_bar_menu.gif) right no-repeat;
}
#header h2,
#header h1 span {
	display: none;
}
#content {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	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-family: "Futura Md BT", "Arial", "Helvetica", sans-serif;
	color: #5298CE;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#content h2 {
	font-family: "Futura Md BT", "Arial", "Helvetica", sans-serif;
	color: #5298CE;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #5298CE;
	font-size: 1.7em;
	margin-top: 35px;
	border-bottom: 2px dashed #03C020;
}
#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #05961C;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 35px;
	border-bottom: 2px dashed #5298CE;
}
#content .article .author {
	font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
	font-size: 10pt;
	font-style: italic;
	color: #4A4A3D;
}
blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #5298CE;
	line-height: 1.3em;
	margin: 0;
	padding: 1em;
	border-top: 1px dashed #67A7B0;
	border-bottom: 1px dashed #67A7B0;
	background: url(images/quote-left.gif) 0.4em 0.7em no-repeat;
} 
blockquote.quotation div.quotation {
   	background: url(images/quote-right.gif) bottom right no-repeat;
	padding-top: 1.3em;
}
blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #4A4A3D;
	font-weight: normal;
	text-align: right;
} 
#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: "Futura Md BT", "Arial", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 0.80em;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 1px;
	float: right;
	width: 135px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 6px;
}
#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;
}