/**
* CSS
* 
* @version 1.0
* @author Hwllq
*/
* {
	margin: 0;
	padding: 0;
}

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

body.section-1 {
}

body.section-2 {
}

body.section-3 {
}

a:link, a:visited {
	color: #959ca1;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #132200;
	background: #ef4035;
	text-decoration: none;
}

a img { border: none; }

#menu {
	width: 150px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: auto;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: transparent;
	color: #132530;	
}

#menu .container {
	padding: 0 16px 24px 8px;
}

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

.container {
	padding: 0;
}

#content p { width: 400px; }

#content a:link img, #content a:visited img  {background-color: transparent;}
#content a:hover img, #content a:active img  {background-color: #fff;}

p {
	margin: 0 0 14px 0;
}

.penguin {
	height: 42px;
}

h1 { font-size: 32px; letter-spacing: -3px; }
h2 { font-size: 24px; letter-spacing: -2px; }
h3 { font-size: 16px; letter-spacing: -1px;}
h4 { font-size: 12px;}

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

#once { clear: left; }