@charset "utf-8";
/* CSS Document */
<!--
* {
	border:0;
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
	color: #363636;
}
#toppage{
	position: relative;
	width:760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}
/* header */
#header {
	background-image:url(../images/zen_back2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:750px;
}
#header h1 {
	color:#FFCC66;
	font-size:350%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
	margin-right: 240px;
}
#header h2 {
	color:#aabadd;
	font-size:200%;
	letter-spacing:-2px;
	text-align:left;
	text-indent:350px;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:149px;
	list-style:none;
}
#navigation a {
	color:#666666;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#ececec;
	color:#336699;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}
h2 {
	color:#CC9999;
	font-size:180%;
	letter-spacing:-2px;	
}
#sidebar {
	position: absolute;
	top: 5px;
	right: -1px;
	width: 185px;
	margin-top: 135px;
	min-height: 150px;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 0px;
}

#sidebox {
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC99CC;
	border-right-color: #CC99CC;
	border-bottom-color: #666666;
	border-left-color: #CC99CC;
	margin-bottom: 10px;
	padding-top: 5px;
	background-image: url(../images/box_back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
 .note {
	font-size: 0.8em;
}
#content p {
	padding:10px 20px 0;
	color: #666666;
}
#content ul {
	font-size: 1.2em;
	list-style-type: circle;
	margin-left: 40px;
}
#sidebar p {
	padding:5px 5px 0;
}
.error {
	font-weight: bold;
	color: #732B2E;
}
#mailform {
	margin-bottom: 10px;
}
#mailform p {
	align: left;
	clear: left;
	width: 254px;
	margin-right: 10px;
	text-align: right;
	
	background-color: #ececec;
}

#footer {
	border-top:1px solid #CC99CC;
	padding-top: 5px;
	bottom: 0px;
	width:750px;
	height:33px;
	text-align: center;
	z-index:1;
	margin-top: 5px;
}

