/* typography */
body {
	font-size: 75%;
	/* font-family:'Georgia','Gill Sans','Gill Sans MT','Ikarius ADF',Candara,Jara,sans-serif; */
	font-family: "Egyptienne F LT Std", "Egyptienne F Std", "Egyptienne F", Cambria, Georgia, serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.75;
	word-spacing:0.1em;
	background: #fde6f2;
	color: #1162df;
	}
html > body {font-size: 1em;}

p {margin-bottom:1em;}

a { color: #1B67C9;}
a:visited {color:darkorchid;}
div#footer a { color: #fde6f2;}

h1 {
font-size: 2em; line-height: 2em; margin:0.3em 0;font-weight:bold;
}

h2 {
font-size: 1.5em; line-height: 1em; margin:0.8em 0;font-weight:bold;
}

h3 {
font-size: 1em; line-height: 1em; margin:0.8em 0;font-weight:bold;
}


ul, ol {margin-bottom: 18px;}

/* fluid.gs site design */

/*
div.section div.column {border-left:1px solid #a1b04a; border-bottom:1px solid #a1b04a; background:#f8f9f4;}
div.section div.column:last-child {border-right:1px solid #a1b04a;}
*/
div.section div.column_content {padding:5px; margin:5px;}

div#header {
background:#1162df none repeat scroll 0 0;
border-bottom:6px solid #1162df;
height:66px;
margin:0;
width:100%;
z-index:2000;
/*color:#eee;*/
color:#fde6f2;
}

div#header div.section {
margin:0 11%;
width:80%;
}

div#footer {
background:#1162df none repeat scroll 0 0;
border-bottom:6px solid #1162df;
margin:0;
width:100%;
z-index:2000;
/*color:#eee;*/
color:#fde6f2;
}

div#footer div.section {
margin:0 10%;
width:80%;
}

span.e_origin {
font-size: small;
color:#777;
}
span.e_origin a { color: #777;}
span.e_origin a:visited {color:#777;}

div.e_footer {
font-size: xx-large;
font-weight: bold;
text-align: center;
}

h2.e_date {
margin: 3em 0 1.5em 0;
}




