
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, Verdana, sans-serif;
	background: #fff;
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 14px;
}

body.section-1 {
}

body.section-2 {
}

body.section-3 {
}

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	border: none;
}

#menu {
	width: 137px;
/**overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;**/
	position: fixed;
	padding: 0 10px;
/**height: auto;**/
	height: 500px;
	float: left;
	left: 0;
	margin: 4px 20px 20px;
	z-index: 1000;
}

#menu ul {
	list-style: none;
	margin: 0 0 4px;
	font-style: italic;
}

#menu ul li.section-title {
	font-style: italic;
	clear: none;
	text-transform: uppercase;
	width: 110px;
}

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

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

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

p {
	margin: 15px 0 9px;
}

h2#logo {
	margin-bottom: 17px;
}

h2#logo a {
	font-size: 10px;
	font-weight: 700;
	padding-bottom: 0;
	text-decoration: none;
	letter-spacing: .1em;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 10px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

#img-container {
	margin: 0;
	padding: 0;
}

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

#once {
	clear: left;
}
