body {
	background-attachment: fixed;
	background-image: url(img/bg_grad.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;/*#666666;*/
	text-align: center; /* for IE */
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
}

#head {
	width: 880px; /*86%;
	left: 7%;
	right: 7%; */
	margin: 0 auto;   /* align for good browsers */
	position: relative;
	top: 0px;
	height: 122px;
	/*
	background-image:  url(img/header.png);
	background-repeat: repeat-x;
	background-position: bottom; */
}
#navbalk {
	top: 1px;
	height: 28px;
	width: 880px; /*86%;
	left: 7%;
	right: 7%; */
	margin: 0 auto;   /* align for good browsers */
	position: relative;
	background-image: url(img/bg_navbalk.png);
	background-repeat: repeat-x;
	color: #C4C4C4;
}
#navbalk a:link, #navbalk a:visited {
	text-decoration: none;
	color: #FFFFFF;
	/*font-weight: normal;*/
}
#navbalk a:hover {
	font-weight: bold;
	color: #FFA70D;
}
#pagecell{
	width: 880px; /*86%;
	left: 7%;
	right: 7%; */
	margin: 0 auto;   /* align for good browsers */
	position: relative;
	top: 2px;
	background-color: #FFFFFF;
	padding-top: 20px;
	text-align: left; /* counter the body center */
}
#leftColom{
	width:158px;
	left: 0px;
	top: 20px;
	float: left;
	padding: 0px 0px 0px 0px;
	text-align: right;
	color: #666666;
	position: absolute;
}
#leftColom a:link, #leftColom a:visited {
	text-decoration: none;
	color: #666666;
}
#leftColom a:hover {
	color: #BB7340;
}
#content {
	margin: 0px 19% 30px 19%;
	padding: 0px 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	_height: 500px; /* Just for IE */
	min-height: 500px;
	text-align: justify;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #BB7340; /*#FFA70D; */
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
}
#rightColom{
	width:158px;
	left: 0px;
	top: 0px;
	float: right;
	padding: 0px 5px 0px 0px;
	text-align: left;
	color: #C4C4C4;
}
.cellborder_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BF7C48;
}
#footer {
	color: #CCCCCC;
	text-align: center;
	height: 75px;
	width: 100%;
	padding-top: 5px;
	clear: both;
	font-size: 0.9em;
	border-top: 1px solid #CCCCCC;
	margin-top: 25px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFA70D;
}