body {
	margin: 0;
	background: #ec008c;
	font: 77% Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
#wrap {
	width: 760px;
	margin: auto;
	text-align: left;
}
#header {
	height: 163px;
	margin-top: 10px;
	background: url(images/header.jpg) no-repeat;
}
#header a {
	float: left;
	display: block;
	width: 186px;
	height: 144px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
a span {
	display: none;
}
#main {
	margin-top: 7px;
}
.navigation {
	float: left;
	width: 144px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li {
	margin-bottom: -3px;
}
.content {
	float: left;
	width: 591px;
	background: #fff;
}
.top {
	height: 22px;
	font-size: 1px;
	background: url(images/top.gif) repeat-x;
}
.topleft {
	float: left;
	width: 19px;
	height: 22px;
	background: url(images/top_left.gif) no-repeat;
}
.topright {
	float: right;
	width: 22px;
	height: 22px;
	background: url(images/top_right.gif) no-repeat;
}
.leftborder {
	background: url(images/left.gif) repeat-y;
}
.rightborder {
	padding: 6px 14px 0 28px;
	background: url(images/right.gif) repeat-y right;
}
.inner {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	background: url(images/content.jpg) no-repeat right bottom;
}
.inner ul {
	list-style: none;
	padding: 20px 0 0 167px;
	margin: 0;
	text-align: left;
}
.bottom {
	height: 20px;
	background: url(images/bottom.gif) no-repeat;
}

