#page h1 { background: transparent url(../graphics/page/h1.png) no-repeat 0 50%; font-size: 18px; line-height: 20px; margin: 40px 0 0 -20px; padding: 0 0 0 20px; }
#page h2 { font-size: 14px; margin: 20px 0 0 0; }
#page p { margin: 20px 0 0 0; }
#page ul { margin: 20px 0 0 0; }
#page ul li { background: transparent url(../graphics/page/ul-li.png) no-repeat 0 5px; margin: 10px 0 0 0; padding: 0 0 0 15px; }
#page img.spot { background: #c2ccdd; border: 2px solid #a5b2cc; clear: both; float: right; margin: 20px 0 0 20px; padding: 2px; }

#page .section { background: #a5b2cc url(../graphics/page/section.png) no-repeat 0 100%; clear: both; margin: 20px 0 0 0; overflow: hidden; width: 100%; }
#page .section img.spot { border-left: none; margin-top: 0; }
#page .section h2 { background: transparent url(../graphics/page/section-h2.png) no-repeat 0 0; border-bottom: 2px solid #c2ccdd; margin: 0; padding: 10px 20px; }
#page .section p { margin: 10px 20px 0 20px; }

#page .hold { clear: both; margin: 20px 0 0 0; overflow: hidden; width: 620px; }
#page .box { background: #a5b2cc url(../graphics/page/box.png) no-repeat 0 100%; float: left; margin: 0 4px 0 0; padding: 0 0 45px 0; position: relative; width: 147px; }
#page .box h2 { background: transparent url(../graphics/page/box-h2.png) no-repeat 0 0; margin: 0; padding: 10px 10px 0 10px; }
#page .box p { margin: 10px 10px 0 10px; }
#page .box a.but { bottom: 10px; background: transparent url(../graphics/page/box-but.png) no-repeat 0 0; display: block; font-size: 11px; font-weight: bold; left: 10px; line-height: 25px; position: absolute; text-align: center; text-decoration: none; width: 127px; }

#page form {
	margin: 0;
	width: 520px;
}
#page .field {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 520px;
}
#page .field label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: right;
	width: 140px;
}
#page .field select {
	color: #666;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#page .field input {
	color: #666;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}
#page .field textarea {
	color: #666;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
	overflow: auto;
	width: 200px;
}
#page input.button {
	background: #137;
	border-bottom: 2px solid #333;
	border-left: 2px solid #999;
	border-right: 2px solid #333;
	border-top: 2px solid #999;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	margin: 20px 0 0 190px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
#page #scroller {
	float: left;
	height: 180px;
	margin: 20px 20px 0 0;
	width: 240px;
}
#page #menu {
	font-size: 11px;
	float: left;
	margin: 10px 0 10px 10px;
	width: 300px;
}
#page #menu h1 {
	background: transparent url(graphics/menuh1.gif) no-repeat 0 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 20px 10px 0 10px;
}
#page #menu ul {
	margin: 0 0 20px 0;
}
#page #menu li {
	background: transparent;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#page #menu li a {
	background: transparent url(graphics/leftlia.gif) no-repeat 5px 0;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 4px 0 4px 40px;
	text-decoration: none;
	width: 270px;
}
#page #menu li a:hover {
	background: transparent url(graphics/leftliahover.gif) no-repeat 5px 50%;
}