/*
.wholepage {
		width: 1000px
	}*/


body 	{
		background: #000000;
	}



.body 	{				/* Formatting for general body of page*/
   		position: absolute;
		left: 20px;
		top: 20px;
		
		background: #000000;
		
		text-align: left;
		font-style: normal
  	}
 
.text	{
		position: absolute;
		top: 70px;
		left: 20px;
		width: 600px;
		color: #DDDDDD;
   		font-family: "Calibri", "Arial", sans-serif;
   	}
   	
.pictures	{
		position: absolute;
		top: 90px;
		left: 20px;
		width: 850px;
		color: #DDDDDD;
   		font-family: "Calibri", "Arial", sans-serif;
   	}



.navt	{				/* Formatting for top navbar*/
		position: absolute;
		top: 20px;
		left: 20px;
		width: 850px;
		text-align: center;
		vertical-align: text-top;
		word-spacing: 5pt;
		background: #000000;
		color: #DDDDDD;
   		font-family: "Calibri", "Arial", sans-serif;
		font-weight: bold;
		font-size: 17pt
	}


.pic {					/*Formatting for recurring pic of Martin*/
		position: absolute;
		top: 70px;
		left: 650px
	}

#twitter {
position: absolute;
left: 0px;
top: 0px;
width: 850px;
color: #DDDDDD;
text-align: center;
font-family: "Calibri", "Arial", sans-serif;
}

#twitter a { color: #7E7EFD;}

#twitter a:hover { color: rgb(0, 142, 239); }

ul#twitter_update_list { list-style-type: none;}

ul#twitter_update_list li { width: 850px; }


A:link 	{ 				/* Link formatting*/
		color: #7E7EFD;
		text-decoration: none 
	}

A:active{ 
		color: #7E7EFD;
		text-decoration: none 
	}

A:visited{ 
		color: #7E7EFD;
		text-decoration: none 
	}


