body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 963px;
	margin: 0 auto;
	background: url(../images/background_rpt.gif) repeat-y;
}
#for_header {
	position: relative;
	width: 963px;
	padding: 210px 0 0 0;
	background: url(../images/header.gif) no-repeat;
}
#content {
	position: relative;
	width: 669px;
	margin-right: 49px;
	float: right;
}
#footer {
	position: relative;
	width: 963px;
	text-align: center;
	margin: -92px 0 0 0;
	float: left;
	z-index: 1;
}
#footer p {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
div.col_left {
	position: relative;
	float: left;
	width: 255px;
}
div.col_right {
	position: relative;
	float: right;
	width: 500px;
	margin: -15px -111px 0 0;
}

/* MISC */

input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
}
input {
	vertical-align: middle;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
a img, img {
	border: none;
	vertical-align: middle;
}
img.left {
	position: relative;
	margin: 0 17px 9px 0;
	float: left;
}
img.right {
	position: relative;
	margin: 0 0 9px 17px;
	float: right;
}
form {
	padding: 0;
	margin: 0;
}
img.nav_flower {
	position: absolute;
	bottom: 0;
	left: -245px;
	z-index: 0;
}
img.min_height {
	margin-left: -1px;
	float: left;
}