body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #CB504B url(images/bottom-right.jpg) no-repeat scroll 100% 100%;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #000077;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000088;
	text-decoration: underline;
}
.backhead {
	width: 100%;
	background: #CB504B url(images/top-back.gif) repeat-x;
	height: 170px;
}
.header1 {
	background: transparent url(images/top-left.jpg) no-repeat;
	text-align: right;
	width: 690px;
	height: 240px;
	top: 0;
	left: 0;
	position: absolute;
}
.header2 {
	background: transparent url(images/top-right.jpg);
	left: 690px; 
	top: 0; 
	position:absolute;
	width: 42px;
	height: 165px;
}
.menu {
	top: 240px;
	left: 0;
	position: absolute;
	width: 170px;
	height: 200px;
	background: transparent url(images/cs_menu.gif) no-repeat;
	font-family: "Times New Roman", Times, serif;
}
.menu a:link, .menu a:visited {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 54px;
	line-height: 26px;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.content {
	width: 500px;
	top: 220px;
	left: 200px;
	position: absolute;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
ul {
	list-style: disc inside url(images/ring.gif);
	float: right;
	margin-top: -0.4em;
}
img {
	border: none;
}
img.b {
	border: 1px solid #330000;
}