/* Start of CMSMS style sheet 'cdstyle' */
body {
	cursor: default;
	padding: 0;
	margin: 0;
	font: 1em Arial, Verdana;
	background: #000;
	color: #fff;
}
a {
	text-decoration: none;
	color: #E4DC9E;
	}
a:hover {
	text-decoration: none;
	color: #fff185;
	}
div#layout {
	width: 100%;
	position: relative;
	min-width: 970px;
	width: expression(document.body.clientWidth<970?'970px':'100%');
}
div#content {
	margin: 0;
}
div#content div#cd1 {
	width: 100%;
	height: 600px;
	background: url('/pictures/cd1back.jpg') no-repeat top center;
}
div#content div#cd1 table#cd {
	width: 900px;
	height: 500px;
	margin: 0 auto;
}
div#content div#cd2 {
	background: url('/pictures/cd2back.jpg') no-repeat top center;
}
div#content div#cd2 table#cd {
	width: 900px;
	height: 500px;
	margin: 0 auto;
}
div#content div#cd2 table#cd td {
	vertical-align: top;
}
div#content div#cd3 {
	background: url('/pictures/cd3back.jpg') no-repeat top center;
}
div#content div#cd3 table#cd {
	width: 900px;
	height: 500px;
	margin: 0 auto;
}
div#content div#cd3 table#cd td {
	vertical-align: top;
}
div#content div#article {
	width: 900px;
	margin: 0 auto;
}
div#content div#article p {
	font: 0.9em Arial, Verdana;
	color: #fff;
	line-height: 25px;
}
div#content div#article p:first-letter {
	font: 1.4em Arial, Verdana;
	color: #E4DC9E;
}
div#content div#article span.sel {
	font: 1.4em Arial, Verdana;
	color: #E4DC9E;
}
h1 {
	font: 2em Arial, Verdana;
	color: #E4DC9E;
}
div#return {
	font: 1.6em Arial, Verdana;
	color: #E4DC9E;
	text-align: center;
	margin: 50px;
}
img.contentImage {
	float: left;
	margin: 0 10px 0 0;
}
img.contentImageRight {
	float: right;
	margin: 0 0 0 10px;
}

/* End of 'cdstyle' */

