@charset "UTF-8";


body  {
	font-family: Garamond, serif;
	font-weight: normal;
	font-style: normal;
	background: #fff;
	margin: 20px 0; 
	padding: 0;
	text-align: center;
	color: #2f3535;
}


.twoColFixLtHdr #container { 
 
	background: none;
	text-align: center;
}

h1 {font-size:12pt; 
	padding:0; 
	margin:0;
	font-family: Garamond, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing:0.10em;
	line-height:30px;}

a {outline:none;}

.petit {
font-size:8pt;
	letter-spacing:0.07em;
	text-align:center;
}

.petit a, a:active, a:link, a:visited {color:#2f3535;text-decoration:none; outline:none;}
.petit a:hover {text-decoration:underline;}

/* 
////////////////////////////// left */

.twoColFixLtHdr #left {

	width: 450px; 
	background: none; 
	padding: 0;
	margin:0 auto;
}


.twoColFixLtHdr #left p {
	margin: 0 0 0 0;
	padding: 0;
	font-size:10pt;
	letter-spacing:0.10em;
	line-height:30px;
	text-align:center;
}

.twoColFixLtHdr #left p a, a:active, a:link, a:visited {color:#2f3535;text-decoration:none; outline:none;}
.twoColFixLtHdr #left p a:hover {text-decoration:underline;}


/* 
////////////////////////////// subnav */

.twoColFixLtHdr #right {
	float: left; 
	width: 720px; 
	background: none; 
	margin: 0 0 0 200px;
	padding: 0;
}
.twoColFixLtHdr #right p {
	margin: 0;
	padding: 0;
	font-size:8pt;
	letter-spacing:0.07em;
	text-align:left;
}



/* 
////////////////////////////// FLOAT */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


@media (max-width: 768px) {

    .container {
        width: 90%;
    }

    h1 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }

}
