body 
	{
	margin: 0px;
	/* background-color: #FFFFCC */
	background-image: url('../images/bg.jpg');
	}

#container
	{
	width: 772px;
	padding-left: 6px;
	border-style: solid;
	border-width: 0px;
	border-color: #336600;
	margin: 0 auto;
	overflow: visible;
	/* background-color: #F4F4F4; */
	background-image: url('../images/bg_cont.png');
	}

#header
	{
	width: 760px;
	background-image: url('../images/bgtop.png');
	background-repeat: repeat-x;
	height:54px;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	}

#headerleft
	{
	width: 220px;
	padding-left: 5px; 
	float: left	
	}

#headerright
	{ 
	width: 270px; 
	margin: 5px;
	padding: 0px;
	float: right;
	text-align: right	
	}


#banner
	{ 
	width: 760px;
	height: 20px;
	padding: 0px; 
	border-width: 4px 0px 0px 0px;
	border-style: solid;
	border-color: #cccc66;
	background-image: url('../images/bg_carbon.png');
	background-repeat: repeat-x;
	overflow: visible
	}

#pcontentleft
	{
	padding: 5px;
	width: 220px;
	margin-top: 22px;
	float: left
 	}

#pcontentright
	{
	width: 516px;
	padding-left: 4px;
	float: left;
	margin-top: -1px;
	background-color: #FFFFFF;
	border: solid 1px #BBBBBB;
	}

#navbar 
	{
	width: 516px;
	height: 23px;
	overflow: hidden;
	margin: 5px 21px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right
	}

#picContainer
	{
	padding: 5px;
	text-align: center;
	float: left;
	background-color: #CCFF99
	}

.infobox
	{
	width: 200px;
	/* height: 160px; 
	background-image: url('../images/bginfobox.png');
	background-repeat: no-repeat; */
	background-color: #FFFFFF;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB;
	overflow: hidden
	}


#pfooter
	{
	width: 760px; 
	background-color: #336600;
	text-align: center;
	overflow: visible;
	margin-top: 8px;
	} 

.algncntr { text-align: center }

img.floatleft{ float: left; border: 4px; border-style: solid; border-color:#FFFFFF}
img.floatright{ float: right; border: 4px; border-style: solid; border-color:#FFFFFF}