*
	{
	margin: 0px;
	padding: 0px
	} 

.bckgrnd
	{
	/* background-color: #CCCCFF; */
	background-color: #000033;
	}

#container
	{
	width: 760px;
	border-width: 0px;
	background-image: url('../images/bg_blueyellow.jpg');
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0px
	}

#header
	{
	background-color: #999999;
	padding: 6px
	}

#headerleft
	{
	float: left	
	}


.banner
	{ 
	width: 760px;
	height: 8px;
	background-color: #FFFFFF;
	overflow: hidden
	}


#pcontentleft
	{
	width: 140px;
	float: left;
	padding: 4px
 	}


#pcontentmiddle
	{
	width: 340px;
	float: left;
	/* border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF */
 	}

#pcontentmiddle2
	{
	width: 180px;
	float: left;
	/* border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF */
 	}

#pcontentright
	{
	width: 260px;
	padding: 6px;
	float: left
	}

#pcontentright2
	{
	width: 420px;
	padding: 6px;
	float: left
	}


#pfooter
	{
	width: 730px; 
	background-color: #ffffff;
	text-align: center
	} 


img.floatleft{ float: left; border: 4px; border-style: solid; border-color:#FFFFCC}
img.floatright{ float: right; border: 4px; border-style: solid; border-color:#FFFFCC}