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

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #fff;
}

body.section-1 { background-image: url(http://dev.olletsoc.com/milkmadeart/images/bgtopleft800.jpg); background-repeat: no-repeat; background-attachment:fixed; }
body.section-2 { background-image: url(http://dev.olletsoc.com/milkmadeart/images/bgtopleft800.jpg); background-repeat: no-repeat; background-attachment:fixed; }
body.section-3 { background-image: url(http://dev.olletsoc.com/milkmadeart/images/bgtopleft800.jpg); background-repeat: no-repeat; background-attachment:fixed; }
body.section-4 { background-image: url(http://dev.olletsoc.com/milkmadeart/images/bgtopleft800.jpg); background-repeat: no-repeat; background-attachment:fixed; }
body.section-5 { background-image: url(http://dev.olletsoc.com/milkmadeart/images/bgtopleft800.jpg); background-repeat: no-repeat; background-attachment:fixed; }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #ccc }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; text-decoration: underline; }

a img { border: none; }

img {
	border: none;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	padding:15px;
    position: fixed;
    height: 100%;
}

#menu ul {
	font-size: 1.2em;
	list-style: none;
	margin:0 0 12px 0;
}


#menu li a {
	padding-left:15px;
}

#menu ul li.section-title { 
	border-bottom:1px dotted #CCCCCC;
	color:#999999;
	font-size:1.6em;
	margin-bottom:15px;
}

#content {
    height: 100%;
    margin:20px 0 0 255px;
    top: 0;
}

.container-menu {
padding:0 0 0 10px;
}

.container {
    padding:40px 5px 25px;
}

#content p { line-height: 1.6em; font-size: 1.4em; width: 500px; margin-bottom: 9px; }

#content img { border: solid #cccccc 2px; }


p {
    margin: 0 0 9px 0;
}

h1 { font-size:50px; padding:0 0 40px;}
h1.logo { text-align: center; font-size:50px; line-height:1em; padding:0; padding-bottom:30px; }
h2 { font-size: 24px; color: #333; padding-bottom:10px; }
h3 { font-size: 21px; color: #666; }
h4 { font-size: 12px; }

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

#once { clear: left; }