
/*
	Date: 090124.css
	Author: mfboy
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* { font: 12px Verdana, Arial, Helvetica, sans-serif; }
body { margin: 0; padding: 0; text-align: center; cursor: default; }

ul, li, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; }
ul, li { list-style: none; }

a { text-decoration: none; color: #000000; }
	a:hover { text-decoration: underline; color: #E53828; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header, .main, .footer { overflow: hidden; margin: 0 auto; width: 777px; text-align: left; }

.header { margin: 10px auto 0 auto; padding: 0; height: 60px; background: url('/index/logo.gif') no-repeat; }
.main { height: 435px; border: 1px solid #ccc; }
.footer { margin: 3px auto 0 auto; padding: 0 0 30px 0; font-size: 10px; color: #777; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.menu { overflow-x: hidden; overflow-y: auto; float: left; margin: 22px -43px 230px 0; width: 67%; > width: 70%; height: 888px; }
	.menu div { margin: 0 0 25px 25px; padding: 6px 0 0 58px; height: 48px; line-height: 23px; background-position: left; background-repeat: no-repeat; }
		.menu div a { margin: 0; font-size: 14px; font-weight: bold; color: #000000; }

.hello { float: right; padding: 30px; width: 30%; height: 479px; line-height: 20px; background: #fffad0 url('/index/menu.png') repeat-x;  border-left: 1px solid #ccc; }
	.hello img { margin: 1px 0; }
