/* BODY AND CONTAINER */

		body {
			background:#000000; 
			}

		#container {
			width: 800px;
			height: 609px;
			background-image: url(media/portal2.jpg);
			background-repeat: no-repeat;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #ffffff;
	
			border: 0px solid #db9000;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			
		}
		
		a {
			color: #9c5312;
			text-decoration: none;
		}

		a:hover {
			color: #da9100;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px #db9000;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {

			height: 100px;
			margin-left:500px;
			clear: both;
	margin-bottom: 0px;
		

		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
		}



/* NAVIGATION */
	
		#menu1 {
			width: 100px;			
			border-style: solid solid none solid;
			border-color: #3D261D;
			border-width: 0px;
			border-style: solid;
			border-bottom: none;
			float: right;
			margin-right: 75px;
			margin-top: 0px;
		}
	
		#menu1 li a {
		
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			height: 19px;
			text-decoration: none;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: #E4D6CD;
			display: block;

			padding: 8px 0 0 10px;
		}
	
		#menu1 li a:hover {
			color: #d48c01;
	text-decoration: underline;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

h1 {font-size:16px;
text-align: left;
text-decoration: underline;
color:#9c5312;
}

		#content {
			margin-top: 68px;
			width: 480px;
			margin-left: 85px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			margin-top: -10px;
	
		}
		
		#content a {

			text-decoration: none;
			border-bottom: 1px dashed;	
			font-weight: 500;	
		}
		
		#content a:hover{
			
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
		margin-top: -190px;

			height: 290px;
			text-align: center;

				vertical-align:bottom;
		
		}
		
		#footer p {
			color:#89817f;

			padding: 5px;
		
		}
		
		#footer p a {
			color: #89817f;
			
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
		
		/* copyright */

		#copyright {
			margin-bottom: 0px;
			text-align: center;

			
		
		}
			#copyright p {
			color:#89817f;
			padding bottom: -10px;
			font-size:9px;
		
		}
		
	

		
	