/* CSS Document */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #aeddf5;
	text-align: justify;
	width: 970px;
	display: block;
	margin: 0 auto;
		}
		
#container	{
	height: auto;
	width: 906px;
	display: block;
	margin: 0 auto;
		}
			
#main	{
	margin: 0px;
	padding: 0px;
	}
	

#title	{
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 277px;
	margin-top: 50px;
		}
		
#subtitle	{
	background-image: url(images/subtitle.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 270px;
	margin-top: 5px;
	margin-left: 2px;
			}
			
#date	{
	margin-top: 5px;
	margin-left: 706px;
	position: absolute;
		}			
			
#tabbar	{
	background-image: url(images/tabbar.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 906px;
	margin-top: 97px;
		}
		
#bodybg	{
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	height: auto;
	width: 906px;
		}
		
#bottompage	{
	background-image: url(images/bottompage.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 906px;
		}
		
#breadcrum	{
	margin-top: 14px;
	margin-left: 26px;
	position: absolute;
	font-size: 14px;
			}		
		
#links	{
	margin-top: 50px;
	margin-left: 20px;
		}
		
#bttext	{
	height: auto;
	width: 900px;
	position: absolute;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-top: 10px;
		}
			
#pagetable	{
	height: auto;
	width: 904px;
	margin-left: 17px;
	
		}
		
#sorted	{
	color: #555555;
	font-size: 10px;
	text-decoration: none;
	
		}
