body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
* { padding:0; margin:0; }
#wrapper {
	width: 782px; margin: 20px auto 0 auto;
}
th { text-align: left; padding-right:10px; }
#menu { height: 25px; }
#menu ul { list-style: none; margin:0 auto; background: #66cc00; height: 25px; }
#menu ul li { float:left; text-align: center; position: relative; z-index: 97; }
#menu ul li:hover { z-index: 99; }
#menu ul li a { color: #fff; text-decoration: none; font-size: 0.8em; display:block; height: 15px; float:left; padding: 5px 20px; }
#menu ul li a.last { border: none; }
#menu ul li a:hover { color: #d0d0d0; }

/* Submenu */
#menu div.sub { display:none; left:-1px; background: #fff; position:absolute; top:25px; width:186px; z-index: 98; border: 1px solid #66cc00; border-width: 0 1px 1px 1px; }
#menu div.sub ul { background: #fff; margin: 1px 0 0 0; padding: 0; width: auto; height: auto; }
#menu div.sub li { margin: 0; text-align: left; float: none; width: 186px; }
#menu div.sub li a { float: none; border: none; color: #333; height: auto; }
#menu div.sub li a:hover, #menu div.sub li a.active { text-decoration: underline; }
#menu div.sub .left, #menu div.sub .right { display: none; }
#menu div.sub .text {  }
#menu li:hover div.sub { display: block; }

#header { background: url(/images/webcard/blog/headerBg.jpg) no-repeat 0 0; height: 130px; border-bottom: 1px solid #eff3eb; }
#logo { font-size: 1.8em; color: #333; padding: 50px 0 0 36px; }
#slogan { font-size: 0.6em; color: #a3a3a3; }

/* ################# CONTENT ###################### */
#content_wrapper { border-color:#EBEBEB; border-style:solid; border-width:0 1px 1px; background-color: #fff; }
#content { padding: 10px 20px; }
#content h2 { color: #333; font-size: 1.2em; border-bottom: 1px solid #2d7036; }
#content .banner {
	margin-top: -10px;
}
#content { color: #333; text-align: justify; }
#content p, #content span { line-height: 1.5em; }

#footer { width: 800px; margin: 0 auto; text-align: center; color: #666; padding-top: 20px; }
#footer a { color: #666; }

/* ################# FORMS ########################## */
dl { margin-bottom: 2em; }
dt { float:left; color: #666; }
dd { margin-left: 90px; margin-bottom: 10px; }
dd input.text, dd textarea {
	width: 420px;
	border: 1px solid #999; 
	border-color: #999 #ccc #ccc #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}
.addr, .addr input, .chk { display: none; }
dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
	border-color: #666 #aaa #aaa #666; 
	background-color: #f6f6f6;
}
dd input[type=submit] { padding: 0 16px; }
dd em { color: #666; }

#lang { width: 772px; }