@charset "utf-8";
/* CSS Document */

/* 
colors :
green background: b4d0bd
dark green: 333300
burgundy: 953737
*/

body {
	text-align:center;
	margin: 0 auto;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
}
#wrapper {
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}
#wrapper #logo {
	border: none;
	float:left;
	width: 211px;
	height: 194px;
}
#wrapper #logotype {
	border: none;
	float: right;
	width: 706px;
	height: 69px;
	padding-top: 41px;
}
/* home page main navigation */
#navhm {
	clear:right;
	float:right;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: no-repeat;	
	width: 698px;
	padding: 0px 0px 0px 8px;
	height: 85px;
	text-align: center;
}
#navhm a {
	float:left;
	display:block;
	width: 138px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	color: #333300;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#navhm a:hover {
	background-image: url(../images/img_pg/hm_nav_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
}
/* end home page navigation */

#wrapper #hmcontent {
	clear: both;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/img_pg/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b4d0bd;
	text-align: center;
	width: 940px;
	height: 415px;
	margin: 0 auto;
}
#wrapper #hmcontent p.hm {
	font-weight: bold;
	padding-top: 50px;
	text-align: left;
	color: #333300;
}
#wrapper #hmimg {
	float: right;
	border: none;
	margin-top: 7px;
	margin-left: 10px;
}
#wrapper .clearrt {
	clear:right;
	border: none;
	height: 1px;
	width: 1px;
}
#wrapper #contentbot {
	width: 950px;
	color: #953737;
	font-size: 16px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	margin: 0px 0px 10px 0px;
	padding: 18px 0px 12px 0px;
	border-bottom: dotted 1px #999;
	background-image: url(../images/img_pg/content_bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper #footer {
	margin: 0 auto;
	font-size: 10px;
	color: #999;
	padding-bottom: 10px;
}
#wrapper #footer a {
	font-size: 10px;
	text-decoration:none;
	color: #999;
}
a.book {
	display: block;
	width: 121px;
	height: 75px;
	padding-top: 20px;
	text-decoration: none;
	color: #333300;
	text-align: center;
	background-image: url(../images/img_pg/book.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	margin-top: 10px;
	float: none;
}
a.book:hover {
	text-decoration: underline;
}
a.book .learn {
	display: block;
	font-size: 10px;
	padding-top: 7px;
}
a {
	color: #333300;
}
a:hover {
	text-decoration: none;
}