
/**

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

body {
	background: #fff;
	font: 11px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #787878;
	line-height: 13px;
}

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

a:link, a:active, a:visited {
	text-decoration: none;
	color: #787878;
}
a:hover { text-decoration: underline;
	color: #ff008a;
}

a img { border: none; }

li.active a {
	color: #ff008a;
}

#menu {
    width: 280px;
    overflow: hidden;
    top: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-right: 25px;
	bottom: 0;
}

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

#menu ul li.section-title {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

#content {
    top: 0;
	margin: 40px 0 0 305px;
}

#menu div.container {
	border-right: 1px solid #c9c9c9;
	text-align: right;
	padding: 0 25px 0 0;
	margin: 40px 0;
	width: 250px;
	height: inherit;
	float: right;
	overflow: auto;
}

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

body.section-1 #content p {
	width: 600px;
	text-align: left;
}

ul.copyright {
	font-size: 9px;
	line-height: 12px;
	margin-top: 20px;
	padding-bottom: 24px;
}

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

body.section-1 div#content div.container img {
	margin-bottom: 10px;
}
