
body
	{
		margin: 0;
		background-color: #FFFFFF;
		text-align: center;
	}

#container
	{
		margin: auto;
		width: 1000px;
		text-align: left;
		background-color: #FFFFFF;
	}
	
	#header
	{
		height: 108px;
		background-image: url("images/background/header.jpg");
		background-repeat: no-repeat;
	}
	
	#navigation
	{
		float: left;
		width: 215px;
		height: 600px;
		background-image: url("images/background/navi.jpg");		
		background-repeat: no-repeat;
	}
		
	#content	
	{
		float: left;
		width: 585px;
		height: 600px;		
		background-image: url("images/background/content.jpg");
		background-repeat: no-repeat;
		padding-right: 15px;
	}
		
	#sidebar_right
	{
		float: left;
		width: 180px;
		height: 600px;
		background-image: url("images/background/sidebar_right.jpg");
		background-repeat: no-repeat;
		padding-left: 5px;
	}
	
	h1 
	{
	  font-family: sans-serif, verdana, arial;
	  text-align: center;
	}
	
	h2 
	{
	  font-family: sans-serif, verdana, arial;
	}
	
	p 
	{
	  font-family: sans-serif, verdana, arial;
	}
	
	table
	{
	  font-family: sans-serif, verdana, arial;
	}
	
	a:link 
	{
    	text-decoration: none;
	}
	
	a:visited 
	{		
		text-decoration: none;
	}
	  	
	a:hover 
	{
		color: #f10000;
		text-decoration: underline;
	}
