/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Georgia, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#303030; }
a:active { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color:#808080; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {list-style: none; margin: 15px 0 0px 30px;}
#menu ul li { padding-left:15px;}
#menu ul li.section-title { color:#000; font-size:12px; padding:0 0 15px 0; font-style:italic;}
#menu ul.indexhibit { margin-top:40px;}


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

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

#content p { width: 400px; margin-bottom: 9px; font-size:11px; font-weight:normal; }

p {
    margin: 0 0 9px 0;
font-size:17px;
font-weight:bold;
}
p a{font-size:11px; font-weight:normal;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/*div.menucontainer p {width:200px; background:#fff url("http://albertovazquez.net.mialias.net/ndxz-studio/site/alberto/logo2.jpg") no-repeat top left; text-align:bottom; padding-top:75px; margin-bottom:20px;}*/
/*div.menucontainer p {width:200px; background:#fff url("http://albertovazquez.net.mialias.net/ndxz-studio/site/alberto/unicorn.png") no-repeat top left; text-align:bottom; padding-top:75px; margin-bottom:20px;}*/
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;}

#once { clear: left; }
