/*************************************************
* Tableless design - Tested in IE6 & IE7,        *
*                    Firefox v2.0, & Opera v9.02 *
*************************************************/

/*************************************************
* Overall layout                                 *
*************************************************/

* {
	margin: 0;
	padding: 0;
}

html,
body {height: 100%;}

body {min-width: 720px;}  /* Prevent content from becoming unreachable in Gecko */

#wrap {
	min-height: 100%;
	width: 720px;
	margin: 0 auto;
}

#header {
	height: 166px;
	width: 100%;
}

#middle {width: 100%;}

#sidebar {
	width: 140px;
	margin: 3px;
	float: left;
}

#content {
	margin-left: 140px;
	padding: 10px 20px;
}

#footer {
	width: 100%;
	margin: 60px 16px 0 16px;
}

#footerl {float: left;}

#footerr {
	margin-right: 36px;
	text-align: right;
}

/*************************************************
* 'Beautification'                               *
*************************************************/

html,
body {
	background: #C3C6BF url('images/backdrop.jpg') repeat-x;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#wrap {background: #FFF url('images/watermark.jpg') no-repeat -170px 420px;}

#header {background: url('images/banner.jpg') no-repeat center top;}

#header .notext {display: none;}

#sidebar {
	background: #BFC0C5;
	border: 1px solid #888;
}

#sidebar a {
	padding: 2px 4px;
	display: block;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #600000;
}

#sidebar a:hover {
	background: url('images/hilite.jpg') repeat-y left;
	color: #FFF;
}

#sidebar .current {
	background: url('images/hilite.jpg') repeat-y left;
	color: #FFF;
}

#sidebar .sliver-top {
	margin: 0 0 5px 0;
	background: #C6C6C6 url('images/divider.jpg') repeat-y left;
	font-size: 1px;
	height: 7px;
}

#sidebar .title {
	margin: 15px 0 5px 0;
	padding: 0 0 2px 20px;
	background: #C6C6C6 url('images/divider.jpg') repeat-y left;
	letter-spacing: 0.1em;
	color: #FFF;
}

#sidebar .sliver-bottom {
	margin: 10px 0 0 0;
	background: #C6C6C6 url('images/divider.jpg') repeat-y left;
	font-size: 1px;
	height: 7px;
}

#content h1 {
	padding: 5px;
	border-bottom: 1px solid #D74950;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #600000;
}

#content p {
	padding: 16px 16px 0 16px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color: #454545;
	text-align: justify;
}

#content ol,ul {
	padding: 16px 16px 0 48px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color: #454545;
}

#content .picture {
	text-align: center;
}

#content .picture img {
	margin: 24px 8px 8px 8px;
	border: 1px solid #225F82;
}

#footer a {
	text-decoration: none;
	font-size: 9px;
	color: #600000;
}

#footer a:hover {text-decoration: underline;}
