/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

/* --- DIVS --- */

#contents div.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	width: 655px;
}


/* --- HEADERS --- */

#contents h1 {
	border-bottom: dotted 1px #dedede;
	color: #8f6b40;
	font: normal 27px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 60px 0;
}

#contents h2 {
	color: #424244;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 18px 0 18px 0;
}

#contents h3 {
	color: #424244;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 18px 0 18px 0;
}


/* --- PARAGHRAPHS --- */

#contents p {
	color: #3d3a3a;
	line-height: 18px;
	margin: 18px 0 18px 0;
}

#contents p.clear {
	clear: both;
}


/* --- ANCHORS --- */

#contents a {
	color: #cb5f2d;
}

#contents p a {
	font-weight: bold;
	text-decoration: underline;
}

#contents p a:hover {
	color: #bb0505;
	text-decoration: underline;
}


/* --- LISTS --- */

#contents ul {
	color: #3d3a3a;
	line-height: 20px;
	margin: 18px 0 18px 17px;
}

#contents ul li {
	list-style-type: disc;
}

#contents ul li ul {
	margin: 2px 0 2px 17px;
}

#contents ul li ul li {
	list-style-type: square;
}


/* --- IMAGES --- */

#contents img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#contents img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

#contents img.bordered {
	background-color: #ffffff;
	border: solid 1px #cecece;
	padding: 3px;
}


/* --- IMAGES WITH CAPTION --- */

#contents div.leftimage-caption {
	color: #303030;
	display: inline;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin: 5px 12px 5px 0;
	text-align: center;
}

#contents div.rightimage-caption {
	color: #303030;
	display: inline;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	float: right;
	margin: 5px 0 5px 12px;
	text-align: center;
}

#contents div.centerimage-caption {
	color: #303030;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px auto 5px;
	text-align: center;
}

#contents div.leftimage-caption img,
#contents div.rightimage-caption img,
#contents div.centerimage-caption img {
	margin-bottom: 3px;
}

/* --- GALLERY --- */

#contents ul.gallery {
	color: #262626;
	display: inline;
	float: left;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: center;
}

#contents ul.gallery li {
	background: none;
	display: inline;
	float: left;
	margin: 3px 12px 3px 12px;
	padding: 0;
}

#contents ul.gallery li img {
	margin-bottom: 3px;
}

#contents ul.gallery li a,
#contents ul.gallery li a:hover {
	border: none;
}

#contents ul.gallery a img {
	background-color: #ffffff;
	border: solid 4px #cfc79b;
	margin-bottom: 3px;
	padding: 1px;
}

#contents ul.gallery a:hover img {
	border-color: #cb5f2d;
}

#contents ul.gallery a:hover {
	border-width: 0;   /* wakeup IE */
}


/* ----------------------------------------------------
   M I S C
------------------------------------------------------*/

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

