@charset "utf-8";
/* 
--------[ B O D Y  -  L a y o u t ]
*/
body { background:url(img/bg-side.jpg) 0 90px repeat-x;
}

#main {
	background:none;
}

/* 
   [ P A R T S  -  main  -  ContentsDiv  -  CategoryDiv ]
*/
#CategoryDiv {
	padding:10px 0 0 0;
}
#CategoryDiv ul {
	padding:0 6px;
	clear:both;
}
#CategoryDiv ul li{
	float:left; clear:none;
	margin-right:3px;
	text-align:center;
}
#CategoryDiv ul li a{
  display:block;
	width:159px; height:40px; line-height:40px;
	background:url(img/category-btn.jpg) 0 0 no-repeat;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
#CategoryDiv ul li a.current{
	color:#069;
}
#CategoryDiv ul li a:hover{
  text-decoration:underline;
}

#FaqDiv {
  width:660px; height:auto;
	padding-top:15px;
	overflow:hidden;
	clear:both;
}
#FaqDiv h2 {
  height:40px;
	display:block;
	background:url(img/bg-faq.gif) 0 0 no-repeat;
  font-size:18px; color:#666;
	padding:0 10px;
	line-height:2.3em;
}
.h2InnerDiv {
  padding:0 0 20px 0;
}
.h2InnerDiv .message{
  padding:20px;
}
.Question {
  height:35px;
	overflow:hidden;
	background:url(img/q-img.gif) 10px 10px no-repeat;
}
.Question h3 {
  padding:15px 0 0 50px;
	font-size:16px;
	color:#FF5E35;
}
.Answer {
	overflow:hidden;
  height:auto;
	background:url(img/a-img.gif) 10px 10px no-repeat;
}
.Answer p {
  padding:15px 0 0 50px;
	color:#666;
}
/* 
   [ P A R T S  -  main - Sidebar - calendar ]
*/
#SidebarDiv {
	width:208px;
	background:#F8F8F6;
	border:#E7E7E7 solid 1px;
	padding:10px 10px;
	overflow:hidden;
}
#SidebarDiv h3 {
  background:url(img/h3-information.gif) 0 0 no-repeat;
}
.Info h4 {
  color:#6F8BB0;
	padding:15px 0 10px 0;
}
.Info img {
  float:left; clear:none;
	overflow:hidden;
	border:#6F8BB0 solid 1px;
	padding:2px;
	margin-right:5px;
}
.Info p {
  color:#666;
	line-height:1.2em;
}

