#container
	{
	width: 760px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin: 0 auto;
	overflow: visible;
	background-image: url('../images/bg_main.png');
	}

#header
	{
	position:relative;
	left:0px;
	top:0px;
	height: 120px; 
	background-image: url('../images/bgTop.jpg');
	background-repeat: repeat-x
	}

#headerleft
	{
	position:relative; 
	width: 200px; 	
	left:3px; 	
	top:3px; 
	float: left	
	}

#headerright
	{
	position:relative; 
	left:230px; 
	top:0px; 
	width: 320px; 
	height: 106px;
	overflow: hidden;
	text-align: right	
	}

#nav 	
	{	
	background-color:#FF9900;
	padding: 5px;
	overflow: visible
	}

#banner
	{ 
	width: 100%; 
	height: 30px;
	background-color: #BBBBBB;
	text-align: center
	}

#pcontentleft
	{
	position: relative;
	left:0px;
	top:0px;
	padding: 5px;
	width: 550px;
	float: left
 	}

#pcontentright
	{
	position: relative;
	left:0px;
	top:0px;
	width: 190px;
	padding: 5px;
	float: left
	}

#picContainerLeft
	{
	width: 200px;
	padding: 5px;
	text-align: center;
	float: left
	}

#picContainerRight
	{
	width: 200px;
	padding: 5px;
	text-align: center;
	float: right
	}

#infobox
	{
	width: 178px;
	height: 160px;
	background-color: #ECF5FF;
	padding: 5px;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
	text-align: center;
	overflow: hidden
	}

#pfooter
	{
	width: 100%; 
	background-color: #FF9900;
	text-align: center;
	overflow: visible;
	} 

.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}