body 			{background-color: 1F1F1F;
				font: 12px arial; color: white}

a:link 			{color: white;}
a:visited 		{color: white;}
a:hover 		{color: white;}
a:active 		{color: white;}
a 				{text-decoration: none; font: ;}

a.status:link 			{color: #CC0066;}
a.status:visited 		{color: #CC0066;}
a.status:hover 			{color: #CC0066;}
a.status:active 		{color: #CC0066;}
a 						{text-decoration: none; font: ;}

a.navigation:link 			{color: white;}
a.navigation:visited 		{color: white;}
a.navigation:hover 			{color: #CC0066;}
a.navigation:active 		{color: #CC0066;}
a 						{text-decoration: none; font: ;}

.class2	a:link		{color: #CC6600;}
.class2	a:visited 	{color: #CC6600;}
.class2	a:hover 	{color: #CC6600;}
.class2	a:active 	{color: #CC6600;}
.class2	a 			{text-decoration: none; font: ;}

#banner 		
	{position: absolute;
	left: 55px;
	top: 0;
	z-index:5;
	width: 850px;
	height: 150px;
	background-color: #292929;
	background-color: #292929;}
			
#navigationbuttons	
	{position: absolute;
	left: 605px;
	top: 27px;
	z-index:12;
	width: 282px;
	height: 45px;}
	
#newsupdatebox
	{
	position:absolute;
	left:55px;
	top:50px;
	width:850px;
	height:1600px;
	z-index:1;
	background-color: #242424;
}
	
#welcome
	{position:absolute;
	left:80px;
	top:600px;
	width:800px;
	height:100%;
	z-index:10;}		
			

#name		
	{position: absolute;
	left: 75px;
	top: 30px;
	z-index:11;
	width: 282px;
	height: 45px;
	color: none;}
			

#twitter_div 
	{position: absolute;
	left: 420px;
	top: 150px;
	width: 375px;
	height: 400px;
	overflow: auto;}
			
ul#twitter_update_list 
	{list-style: none;
	font-size: 12px;}
	
ul#twitter_update_list li 
	{margin-bottom: 10px;
	padding: 0px;
	color: #FFFFFF;}
	
			

#information 		{
	position: absolute;
	left: 680px;
	top: 159px;
	z-index:5;
	font-size: 10px;
	color: #CA6A04;
}
				
#status 		{
	position: absolute;
	left: 72px;
	top: 157px;
	z-index:5;
	font-size: 10px;
	color: #CC0066;
}
				

#contact 		{position: absolute;
			left: 750;
			top: 40;
			z-index:1;}


#images			
			{position: absolute;
			left: 25;
			top: 150;
			z-index:1;}

#images_projects	
			{position: absolute;
			left: 25;
			top: 150;
			z-index:1;}

#thumblayout	{font-size: 10px;}

#copyright		{position: absolute;
				left: 200px;
				top: 700px;
				z-index:2;
				font-size: 10px}

#counter 		{position: absolute;
			left: 55;
			top: 25;
			z-index:-1;
			width: 75px;
			height: 50px;
			color: 333333;}


#slideshow {
	position:relative;
	height:400px;
	width: 720px;
	left: 110px;
}

#slideshow IMG {
	position:absolute;
	top:190px;
	left:110x;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

