html {
	margin:0;
	background:		url('../images/design/bg_body.gif') repeat-y 4px #EFF1ED;
	background:		url('../images/design/bg_body.gif') repeat-y 4px #f5f5f5;
}
body {
	margin:			0 8px;
	background:		url('../images/design/bg_html.gif') repeat-y;
}

#page {
	width:			760px;
	padding:		18px 0 0;
	margin:			0;
	background:		#FFFCEF;
	background:		url('../images/design/bg_page.jpg') no-repeat;
	border:			0px solid #4C513C;
}

#page-header {
	font-family:	Times, serif;
	text-align:		left;
	text-indent:	40px;
	height:			77px;
}
#page-header h1 {
	color:			#fff;
	font-style:		italic;
	margin:			0;
	padding:		0;
	font-size:		210%;
	font-weight:	normal;
}

#logo {
	margin:			20px 30px 15px;
}

#page-nav {
	float:			left;
	width:			140px;
	padding-left:	15px;
	font-family:	Times, serif;
}
#page-nav ul {
	margin:			0 0 30px;
	padding:		8px;
	list-style-type: none;
	border:			1px solid #4B696A;
	background:		#FFFBF2;
}
#page-nav li {
	text-indent:	-10px;
	line-height:	110%;
	margin:			0 0 10px 10px;
}
#page-nav a {
	color:			#344949;
	font-style:		italic;
	font-weight:	bold;
	text-decoration: none;
}
#page-nav a:hover {
	border-bottom:	1px solid #4C513C;
}

#page-content {
	margin:			25px 20px 40px 191px;
	font-family:	Times, serif;
}
#page-content h1, #page-content h2, #page-content h3, #page-content h4 {
	font-family:	Arial, Helvetica, sans-serif;
}
#page-content p {
	line-height:	140%;
}

#page-content-right {
	float:			right;
	width:			180px;
	margin:			0 0 30px 20px;
	padding:		15px 15px 15px;
	border:			1px solid #D5DACF;
}
#page-content-right p {
	line-height:	130%;
}
#page-content-right h3 {
	margin-top:		0;
}


#page-footer {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		70%;
	border-bottom:	30px solid #4C513C;
	clear:			both;
}
#page-footer p {
	background:		#000;
	color:			#ccc;
	margin:			0px;
	text-align:		right;
	padding:		3px 10px;
}
#page-footer a {
	color:			#ccc;
	text-decoration: none;
}
#page-footer a:hover {
	text-decoration: underline;
}

.imgl {
	float:			left;
	margin:			0 10px 3px 0;
}
.imgr {
	float:			right;
	margin:			0 0 3px 10px;
}