@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	line-height:20px;
}

body {
	margin:15px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

p { 
	margin-top:0px;
	margin-bottom:16px;
}

#head {
	margin:0px auto;
	width:950px;
	height:210px; /*187 -> 23*/
	background-image:url(images/head.jpg);
}
#head-search {
	position:relative;
	top:170px;
	left:34px;
	background-color:#fff1b9;
	border:1px solid #ffcc00;
	width:250px;
	height:30px;
	float:left;
	z-index:1;
}
#head-search input {
	position:relative;
	top:-1px;
	left:5px;
	width:212px;
	height:18px;
	border:0px solid;
	background-color:#fff1b9;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}
#head-search img {
	position:relative;
	top:4px;
	right:-10px;
	cursor:hand;
	cursor:pointer;
}
#head-nav {
	position:relative;
	top:161px;
	left:43px;
	/*bottom:1px;*/
}
#main {
	margin:0px auto;
	padding:9px 34px 0px 34px;
	width:882px;
	display:block;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}
#main-nav {
	width:252px;
	float:left;
	margin:0px 9px 9px 0px;
	/*background-color:#0F0;*/
}
#nav-part {
	width:252px;
	height:22px;
	line-height:22px;
	margin-bottom:0px;
	/*background-color:#009;*/
	/*background-image:url(images/nav-bg.gif);*/
	color:#333;
}

#nav-part img { 
	float:left;
	width:22px;
	height:22px;
	border:0px;
	margin-right:2px;
}
.nav-part {
	width:252px;
	height:22px;
	line-height:22px;
	margin-bottom:0px;
	/*background-color:#009;*/
	/*background-image:url(images/nav-bg.gif);*/
	color:#333;
}

.nav-part img { 
	float:left;
	width:22px;
	height:22px;
	border:0px;
	margin-right:2px;
}
a:link, a:visited, a:active {
	color:#333;
	text-decoration:underline;	
}
a:hover, a:focus {
	color:#333;
	text-decoration:none;
}
#content {
	width:612px;
	float:left;
	margin:0px 0px 9px 9px;
	/*background-color:#0F0;*/
	/*
	background-image:url(images/bg_logo.png);
	background-repeat:no-repeat;
	*/
	background:url(images/bg_logo.png) no-repeat center top;
	min-height:380px;
	min-width:400px;
	color:#333;
}
#content ul {
	list-style-image:url(images/check.png);
	list-style-position:outside;
	line-height:12px;
	margin-left:39px;
	padding-left:5px;
}
#content ul li {
	padding-left:0px;
	margin-bottom:16px;
}
#footer {
	width:950px;
	height:40px;
	margin:0px auto;
	text-align:right;
	background:url(images/footer.jpg) no-repeat center top;
}
#indent1 { margin:18px 30px 18px 30px; }

.txt1 {
	font-size:10px;
	margin-bottom:18px;
}

#indent_home { margin:0px 0px 18px 30px; }

