/* CSS Position */
/*	
	
.contentBox
	{
		position: relative;
		top: 0;
		left: 0;
	}
	
h3
	{
		position: relative;
		top: 0;
		left: 0;
	}
	
.contentBoxHeader
	{
		position: relative;
		top: 0;
		left: 0;
	}

.newsperson
	{
		position: relative;
		top: 0;
		left: 0;
	}
	
.newsdate
	{
		position: absolute;
		top: 4px;
		right: 0;
	}
	
.gbname
	{
		position: relative;
		top: 0;
		left: 0;
	}
	
.gbdate
	{
		position: absolute;
		top: 0px;
		right: 0;
	}
	
.newstext
	{
		position: relative;
		top: 0;
		right: 0;
	}
	
div.newspage
	{
		position: absolute;
		top: 0px;
		right: 0;
	}
	
.contentImage
	{
		position: absolute;
		top: 27px;
		left: 430px;
		background-image: url("../img/bg_contentimage.jpg"); 
	}
	
#copy
	{
		position: relative;
		top: 0;
		left: 0;
	}

#footer
	{
		position: relative;
		top: 0;
		left: 0;
	}
#print
	{
		position: relative;
		top: 0;
		left: 0;
	}

div.arrinfobox
	{
		position: relative;
		top: 0;
		left: 0;
	}

div.arrinfoboxright
	{
		
		float: right;
	}
