@charset "utf-8";
/* CSS Document */

img, div, input { behavior: url("iepngfix.htc") }

	html, body{
		background-color:#666666;
		margin:0px;
		overflow: hidden;
		
	}

	#header{
		width:100%;
		height:50px;
		max-width:1000px;
		z-index:5;
	}

	p{
		font-family:"Myriad Pro", "Helvetica LT Std", Verdana;
		color:#000000;
		font-size:8px;
		visibility:hidden;
	
	}
	
	#background{
		position:absolute;
		z-index:1;  
		top:0px;
		left:0px;
		width:100%;
		
	}
	
	.box{
		
		background: url(img/box.png) repeat;
   		behavior: url("iepngfix.htc");
		
	
	}
	
	a:link{
		color:#922222;
		text-decoration:none;
	}
	
	a:hover{
		color:#ffffff;
		text-decoration:none;
	}
	
	a:active{
		color:#922222;
		text-decoration:none;
	}
	
	a:visited{
		color:#922222;
		text-decoration:none;
	}
	
	#buildings{
		background: url(../img/buildings.png);
		background-repeat:repeat-x;
		background-position:center;
		behavior: url("iepngfix.htc");
		height:450px;
		text-align:center;
		width:100%;
		bottom:25px;
		position:absolute;
		left:0px;
		z-index:25;
	}
	
	
	#paper{
		background-image:url(../img/man.gif);
		background-repeat:repeat-x;		
		width:100%;
		height:150px;
		bottom:25px;
		position:absolute;
		left:0px;
		z-index:50;
	}
	
	#footer{
		width:100%;
		height:25px;
		bottom:0px;
		background-color:#333333;
		z-index:75;
		position:absolute;
		padding:0px;
	}
	
	ul{
		list-style-type:none;
		text-transform:uppercase;
		font-family:"Myriad Pro", "Helvetica LT Std", Verdana;
		font-size:13px;
		font-weight:bold;
		color:#922222;
		margin: 2px;
		max-width:320px;
		min-width:320px;
		float:right;
	}
	
	li{
		display:inline;
		vertical-align:middle;
		padding:10px;
	}