html,body{margin:0;padding:0}
/*
* {
	margin: 0;
	padding: 0;
}
*/
body{
	background: url(../images/s_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #959595;
}
img {border: 0;}
a{text-decoration:none; color:#959595;}
a:hover{color: #009966;}
td,div {word-break:break-all}
#topBar {
	position: relative;
	z-index: 99;
	top: 0;
	left: 850px;
}
div#navigation{
	float:left;
	width:296px;
	background: url(../images/s_bg_nav.gif) bottom no-repeat;
	font-size: 16px;
	color: #777762;
}
div#navigation ul{
	margin:15px 0 15px 75px;
	padding:0;
	list-style-type:none;
}
div#navigation li{margin-bottom:0px;}
div#extra {
	float:left;
	clear:left;
	width:296px;
}
div#content{
	margin-left: 10px;
	margin-right: 50px;
	line-height: 25px;
}
div#content h3 {
	padding-left: 40px;
	background: url(../images/s_h3.gif) 0 -5px no-repeat;
	height: 42px;
	font-size: 15px;
	color: #3e8623;
}
div#footer{
	clear:both;
	width:100%;
	background: url(../images/s_bg_footer.gif) no-repeat;
	padding: 15px 0;
	font-size: 11px;
	text-align: center;
}
div#footer p{margin:0;padding:5px 10px}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}