/*MyPAS Layout CSS*/
/* CSS Document */

div#container_entire 
	{
		width:780px;
		position:relative;
	}

div#container_header
	{
		background-image:url(../images/site/header_contents.jpg); 
		background-repeat:no-repeat; 
		height:78px;
		font-size:1em;
		position:absolute;
		background-position:135px;
		width:780px;
	}

div#container_main
	{
	width:780px;
	position:relative;
	top:150px;
	height: 320px;
	}

	* html #container_main {
		height: 320px;
	}



div#container_content_top
	{
	height:10px;
	background-image:url(../images/site/page_top.gif);
	background-repeat:no-repeat;
	font-size:3px;
	position:relative;
	width:780px;
	}
	
div#container_content_middle
	{
	background-image:url(../images/site/page_middle.gif);
	background-repeat:repeat-y;
	min-height: 300px;
	width:780px;
	position:relative;
	}
	
	* html #container_content_middle {
		height: 300px;
	}
	
div#container_content_bottom
	{
	height:10px;
	background-image:url(../images/site/page_bottom.gif);
	background-repeat:no-repeat;
	font-size:3px;
	position:relative;
	width:780px;
	}
		
div#container_footer
	{
	clear:both;
	}
	
div#container_footer a:link,
div#container_footer a:active,
div#container_footer a:hover,
div#container_footer a:visited
	{
		color:#FF0000;
		text-decoration:none;
		clear:both;
		font-weight:bold;
	}
	
.icon
	{
	text-align:center;
	width:50px;
	}
	
div#container_editor
	{
	border:#666666 1px dotted; 
	width:220px; 
	float:left;
	}
	div#container_editor form
		{
		margin:10px;
		}
		
div#pageedit ul
	{
		margin-left:0px;
		padding-left:0px;
	}
div#pageedit li
	{
		margin-left:20px;
		padding-left:0px;
	}
	