body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.7; /* fix moz border bug */
	color: #333;
	background: #EFEFEF;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
}
/* --- ( general. ) -------------*/
a{color: #333;}
a:hover{color: #cc0000;}
b{font-size: 98%;}
table{
	border-spacing:0;
	border-collapse:collapse;
}
/* ---( site wrapper ) -----------------*/
#wrapper-header{
	position: relative;
	margin: 3px auto 0 auto;
	padding: 0 10px;
	background: #fff url(/_css/_img/wrap_header_bg.gif) no-repeat;
	width: 776px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 760px;
	height:15px;
}
html>body #wrapper-header {
  	width: 760px;
} 
/* hide from mac IE5 \*/
* html #wrapper-header{line-height: 0px;font-size:1%;}
/* end hide from mac IE5 */

/* main */
#wrapper-main {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 95%;
	text-align: left;
	background: #fff url(/_css/_img/wrap_main_bg.gif) repeat-y;
	width: 776px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 760px;
}
#wrapper-main.context {
	/*background: #fff url(/_css/_img/wrap_context_bg.gif) repeat-y;*/
}
#wrapper-main #global-content {
	background: url(/_css/_img/context_bg.gif) repeat-y 10px;
	/*border: 0 1px;*/
}
html>body #wrapper-main {
  	width: 760px;
}
/* footer */
#wrapper-footer{
	position: relative;
	clear:both;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	background: #fefefe url(/_css/_img/wrap_footer_bg.gif) no-repeat bottom left;
	width: 776px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 760px;
	height:18px;
}
html>body #wrapper-footer {
  	width: 760px;
} 
/* hide from mac IE5 \*/
* html #wrapper-footer{line-height: 0px;font-size:1%;}
/* endhide from mac IE5 */

/* --- ( global elements ) ----------------*/
/* global header */
#global-header{
	width: 740px;
	margin: 0 10px;
}
/* global footer */
#global-footer{
	margin: 0 auto;
	width: 760px;
	font-size: 90%;
	text-align: center;
}
#global-footer .links {
	background: #ffcc00;
	float:left;
	width: 760px;
}
#global-footer .links ul{
	margin: 10px 0 0 25px;
	list-style: none;
}
#global-footer .links ul li{
	margin: 0 5px 0 0;
	float: left;
}
#global-footer .logo {
	text-align: right;
}
/* sidebar */
#global-sidebar{
	/*background: #ffcc00;*/
	margin: 0 0 0 10px;
	width: 140px;
	float:left;
	display: inline;
}
#global-sidebar #nav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #F5F5F5;
	}
#global-sidebar #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#global-sidebar #nav a {
	display:block;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	color: #666;
	width: 90%;
	}
#global-sidebar #nav a:hover,
#global-sidebar #nav a.active {
	color: #FFF;
	background-color: #DDD;
	}
#global-sidebar #nav a.active {
	color: #FFF;
	background-color: #9EBD5C;
	font-weight: bold;
	font-size: 100%;
}
/* --- ( content elements) -------------*/
#content-contextual{
	/*background: #ff9900;*/
	width: 590px;
	margin: 0 10px;
	float: right;
	display: inline;
}
#content-standard{
	width: 740px;
	clear:both;
	margin: 0 10px;
}