body,html{
	margin:0;padding:0;
	text-align:center;
}
#container{	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	padding: 0;
	text-align:left;
	background:url(/images/content_bg.jpg) top center repeat-y;
}
#header{
	margin:0;padding:0;
	background:url(/images/top_bg.jpg) top center no-repeat;
	height:119px;
	width:800px;
	text-align:left;
}
#header h1{
	margin:0;padding:0;
	float:left;
	text-indent:-99999px;
	background:url(/images/menu_01.jpg) no-repeat;
	height:119px;
	width:265px;
}
#header #menu{
	margin:0;padding:0;
	padding-top:30px;
}
#header #menu li{
	margin:0;padding:0;
	width:104px;
	height:42px;
	display:block;
	float:left;
	text-align:center;
	border-right:1px solid #bebab9;
}
#header #menu li a{
	display:block;
	padding-top:10px;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	font-family:Arial,Helvetica, sans-serif;
	color:#676767;
	text-decoration:none;
}
#header #menu li.on{
	margin:0;padding:0;
	width:104px;
	height:89px;
	background:url(/images/menu_over.gif);
	display:block;
	float:left;
	text-align:center;
	border-right:0px none;
}
#header #menu li.on a{
	padding-top:35px;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	font-family:Arial,Helvetica, sans-serif;
	text-transform:uppercase;
	color:#676767;
	text-decoration:none;
}
#content{
	margin:0;padding:0;
	background:url(/images/content_bg.jpg) top center repeat-y;
	font-family: arial, helvetica, san serif;
	font-style: normal;
	font-size: 12px;
	color: #4d4941;
	line-height: 18px;
	text-align:left;
	padding:15px 30px;
	/* border:1px solid green; */
}
#textContent{
	margin-right:280px;
}
#textContent td{
	font-family: arial, helvetica, san serif;
	font-style: normal;
	font-size: 12px;
	color: #4d4941;
	line-height: 18px;
}
#textContent h1{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	font-style:italic;
}
#sidebar{
	float:right;
	padding:0px 10px;
	width:225px;
	#width:245px;
}
#sidebar h3{
	font-size:14px;
	font-weight:normal;
	color:blue;
	border-bottom:1px dashed #4d4941;
	padding-top:0;
	margin:0;
	margin-bottom:10px;
}
#footer{
	margin:0;padding:0;
	height:49px;
	background:url(/images/footer_bg.jpg) top center no-repeat;
	text-align:left;
}
#footer p{
	color:#ffffff;
	font-family: arial, helvetica, san serif;
	font-style: normal;
	font-size: 12px;
	padding:10px;
	#padding:20px;
	padding-bottom:0;
}
/* a {
	margin:0;padding:0;
font-family: arial, helvetica, san serif;
font-style: normal;
font-weight : bold;
font-size: 12px;
color: #002349;
line-height: 18px;
text-decoration: none;
}

a:hover {
font-family: arial, helvetica, san serif;
font-style: normal;
font-weight : bold;
font-size: 12px;
color: #7BAADE;
line-height: 18px;
text-decoration: none
} */