/* @override http://localhost:8888/indexhibit/ndxz-studio/site/sample/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

a img {
	border: none;
}

#menu {
	padding-top: 52px;
	padding-left: 15px;
	font: 12px "Times New Roman", Times, Georgia, serif;
	width: 210px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-weight: normal;
	color: #000000;
}

#menu ul li.section-title:hover {
	color: #bcceeb;
}

#menu ul li a {
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #bcceeb;
} 

#content {
	padding-top: 20px;
	height: 100%;
	margin: 0 0 0 220px;
	top: 0;
}

#menu div.container ul li.active a {
	color: #ff9131;
}

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

#menu div.container p {
	font-size: 10px;
	margin-bottom: 59px;
}

.container {
	padding: 5px 5px 25px 5px;
	letter-spacing: 1px;
	font-size: 10px;
}

div.picture_holder {
	padding: 0;
	margin: 0 -15px 0 0;
}

#img-container div.picture_holder div.picture img {
	display: table-cell;
	/*the centered element is displayed as a table cell*/
vertical-align: middle;
/*the css property vertical-align with value middle to center vertically the element*/
}

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

p {
	margin: 0 0 9px 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

#once {
	clear: left;
}
