/* CSS Document */

* 				{padding: 0;
				margin: 0;
				}

/* TO HIDE HEADING 1 */
h1 em			{
				position: absolute;
				left: -1000px;
				width: 900px;
				}

			
body  			{font-family: Arial, Helvetica, Times, "San Serif";
				background: url("images/background.gif") repeat fixed;
			/*	background-color: #792121; */
				margin-top: 30px;
				}
			
#wrap	  	  	{background: url("images/backgroundpic.jpg") repeat-x;
				margin: 50px auto 0px auto;
				width: 740px;
				height: 598px;
				
				}
						
.topborder    	{background-color: #C17B43;
				margin: 30px auto -40px auto;  
				width: 740px;
				font-size: 10px;
				height: 15px;
				}	
	
.bottomborder   {background-color: #C17B43;
				margin: -95px auto 40px auto;
				padding: 0px;
				width: 740px;
				height: 15px;
				font-size: 10px;
				}		
										
.logo			{
				height: 200px;
				border: none;
				margin-left: 270px;
				margin-top: 120px;
				border-top: solid 4px #FF9966;
				border-left: solid 4px #FF9046;
				border-bottom: solid 4px #994500;
				border-right: solid 4px #993300;}		
			

a		  		{
				color: #792121;
				outline: none;
				text-decoration: none;
				}						


a.logo:hover img 	{border-top: solid 4px #993300;
				border-left: solid 4px #994500;
				border-bottom: solid 4px #FF9046;
				border-right: solid 4px #FF9966;
				}
				
