body {
	background: #fff url("../images/main/bg-body.png") repeat-x center top;
}

#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	height: 64px;
	border-bottom: 1px solid #ccc;
}

#header h1 {
	width: 171px;
	height: 64px;
	float: left;
	display: inline;
	background: url("../images/main/bg-h1.png") no-repeat left 39px;
	text-indent: -3000px;
}

#header h1 a {
	height: 64px;
	display: block;
}

#header ul#navigation {
	float: right;
	margin-top: 42px;
	overflow: visible;
}

#header ul#navigation li {
	padding: 0 13px 0 8px;
	float: left;
	background: url("../images/main/bg-navigation-li.gif") no-repeat right 7px;
	overflow: visible;
}

#header ul#navigation li a {
	display: block;
}

#header ul#navigation li.link_last {
	padding-right: 0;
	background-image: none;
}

#content {
	padding: 1px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

#content2 {	
	padding: 1px 4.5em 1.7em;
	margin: -2px -1px 0px 0px;
	background: transparent url("../images/main/bg-content2.png") no-repeat right top;
}

#copy {
	padding-right: 42px;
}

#footer {
	clear: both;
}