body{
	background-color: #e6935c;
	background-image: url('back.jpg');
	background-repeat: repeat-x;
	color: #fffac9;
	font: 11px tahoma, verdana, arial, helvetica;
	text-align: left;
}
h1 {
	background-image: url('h1.jpg');
	color: #c34929;
	font: 20px century gothic;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 70px;
	text-align: left;
	text-transform: lowercase;
}
h1:first-letter {
	color: #832f18;
	font: 20px century gothic;
	font-weight: bold;
	text-transform: lowercase;
}
h2 {
	color: #c34929;
	font: 20px georgia;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: left;
	text-transform: lowercase;
}
h3 {
	color: #c65b52;
	font: 11px georgia;
	font-style: italic;
	letter-spacing: 4px;
	margin-top: -18px;
	padding-left: 12px;
	text-transform: lowercase;
}
* {
	padding: 0;
	margin: 0;
}
.showall { 
	margin: 0 auto;
	width: 900px;
}
.head {
	width: 900px;
	height: 275px;
	margin: 0px;
	padding: 0px;
}
.right { 
	display: inline;
	margin-top: 0px;
	width: 150px;
	float: right;
	position: relative;
}
.left { 
	float: left;
	width: 730px;
	display: inline;
	position: relative;
}
.clear {
	clear: both;
	background: none;
}
.icon {
	border: 8px solid;
	margin-left: 5px;
	margin-right: 5px;
}
.content {
	background-color: #;
	color: #fffac9;
	font: 11px tahoma, verdana, arial, helvetica;
	padding: 5px; 
	text-align: left;
}
a.nlink, a.nlink:active, a.nlink:visited, div.nlink {
	background: #f3ab7b;
	border-bottom: 1px solid #c65b52;
	color: #c65b52;
	display: block;
	font: 10px arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}
a.nlink:hover, div.nlink:hover {
	background: #c65b52;
	border-bottom: 1px solid #f3ab7b;
	color: #f3ab7b;
	display: block;
	text-align: center;
	text-transform: lowercase;
}
a, a:active, a:visited {
	color: #fff;
	font: 11.5px courier new;
	text-decoration: none;
}
a:hover {
	color: #e3f3dd;
	font-weight: bold;
	text-decoration: none;
}
b {
	color: #e53e3e;
	font: 10px century gothic;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
i {
	color: #ffffff;
	font: 11px georgia;
	font-style: italic;
}
s {
	color: #d4d4d4;
}