body {
font: normal 16px/1.5em Century Gothic, helvetica, arial, sans-serif; 


background-image:url("photo/genoa.png");
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
}

 a {
color: #cea75c;

}

li {
position: relative;
left: -26px;
text-align: left;
padding: 0px 8px;

}

h1{

font-size: 20pt;

}
h2 {
color: #95a895;

}
.nav {
color: #cea75c;
width: 155px;
 margin: 2px auto; 
 list-style: none; 
 overflow: hidden;
 background-color: #1c4b5d;

 
 }
 
#textTarget {
background-color: #95a895;
}
#header, #footer {padding:5px; height: 50px; background: #1d4f50; color:#d3b988}
#primary, #content, #secondary {height: 750px; padding: 2px 0 }
#primary p, #content p, #secondary p {font-weight: bold} 
#primary {background:#eee;}
#content {
background:#ccc;
opacity: .95;
}

#content a{
color:#ccc;
background-color: #95a895;
}
#secondary {background:#ddd;}
pre {text-align: left; margin:20px auto; width:100px}
/* --------------------------------------- */



/* ----- set width and center layout ----- */
#container {
	width:1100px;
	margin:20px auto;
}
/* --------------------------------------- */
/* ----------- float columns ------------- */
#primary {
	float:left;
	width:200px;
	overflow: scroll;
}

#content {
	float:left;
	width:700px;
	
}

#secondary {
	float:right;
	width:200px;
	overflow: scroll;
}
/* --------------------------------------- */

#textTarget{
padding: 30px;
}


/* --------------------------------------- */
#footer {
	clear:both;
}


/* for the basic 3 col layout: http://vanseodesign.com/css/3-column-layout-code/ */