* { margin: 0; padding: 0; }
html { background: #7F0814; }
body { font: 12px/1.4 Georgia, serif; text-align: center; }

article, aside, figure, footer, header, nav, section { display: block; }

header {  padding: 20px 0 10px 40px; margin: 0 auto; background: #C94A25; 

}

#page-wrap{ width: 750px; margin: 0 auto; background: white; padding: 0 30px; text-align: left; }
#main-content { width: 100%; text-align: center; overflow: auto; }
h1.pos_up { position:relative; top:-50px; left: -10px; }
h1.pos_middletop { position:relative; top:-180px; }
h1.pos_middlebttm { position:relative; top:-155px; }

ul { list-style-type:none; margin:0; padding: 5px 15px 35px 60px; font: 12px/1.4 arial, san-serif; }
li { float:left; }
a:link,a:visited { color:#7F0814; width:75px; text-align:center; padding:10px; text-decoration:none;  }
a:hover,a:active { color:#C94A25; }

a.one:link { color:#7F0814; }
a.one:visited { color:#7F0814;}
a.one:hover { color:#C94A25;}


h1 { font: 14px/1.4 Arial, san-serif; font-weight: bold; color: #7f0814; text-transform: uppercase; text-align: center; letter-spacing:1px; }
h2 { font: 12px/1.4 Arial, san-serif; font-weight: bold; color: #C94A25; text-align: left; }
em { text-transform: lowercase; font: 10px/1.4 Arial, san-serif; }
p { font: 13px/1.4 "Trebuchet MS", Helvetica, sans-serif; }

#leftcolumn img, #rightcolumn img, #middlecolumn img  { margin: 0 0 20px 0; z-index:-1; }

#leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: yellow;  LAC NOTE: CHANGE to white after done.the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}



#rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: black;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#middlecolumn { 
	width: 230px;
	margin: 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:30px 10px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}

#maincolumn { width: 700px; padding: 30px; background: white;}  /* this is for the secondary pages */

#memories { position: relative; top:-52px; }

footer { width: 750px; margin: 0 auto; color: white; font: 10px/1.4 arial, san-serif; font-weight: lighter; padding: 2px 30px; }
#footer_nav { float: left; text-align: left; }
#copyright { float; right; text-align: right; padding: 10px 0 0 0;}


a.two:link { color:white; width:45px; font: 10px/1.4 arial, san-serif; font-weight: lighter; }
a.two:visited {color:white; font: 10px/1.4 arial, san-serif; }
a.two:hover {color:#C94A25;font: 10px/1.4 arial, san-serif;}
















