/* CSS Document */

	
	body{			background-image: url(../images/back.png);
					background-repeat: repeat-x;
					background-attachment:fixed;
					margin:0; padding:0;
					background-color:#CE9C31}
	
	#page-container {width:750px; margin:auto;}
	
	#header{ 		width: 100%;
					height:103px;
					background-image:url(../images/header.png);}
	
	#nav{
					width: 100%;
					height:117px;
					}

	
	#content{		width:749px;
					height:750px;
					border:1px;
					border-style:solid;
					border-color:white;
					background-image: url(../images/contentback2.png);
					background-repeat:no-repeat;
					background-attachment: scroll;
					background-position:bottom;
					}
					
						
	#footer{		
					position: relative;
					width: 749px;
					height:auto;
					font-family: Georgia, Times New Roman, Times, serif;
					font-size: 1em;
					font-style: normal;
					line-height: 20px;
					color: #663300;
					text-align:center;
					
					}	
					
	#left{			float:left;
					margin-left:15px;
					margin-top:15px;
					width:275px;
					border-right:thin solid #663300;
					padding-right:25px}
					
	.right{			margin-left:350px;}
					
	.p{				font-family: Georgia, Times New Roman, Times, serif;
					font-size: 1em;
					font-style: normal;
					line-height: 20px;
					color: #663300;
					z-index:1;
					}
					
	a {				color:#E17100;
					outline:none;
					}
					
	a:hover{		color:#663300}
	
	body#one a#pics,
	body#two a#pics2,
	body#three a#pics3,
	body#four a#pics4,
	body#five a#pics5,
	body#six a#pics6 {color:#663300}
	
	
	h1{				font-family: Georgia, Times New Roman, Times, serif;
					text-decoration:none;
					font-size:1.5em;
					line-height:40px;
					color: #E17100;}
					
	h2{				font-family: Georgia, Times New Roman, Times, serif;
					text-decoration:none;
					font-size:1em;
					line-height:10px;
					color: #E17100;}
					
					
	p{				text-indent:30px;
					text-align:justify;
					
					}			
					
						
	.photos{		padding:25px;
					}	
	
	img{			border:0px;
					}
	
	.test{			border: medium inset #663300;
					padding:10px;
					margin:15px;
					text-align:justify
					
									}
									
	li{				margin-left:50px;}
	
	.table{			border-width: 1px;
					border-spacing: 0px;
					border-style: inset;
					border-collapse: collapse;}
					
	
					
						
	
		


