/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana;
	color: #333333;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: -1px;
	background-image: url(http://www.casimirmorreau.com/projects/files/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: 225px 0px;
	background-attachment: fixed;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000000;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	display: inline;
}
a:hover {
	background-color: #000000;
	display: inline;
	color: #FFFFFF;
}


a img { border: none; }

div#logo {
	width: 150px;
	height: 100px;
	display: block;
}

#menu {
	width: 202px;
	overflow: auto;
	top: -6px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #FFFFFF;
	background-color: #000000;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
}



#content {
	height: 100%;
	top: 0;
    margin: 0 0 0 202px;
	line-height: 18px;
}

.container {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

#content p {
	width: 450px;
	margin-bottom: 15px;
	line-height: 14px;
}

p {
	margin: 0 5 5px 0;
}

#img-container p.nav{ font-size: 13px; } 

h1 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:16px;
	color:#000000;
	line-height:20px;
	margin-bottom: 8px;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
}
h2 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:13px;
	color:#000000;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
}
h3 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:12px;
	color:#000000;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:12px;
	color:#000000;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h5 {
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:10px;
	color:#000000;
}
h6 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:4em;
	color:#000000;
	margin-bottom: 8px;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
	line-height: 0.8em;
}



#img-container	{
	margin-top: 30;
}
#img-container p	{
	width: 400px;
	margin-top: 30;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 9px;
}

#once { clear: left; 
}
.footer {
	font-size: 9px;
	color: #333333;
}
