﻿    html 
    {
        background-color:#000000;
    }

	body {
		background-color: #000000;
		font: .8em/1.3em tahoma, verdana,arial,helvetica,sans-serif;
		color: White;
		
 		vertical-align: middle;
	}
	
	a 
	{
	    color: White;
	    font-weight:bold;
	    font-size:13px;
	    padding:10px 0px 10px 0px;
	}

	#header {
		background-color: #000000;
		width: 900px;
		height: 60px;		
	}
	
	#footer {
		background-color: #000000;
		width: 850px;
		height: 40px;		
	}
	
	
	#toolbar {
		background-color: #000000;
		width: 900px;
		height: 30px;		
	}
	
	#flashcontent 
	{
	    	background-color: #000000;
		width: 900px;
		height: 450px;		
	}
	
	#homepagecontent 
	{
	    	background-color: #000000;
		width: 900px;	
	}

	#flashcontentnothumbs 
	{
	    	background-color: #000000;
		width: 900px;
		height: 490px;
		text-align: justify;
	}
	
	#blogcontent 
	{
	    	background-color: #000000;

		width: 800px;
		height: 400px;	
		text-align: justify;	
	}

.toolbarbutton 
{
background-color: #000000;
padding: 10px 15px 15px 10px;
 font-size: 16px;
 font-weight:normal;
 color: White;
 text-decoration: none;
 
 
}

.toolbarbutton:hover
{ color: Yellow;
}

