/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	background: #fff; background-image:URL("http://www.claireleina.com/v2/images/TESTf.jpg") ; background-repeat:no-repeat; 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #5e5e5e; }
a:active { text-decoration: none; color: #2a2a2a; }
a:visited { text-decoration: none; color: #2a2a2a; }
a:hover { text-decoration: none; color:#e2dfe0}

a img { border: none; }
.logo {
	width: 200px;
	height: 215px;
	margin: 0 0 20px 0;
}
.logo a img{
	height: 213px;
}

#menu { text-align:left;
    font-size: 10px;
	width: 215px;
    overflow: auto;
padding-top:40px;
    bottom: 20px;
padding-left:30px;
    height: 100%;
	background-color: #fff;
	z-index:99;
	position: relative;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#menu ul li.section-title { }

#content { 
    height: 100%;
    margin: -640px 0 0 280px;
    top: 0;
}

.container {
    padding: 5px 5px 0px 5px;
}

#content p { width: 400px; margin-bottom: 9px; color:#999999;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
