html, body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #221712;
	font-weight: bold;
	line-height: 19px;
	height: 100%;
	}
	a img { border: 0px;}
	
	input, 
	textarea { color:#000; background-color: #dfdfdf; border: 1px solid #ccc; }

body { background: #f5f5f5 url(images/bg.png) repeat-x; }
h1, h2, h3, h4, h5, h6 { margin-top: 2px; }
h1 { font-size: 18px; margin-bottom: 7px; }
h2 { font-size: 17px; margin-bottom: 6px; }
h3 { font-size: 16px; margin-bottom: 5px; }
h4 { font-size: 15px; margin-bottom: 4px; }
h5 { font-size: 14px; margin-bottom: 3px; }
h6 { font-size: 13px; margin-bottom: 2px; }

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover { text-decoration: none; font-weight: bold; }

p { margin-bottom: 5px; }

.all_outer { 
	margin:0 auto;
	width: 784px;
	margin-top: 41px;
	border: 1px solid #1e1e1e;
	padding: 5px 7px 6px 7px;
	background-color: #fff;
}
.all {
	display: inline-block;
}

#header { }
#logo_outer, #sidebar_outer {
	background-color: #fff;
	width: 219px;
	float: left;
}
#logo, #sidebar { margin-right: 7px; overflow: hidden; }
#logo a img { border: 0px solid; padding: 0px; margin: 0px; }
#logo {
	height: 140px;
	background-color: #c3c3c3;
}
#banner_outer { width: 565px; float: right; }
#banner {
	background-color: #FFF;
}
#logo, #banner { height: 140px; }

#main { background: #fff url(images/sidebar-bg.png) repeat-y left; }

#sidebar { background-color: #c3c3c3; font-size: 11px; }
#content_outer { }
#content {
	background-color: #fff;
	margin: 10px 19px 18px 5px;
	width: 505px;
	font-size: 12px;
	padding: 8px 10px 18px 15px;
	font-weight: normal;
}
/* IE6 Hack */
* html #content {
	width: 504px;
	margin: 10px 19px 18px 5px;
}

#menu {
	padding-top: 16px;
	margin-left: 12px;
	padding-bottom: 18px;
	width: 157px;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
}
#menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu a {
	display: block;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover {
	color: #919191;
}
#menu a.menu_current {
	font-weight: bold;
}

#box {
	height: 180px;
	background-color: #fff;
	padding: 15px;
	overflow: hidden;
}
#flex_box {
	padding: 15px 15px 15px 15px;
}
#flex_box b.left {
	display: inline-block;
	padding-left: 12px;
}
#flex_box b.center {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}
/* IE6 Hack */
* html #flex_box b.center { padding-left: 10px; }

#footer {
	margin:0 auto;
	width: 784px;
	margin-top: 3px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #919191;
	
}

.clearfix { display: inline-block; }
