body {
font: normal 1.1em Century Gothic, helvetica, arial, sans-serif; 
text-align: center;
background-image:url("photo/back.png");
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	
}
a{
color: #fff;
background-color: <##>;
}
h1{
padding: -15px;
}

li {
position: relative;
left: -26px;
text-align: left;
padding: 0px 8px;

}

p {
text-align: justify;
 margin:5px auto; 
 width:580px;
 padding-top: 25px;
  }
  
 

.nav a{
     color: #c0b57f;
     text-decoration:none;
}

.nav a:hover {
    color: #ff620f;
    text-decoration: none;
}
.nav {
width: 155px;
 margin: 2px auto; 
 list-style: none; 
 overflow: hidden;
 background-color: #223344;
 color: #ffffff;
 
 }
 

#header, #footer {padding:25px; height: 50px; background: #223344; color:#fff; }
#primary, #content, #secondary {height: 800px;  }
/*#primary p, #content p, #secondary p {font-weight: bold} */
#primary {background:#eee;}
#content {background:#868386;}

#secondary {background:#eee;}

/* --------------------------------------- */



/* ----- set width and center layout ----- */
#container {
	width:1050px;
	margin:20px auto;
}
/* --------------------------------------- */
/* ----------- float columns ------------- */
#primary {
	float:left;
	width:200px;
	
}

#content {
	float:left;
	width:650px;
	overflow: scroll;

}
#content a:link{
 color: #fff;
}
# content img{
  padding: 8px;
  }
  
#secondary {
	float:right;
	width:200px;
	
}
/* --------------------------------------- */

#caption{
font: .5em;
}

/* --------------------------------------- */
#footer {
	clear:both;
}



/* for the basic 3 col layout: http://vanseodesign.com/css/3-column-layout-code/ */