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

body
{
	background:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	padding:0;
	margin:0;
	
}

h1
{
	font-size:45px;
	text-align:center;
}

a
{
	color:#990000;
}

#page
{
	background:url(images/bg.jpg) no-repeat;
	height:1200px;
	padding:10px 30px 30px;
	width:880px;
	margin:0px auto;
	text-align:left;
}
	#page #b1
	{ 
		width:225px;
		padding:5px 10px;
		margin:15px 0;
		float:left;
		font-style:italic;
		font-weight:bold;
		border-right:#000000 solid 3px;
		text-align:justify;
	}
	
	#page #b1 h1
	{
		border-top:#000000 solid 2px;
		border-bottom:#000000 solid 2px;
	}
	
	
	#page #b2
	{
		width:225px;
		text-align:justify;
		padding:15px;
		float:left;
		font-style:italic;
		margin:15px 0px 5px;
		font-weight:bold;
		border-right:#000000 solid 3px;
	}
	
	#page #b3
	{
		width:325px;
		text-align:justify;
		padding:15px;
		float:left;
		font-style:italic;
		margin:15px 0px 5px;
		font-weight:bold;
	}
	
	#page #lw
	{
		width:325px;
		text-align:justify;
		padding:15px;
		float:left;
		font-style:italic;
		margin:5px 0px;
		font-weight:bold;
	}
	
	#page #lw h1
	{
		border-top:#000000 solid 2px;
		border-bottom:#000000 solid 2px;
	}
	
	#page #ra
	{
		width:600px;
		text-align:justify;
		padding:15px;
		float:left;
		font-style:italic;
		margin:5px 0px;
		font-weight:bold;
	}
	
	#page #ra h1
	{
		border-top:#000000 solid 2px;
		border-bottom:#000000 solid 2px;
		margin-top:1px;
	}
	
	#page #population
	{
		font-size:15px;
		font-weight:bold;
		float:right;
		text-align:right;
		padding:80px 75px 10px 0px;
	}
	
	#page #login
	{
		width:100%;
		clear:both;
		border-top:#000000 solid 2px;
		border-bottom:#000000 solid 2px;
		text-align:center;
		padding:10px 3px;
	}
	
	#page #login input
	{
		background:none;
		border: #000000 dashed 2px;
	}
	
	#page #login input.button
	{
		background:#996600;
		border:none;
		padding:5px;
		border:#996600 outset 2px;
	}
	
	
	
	