/* {{{ Page Frame */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial;
	
}

#doc {
	width: 750px;
	/*height: 500px;*/
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
	overflow: auto;
	border:2px;
}

#submenu {
	width: 200px;
	margin: auto;
	text-align: left;
	position: absolute;
	z-index: 500;
	margin: 0px;
	font-size:11px;
	padding: 0px;
	left: 0px;
	top:0px;
	line-height: 1.6;
}
#submenu a:hover {
	background: url(../image/subnav_bullet.gif) no-repeat 0 center; 
}
#submenu a:hover,
#submenu a:active {
	color: #000000;
	text-decoration: underline;
}

#submenu a {
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	list-style-image: url(../image/subnav_bullet.gif);
	
}

#wrapper {
	width:750px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
	}

.hide { display: none; }

/* }}} */
/* {{{ Header */


/* }}} */
/* {{{ Footer */

#footer {
	background-color:#91c03d;
	text-align: center;
	color: #898378;
	margin-top: 10px;
	margin-left: 15	px;
	clear: both;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	height: 110px;
	position: relative;
	width: 750px;
	z-index:505;
}

#peepoosubmenu {
	background-color:#91c03d;
	text-align: center;
	color: #898378;
	margin-top: 0px;
	margin-left: 0px;
	clear: both;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	top: 50px;
	left: 260px;
	position: absolute;
	width: 150px;
	z-index:605;
	display:none;
}

* html #footer { height: 95px; }

#footer a:link,
#footer a:visited {
    color: #ffffff;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer-contents {
	width: 720px;
	height: 90px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:0px;
	text-align: left;
	margin: 0px;
}

#footer-contents[dir=rtl] {
	text-align: right;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
}

#footer-menu li ul a:link, #footer-menu li ul a:visited {
	color: #deecc4;
}

#footer-menu li ul a:hover, #footer-menu li ul a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer-menu li ul {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer-menu ul li {
	line-height: 11.5px;
	float: none;
	font-size: 11px;
	padding: 0 20px 5px 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}
/* }}} */
/* {{{ Columns */

#main-content {
	float: left;
	display: inline; /* Fix IE double margin float bug */
	width: 500px;
	margin: 65px 65px 0 30px;
	font-size: 110%;
	left: 210px;
	top: -20px;
}

#content {
	top: 0px;
	margin: 0 35px;
	font-size: 110%;
}


/* }}} */