/* @override http://bsg5.local/~bbhack/bsm/style/site.css */

.phpot {
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	margin: 0; padding: 0;
	font-size: 80%;
	background: white;
}

#page_container {
	width: 700px;
	margin: 10px auto 10px auto;
	padding: 0;
	background: #ccf url(./images/container_bg.gif);
	font: 0.75em Arial, Helvetica, Geneva, sans-serif;
}

#header {
	height:42px;
	background:#23A url(./images/23a_fff_br.gif) no-repeat bottom right;
}
#page_container>#header {
}

#header h1 {
	height:20px;
	margin:0;
	padding:0 0 0 20px;
	font-size:2.0em;
	color: #23a;
	line-height:1;
	background:#23A url(./images/23a_fff_tl.gif) no-repeat top left;
}
#page_container>#header h1 {
}

img#logo {
	display:block;
	position:relative;
	z-index:1;
 	width:458px;
 	height:87px;
	margin: -20px 0 -65px 0;
	padding:0;
 	border:0;
}
#header a img {
	display: block;
	float: right;
	width: 56px;
	height: 30px;
	margin: -16px 15px 0 0;
	padding:0;
 	border:0;
}

#sidebar {
	clear: both;
	float: left;
	width: 175px/*17em*/;
	margin: 0;
	padding: 0 0 8.0em 0;
}

#sidebar h2 {
	margin: 0;
	padding: 1.0em 0 0.25em 0.75em;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #fff;
	color: #23a;
	font: normal bold 1.5em Arial, Helvetica, Geneva, sans-serif;
	background: #ccf url(./images/ccf_fff_tl.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	list-style-type: none;
	background-color: #aae;
}

#sidebar li a {
	display: block;
	height: 18px;
	border-bottom: 1px solid #fff;
	padding: 8px 0 4px 10px;
	color: #009;
	font-size: 1.2em;
	text-decoration: none;
}

#sidebar li a#current {
	color: #ffa;
	font-weight: normal;
	background:#23a url(images/menu_arrow.gif) no-repeat right center;
}

#sidebar li a:hover {
	color: #ffa;
	background:#23a;
}

#sidebar img {
	display:block;
	border:0;
	margin:2.0em 0 0 3.5em;
}
#sidebar img:hover {
	background-color:#239;
}

#content {
	float: left;
	width: 52.5em;
}
#page_container>#content {
	/*width: 53.5em;*/
	width: 525px;
	padding:0/*.75em 0.75em 0.75em 0.75em*/;
}

#footer {
	clear: both;
	background-position: left bottom;
	text-align: center;
 	border-top: 1px solid #fff;
	position: relative;
	z-index: 4;
}

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	background: #bbe url(./images/bbe_fff_br.gif) no-repeat bottom right;
}

/* My Comment */

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#breadcrumbs {
	height: 21px;
	margin:0;
	padding:0.5em 1.25em 0.125em 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	/*background: #ccf url(./images/corner_br.png) no-repeat right bottom;*/
	font-size: 1.0em;
	list-style: none;
	text-align: right;
	background: #bbe url(./images/bbe_fff_br.gif) no-repeat right bottom;
}

#breadcrumbs li {
	display: inline;
	margin: 0;
}

#breadcrumbs a {
	color:#009;
	margin:0 0.5em;
}

#breadcrumbs a:hover {

}



