body {
	margin: 0;
	padding: 0;
	background-color: #cc0000;
	background-image: url(../media/skel_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


/* ----------------------------
	Global Interface
-----------------------------*/

#container {
	width: 740px;
	margin: auto;
}

#phoenixtail {
	float: right;
}

#contentcontainer {
	padding: 0;
	margin-right: 176px;
	margin-left: 0;
	margin-top: 0;
	text-align: left;
	position: absolute;
	width: 567px;
}

#content {
	background-color: #ffffff;
	background-image: url(../media/skel_16.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding: 12px;
	padding-left: 52px;
}

#footer {
	clear: both;
	font-size: 8pt;
	color: #ffffff;
	margin: 8px;
	padding-left: 52px;
	text-align: center;
}

#footer a {
	color: #FFCC00;
}


/* ----------------------------
	Content styling
-----------------------------*/

a {
	color: #FF6600;
}

s:hover {
	color: #FF9900;
}

h2 {
	color: #cc0000;
	font-size: 12pt;
	border-bottom: 1px dotted #cc0000;
}

h3 {
	color: #FF6600;
	font-size: 11pt;
}

p {
	text-align: justify;
}

/* JOURNAL */

ol.rendezvous li {
	margin-bottom: 18px;
}

ol.rendezvous li strong {
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 1px;
}

ol.rendezvous li em {
	color: #666666;
}

.journaldata {
	font-weight: bold;
	margin-left: 12px;
	padding-left: 6px;
	border-left: 1px dotted #339966;
}

/* ECHOS */

p.echothumbnails {
	text-align: center;
}

p.echothumbnails img {
	margin: 2px;
	padding: 3px;
	border: 1px dotted #FF6600;
}

/* FUN */

.imgright {
	float: right;
	border: 1px solid #FF6600;
	margin-left: 12px;
	margin-bottom: 12px;
}

.imgrightclean {
	float: right;
	border: 0;
	margin-left: 12px;
	margin-bottom: 12px;
}