p		{ font-family: helvetica;
		  font-size: 9pt;
		}
		
body	{ background-color: white;
		}
		
h2		{    font-size: 10pt;
			 text-transform: uppercase;
			 font-family: helvetica;
}

#twitter_update_list
		{    font-size: 8pt;
			 font-family: helvetica;
			 list-style-type: none;}
		
#logoname	{   
				margin: 0px;
				position: absolute;
				left: 0px;
				top: 0px;
	
}

#bokehbanner	{   
				margin: 0px;
				position: absolute;
				left: 0px;
				top: 87px;
				width: 100%;
				height: 299px;
				background-image: url('bokehbar.jpg');
				background-repeat: no-repeat;
				background-color: black;
	
}

#inkblock	{   
				margin: 0px;
				position: absolute;
				left: 675px;
				top: 0px;
				width: 360px;
				height: 180%;
				background-image: url('inkbar.jpg');
				background-repeat: repeat-y;
				z-index: -1;
				}

#column_1	{   border: 0px solid black;
				margin: 0px;
				position: absolute;
				left: 50px;
				top: 386px;
				width: 265px;
				height: 100%;
				}

#column_2	{   border: 0px solid blue;
				margin: 0px;
				position: absolute;
				left: 365px;
				top: 386px;
				width: 265px;
				height: 100%;
				}
				
#socnet			{   border: 0px solid red;
					margin: 20px;
					position: absolute;
					left: 680px;
					top: 93px;
					width: 320px;
				}
				
#column_3		{   border: 0px solid green;
					margin: 0px;
					position: absolute;
					left: 680px;
					top: 386px;
					width: 265px;
				}

