body {
	color: #373737;
	background: url(../images/gradient.png) repeat-x top center;
	background-color: #d0d0ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#noscript {
	text-align: center;
	width: 804px;
	margin: 0 auto 0;
}

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

#boxtop {
	background: url(../images/box_top.gif) no-repeat top center;
	width: 804px;
	height: 7px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#boxmain {
	background: url(../images/box_main.gif) repeat-y top center;
	width: 804px;
	margin: 0;
	padding: 0;
}

#header {
	background: url(../images/header_kate.gif) no-repeat top center;
	width: 750px;
	height: 86px;
	margin: 0;
	padding: 0;
	margin-left: 27px;
}

#nav {
	background-color: #88d7ff;
	width: 775px;
	height: 22px;
	margin-left: 2px;
	padding-left: 25px;
	padding-top: 8px;
	font-size: 12px;
}

#nav a {
	text-decoration: none;
	color: #373737;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a.hi {
	font-weight: bold;
	text-decoration: none;
}

#nav a.show {
	font-style: italic;
}

#breadcrumb {
	width: 750px;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 25px;
	padding-bottom: 0;
}

#content {
	width: 750px;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 25px;
	padding-bottom: 25px;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
}

p {
	margin: 0 0 20px 0;
	font-size: 12px;
}

.credit {
	font-size: 10px;
}

.small {
	font-size: 9px;
}

#footer {
	margin: 0 27px 0 27px;
	padding: 0;
	font-size: 10px;
	color: #999999;
	height: 12px;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
}

#boxbottom {
	background: url(../images/box_bottom.gif) no-repeat top center;
	width: 804px;
	height: 7px;
	margin-bottom: 0;
	padding-bottom: 30px;
}

#clearer {
	clear: both;
	overflow:hidden;
	width: 0;
	height: 0;
}