/**
* CSS
* @name Eyejoy
* @version 1.0
* @author Angelo Marinelli
*/
* {
	margin: 0;
	padding: 0;
}
li.section-title{
	text-align: left;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .07pc;
}

body {
	background: #fff;
	text-align: left;
	font: 10.5px/150% Georgia, Serif;
}

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

a:link { text-decoration: none;
	color: #241f18;
}
a:active { text-decoration: none;
	color: #241f18;
}
a:visited { text-decoration: none; color: #241f18; }
a:hover { 	color: #564939;
}

a img { border: none; }


#menu {
    width: 323px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	color: #000;
	background-image: url(EYEJOY1.jpg);
	padding-top: 70px;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 323px;
    top: 0;
	color: #000;
	padding-top: 70px;
}

.container {
    padding: 40px 40px 25px 40px;
	color: #000;
}

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

p {
    margin: 0 0 9px 0;
	font-family: Georgia;
}

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; }