@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	background-image: url('/images/new_background.jpg');
	background-repeat: repeat-x;
	margin: 0;
	font-family:Palatino Linotype, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	color: #d3941a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.false_link{
	color: #d3941a;
	text-decoration: none;
	cursor: pointer;
}

.false_link:hover{
	text-decoration: underline;
}

.canvas{
	width: 800px;
	margin: 0 auto;
	border: 1px solid white;
	border-width: 0 1px;
}

	.canvas .header
	{
		width: 100%;
		height: 200px;
		background-image: url('/images/logo.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.canvas .menu
	{
		height: 33px;
		width: 100%;
		vertical-align: bottom;
		color: #ffffff;
	}
	
		.canvas .menu ul
		{
			list-style: none;
			padding-top: 8px;
			margin: 0;
			
		}
		
			.canvas .menu ul li{
				display: inline;
				margin: 0px 7px;
			}
			
			.canvas .menu ul li a{
				color:#FFFFFF;
				text-decoration: none;
			}
			
			.canvas .menu ul li a:hover{
				color:#FFFFFF;
				text-decoration: underline;
			}
	
	.canvas .image
	{
		height: 148px;
	}
	
	.canvas .spacer
	{
		height: 25px;
	}
	
	.canvas .content
	{
		color: #ffffff;
		min-height: 500px;
	}
		
		.canvas .content h1{
			color:#999999;
			text-align: center;
			font-size: 20px;
		}
		
		.canvas .content ul
		{
			list-style: none;
			margin: 0;
		}
		
		.canvas .content ul li
		{
			display: inline;
			padding: 0 10px;
		}
		
		.canvas .content ul li a
		{
			color:#FFFFFF;
		}
	
	.canvas .footer
	{
		color: #666666;
	}
	
	