body {
	background: #eff3eb;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
* { padding:0; margin:0; }
#wrapper {
	width: 700px; margin: 30px auto 0 auto;
}
th { text-align: left; padding-right:10px; }
#menu {	background: #990000; height: 25px; }
#menu ul { list-style: none; margin:0 auto; }
#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.9em; display:block; float:left; height: 15px; padding: 5px 20px; border-right: 1px solid #ccc; }
#menu ul li a.last { border: none; }
#menu ul li a:hover, #menu ul li a.active { color: #fff; background: #ae3535; }

/* Submenu */
#menu div.sub { display:none; background: #990000; left:0px; position:absolute; top:24px; width:186px; z-index: 98; }
#menu div.sub ul { 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; 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: #fff; height: 118px; border-bottom: 1px solid #eff3eb; }
#logo { font-size: 1.5em; color: #c80c21; padding: 38px 0 0 36px; }
#slogan { font-size: 0.6em; color: #a3a3a3; }

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

#footer { width: 700px; margin: 1em auto; text-align: center; color: #666; }
#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: 690px; margin-bottom: -16px; }
#lang #label { color: #666; }