/* TinyMCE */
body.mceContentBody {
	background-color: #000;
}

body {
	font-family: Verdana, "Geneva", sans-serif;
	color: #ddd8b2;
	font-size: 11px;
}

div#content, body.mceContentBody {
	line-height: 1.3;
	letter-spacing: 0.025em;
	font-size: 12px;
}

a {
	color: #a42348;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 5px;
}

h1 {
	font-size: 25px;
	border-bottom: 2px solid #e0dab7;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	border-bottom: 2px solid #e0dab7;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

	table p {
		margin-bottom: 10px;
	}

img {
	float: right;
	margin: 0 0 20px 20px;
	clear: right;
}

	img.standardImage {
		float: none;
		clear: both;
		margin: 0 0 20px 0;
		display: block;
	}

	table img {
		float: none;
	}
	
	table.tableGallery img {
		margin: 10px;
		padding: 0;
		float: none;
	}
	/* Greybox */
	.GB_header img {
		clear: none;
		margin: 0;
		padding: 0;
	}
	
	.GB_header .close {
		white-space: nowrap;
		vertical-align:middle;
	}

a.standardImage img {
	float: none;
	margin: 0 0 20px 0;
}

table {
	margin-bottom: 20px;
	border-collapse: collapse;
}

	table td {
		padding: 5px;
	}

	table td h2 {
		font-size: 16px;
		border-bottom: 1px solid #e0dab7;
		font-weight: normal;
		margin-bottom: 0px;
	}
	/* Gallery */
	table.tableGallery {
		margin-left: -10px;
		margin-bottom: 10px;
	}
	table.tableGallery td {
		vertical-align: top;
		text-align: center;
		margin: 0;
		padding: 0;
	}

ul {
	margin: 0 0 20px 20px;
	list-style-type: disc;
}

	ul ul {
		margin: 0 0 0 20px;
	}
	
	/* tinyMCE */
	body.mceContentBody ul {
		margin: 0 0 20px -10px;
	}
	
		body.mceContentBody ul ul {
			margin: 0 0 0 0;
		}