html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background:	#99D98F;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#container {
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 10px;
}

.bar h1 {
	color: #fff;
	font-size: 13px;
	text-align: right;
	padding-right: 60px;
}

#footer h1 {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

#left {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
	background: #99D98F url('../img/menu.jpg') scroll repeat-y 0 0;
	padding-top: 5px;
	min-height: 515px;
	height: auto !important;
	height: 515px;
}

#left2 {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
	background: #99D98F url('../img/menu.jpg') scroll repeat-y 0 0;
	padding-top: 5px;
	min-height: 756px;
	height: auto !important;
	height: 756px;
}

#left3 {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
	background: #99D98F url('../img/menu.jpg') scroll repeat-y 0 0;
	padding-top: 5px;
	min-height: 956px;
	height: auto !important;
	height: 956px;
}

h2 {
	padding-left:10px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
}

#content {
	padding: 10px;
	margin-right: 0px; 
	background: #fff url('../img/bg.jpg') scroll repeat-y 0 0;
	width: 590px;
	float: right;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	font-size: 15px;
}

#header {
	background: #99D98F url('../img/top.jpg') scroll no-repeat 0 0;
	width: 800px;
	height: 71px;
	display: block;
}

.bar {
	background: #99D98F url('../img/bar.jpg') scroll no-repeat 0 0;
	height: 20px;
	width: 800px;
	display: block;
}

.banner {
	background: #99D98F url('../img/banner.jpg') scroll no-repeat 0 0;
	height: 81px;
	width: 800px;
	display: block;
}

.clear {
	clear: both;
}

#footer {
	background: #99D98F url('../img/footer.jpg') scroll no-repeat 0 0;
	height: 80px;
	width: 800px;
}

#left li a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 27px;
	background: transparent url('../img/line.jpg') scroll no-repeat 0 bottom;
	padding: 5px 0 0 10px;
	cursor: pointer;
}

#left2 li a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 27px;
	background: transparent url('../img/line.jpg') scroll no-repeat 0 bottom;
	padding: 5px 0 0 10px;
	cursor: pointer;
}


#left3 li a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 27px;
	background: transparent url('../img/line.jpg') scroll no-repeat 0 bottom;
	padding: 5px 0 0 10px;
	cursor: pointer;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
}

#left li a:hover {
	color: #000;
}

#left2 li a:hover {
	color: #000;
}

#left3 li a:hover {
	color: #000;
}

#header img {
	padding: 15px 0 0 15px;
}

#content table {
	width: 550px;
	margin: auto;
	margin-bottom: 35px;
}

#content td {
	text-align: center;
	padding: 5px;
	width: 123px
}

#content ul {
		list-style: disc;
}