@charset "UTF-8";
/* CSS Document */
body			{
				font-family: Veranda, Arial, Hevetca, sans-serif ;
				}
			
#outer_wrap		{
				background-image:url(images/background.jpg);
			
				height: 100%;
				width: 100%;
				position: fixed;
				bottom: 0px;
				overflow: scroll;
				z-index: 1;
				}
			
#middle_wrap	{
				background-image: url(images/border.png);
				
				background-position: center center;
				height: 100%;
				width: 946px;
				margin-left: auto;
				margin-right: auto;
				z-index: 2;
				}		

#inner_wrap		{
				
				width: 946px;
				bottom: 0px;
				z-index: 3;
				margin-left: auto;
				margin-right: auto;
				background-image: url(images/border.png);
				padding-bottom: 3px;
				margin-bottom: 3px;
				}
	
#header			{
				padding-top: 10px;
				margin-left: 45px;
				}

#nav			{
				width: 820px;
				height: 15px;
				margin-left: auto;
				margin-right: auto;
				padding-bottom: 10px;
				background-image: url(images/nav_background.jpg);
				background-repeat: no-repeat;
				 
				
				}



#content		{
				width: 820px;
				min-height: 250px;
				margin-top: 0px;
				margin-left: auto;
				margin-right: auto;
				background-repeat: no-repeat;
				
				
				}

#footer 		{
				width:820px;
				border-top: solid 1px #CF5727;
				clear:both; margin-left:auto;
				margin-right:auto;
				margin-top:10px;
				margin-bottom: 10px;
				text-align:center
				}

#footer p		{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:.75em;
				color:#993300
				}