* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Rockwell Std", "Rockwell", Rockwell, Georgia, "Times New Roman", Times, serif;
	margin-top: 50px;
	font-size: 12px;
	background: #fff;
	line-height: 16px;
}

body.section-1 {
	
}

body.section-2 {
	
}

body.section-3 {
	
}

a {
	color: #777
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

#menu {
	margin-left: 50px;
	width: 200px;
	float: left;
	border-right: 1px solid #ddd;
}

#menu a {
	text-decoration: none
}

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

#menu ul li.section-title {
	text-transform: Uppercase;
	font-weight: bold;
}

#menu img {
	margin-bottom: 25px;
}

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

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

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

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

#menu .container > p:first-child {
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	text-transform: uppercase;
	color: #606060;
}