/* Main stylesheet for text and CSS-P */
body {
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #e8e8e8;
	background-color: #F8697A;
	min-width: 760px;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(images/dj2_layout.jpg);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(images/dj2_layout_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#leftcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#midcolumn {
	float: left;
	width: 530px;
	margin: 0 15px 0 0;
	font-size: 0.8em;
}
#rightcolumn {
	float: right;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: url(images/dj2_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0 0 0;
}
h2.top {
	margin: 1em 0 0 0;
	font-size: 1.6em;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 1.2em;
	margin: 0.5em 0 0 0;
}
.content {
	margin: 0 1px 0 1px;
	padding: 10px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.content p img {
	border: 0;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
.content a {
	color: #e8e8e8;
	text-decoration: underline;
}
.content a:hover {
	color: #e8e8e8;
	text-decoration: none;
}
#footer {
	font-size: .65em;
	text-align: center;
	color: #FFFFFF;
	padding: 7px;
}
#footer p {
	margin: 3px 3px 3px 3px;
}
.author {
	padding-top: 10px;
	color: #ffa8c6;
}
.author a {
	color: #ffa8c6;
	text-decoration: underline;
}
.author a:hover {
	color: #ffa8c6;
	text-decoration: none;
}
.disclaimer {
	margin: 0 1px 0 1px;
	padding: 5px;
}
.disclaimer p {
	margin: 3px 0 3px 0;
	line-height: 0.7em;
	font-size: 0.75em;
}
.edit {
	margin: 0 3px 0 3px;
	padding: 10px;
}
.edit p {
	font-size: 0.9em;
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.edit a {
	color: #e8e8e8;
	text-decoration: none;
}
.edit a:hover {
	color: #e8e8e8;
	text-decoration: underline;
}
.linklist {
	text-align: center;
}
.booking {
	padding: 0;
	text-align: center;
	font-size: 0.85em;
	margin: 2px 0 2px 0;
	line-height: 1em;
}
