html, body { margin: 0px; padding: 0px; font-family: Arial, sans-serif; }
html { padding: 1.5em; background-color: #ace; color: #000; }

h1:before { content: url(topLeft.png); }
h1 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	height: 30px;
	background: #05d url(topRight.png) no-repeat scroll 100% 0;
	color: #fff;
	max-width: 1600px;
}
h1 span { position: relative; top: -8px; left: 0.5em; }

body > div {
	background: #fff url(fadeLeft.png) repeat-y scroll 0 0;
	padding-left: 4px;
	max-width: 1596px;
}
body > div > div {
	padding: 1em;
	padding-right: 1.4em;
	background: #fff url(fadeRight.png) repeat-y scroll 100% 0;
}

body > div + p:before { content: url(bottomLeft.png); }
body > div + p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	background: #eed url(bottomRight.png) no-repeat scroll 100% 0;
	max-width: 1600px;
}
body > div + p span { position: relative; top: -8px; left: 12px; }

a { color: #009; text-decoration: underline; }
a:hover { text-decoration: none; }

div.stsel {
	float: right;
	margin: 0px 0px 0.5em 0.5em;
	font-size: 0.7em;
	background: transparent url(styleBack.png) no-repeat scroll 100% 0;
}
div.stsel > div:first-child {
	color: #25c;
	font-weight: bold;
	height: 19px;
	padding-top: 6px;
	padding-left: 3px;
}
div.stsel > div + div {
	background-color: #d6dff7;
	border: 1px solid #68d;
	border-top: none;
}
div.stsel a { display: block; color: #25c; text-decoration: none; padding: 1px 4px 1px 4px; }
div.stsel a:hover { color: #000; text-decoration: underline; }
div.stsel a.wxp { font-weight: bold; }
