body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	font-size: 90%;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 150%;
	font-weight:bold;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
margin-bottom:5px;

}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #669900;
}

a:hover {
	text-decoration: none;
}


/* site-top */

#site-top {
	width: 800px;
	height: 165px;
	margin: 0 auto;
	border-bottom: 10px solid;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* title */

#title {
	float: left;
	width: 240px;
	height: 50px;
	background: #91E201 url(images/img01.gif) no-repeat left bottom;
}

#title p {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#title p {
	padding-top: 5px;
	font-size: 25px;
}

#site-top h1 {
	font-size: 13px;
	float:right;
	margin-right:0px;
	width:400px;
	padding-top:10px;
	text-align: right;
}

#title a {
	text-decoration: none;
	color: #FFFFFF;
}


/* layout */

#layout {
	width: 800px;
	margin: 0px auto 20px auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
	margin-bottom: 20px;
}
#content h2 {
	height:30px;
	line-height:30px;
	font-weight: bold;
	border-bottom: 2px solid;
	color: #006600;
	font-size: 25px;

}
#content h3 {
	height:30px;
	text-indent:5px;
	line-height:30px;
	letter-spacing: 2px;
	color:#336600;
	border-bottom: 1px solid;
	font-size: 16px;

}
#top-content h2 {
	height:35px;
	background-image:url(images/title-h2.gif);
	background-repeat:no-repeat;
	text-indent:33px;
	line-height:35px;
	letter-spacing: 1px;
	font-weight: bold;

}
#top-content h3 {
	height:30px;
	background-image:url(images/title-h3.gif);
	background-repeat:no-repeat;
	text-indent:33px;
	line-height:30px;
	letter-spacing: 2px;
	color:#336600;

}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}
.title a {
	text-decoration: none;
	color: #666;
}



/* menu */

#menu {
	float: right;
	width: 200px;
	margin-bottom: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 2px 0;
	border-bottom: 1px solid #ccc;
	font-size: 90%;

}

#menu h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	background-color: #91E201;
	color: #FFFFFF;
}

#menu h3 {
	margin: 0;
}

#menu p {
	margin: 0;
	line-height: normal;
}

#menu a {
	text-decoration: none;
}

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

/* site-bottom */

#site-bottom {
	clear: both;
	background-color: #66CC00;
	line-height: 150%;
}
#site-bottom a {
	color:#FFFFFF;
}
#site-bottom address {
	text-align: center;
	font-size: 90%;
	font-style:normal;
	color: #FFFFFF;
	margin: 10px 0;
}

#detail {
	width: 490px;
	clear: both;
border:1px solid #99CC00;
padding:5px;
}
.top-left {
	float:left;
	width:350px;
}
.top-right {
	float:left;
	width:350px;
}
.clear {
	clear:both;
}
.ads336 {
	float:right;
	margin:0 0 5px 5px;
	width:336px;
	height:280px;
	text-align: right;
}
