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

body {
	font-size: 10px;
	font-family: verdana, sans-serif;
	background: #fff;
	color : #757575;
	line-height : 150%;
}

/* colors for all links */
a:link {
text-decoration : none;
color : #73a3c4;
}
a:active {
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #73a3c4;
}
a:hover {
text-decoration : underline;
color : #73a3c4;
}
a img {
border : 1px;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
font-size : 1em;
color : #9d9d9d;
font-family : verdana;
margin : 40px 0 10px 0;
line-height : 200%;
}
#top-section a { /* this is the link property inside the Top-Section */
font-size : 4em;
text-decoration : none;
color : #40AFFF;
font-style : italic;
}




#menu p {
color : #000000;
width : auto;
font-family : Georgia, serif;
text-align : left;
padding : 0 0 0 0;
margin : 0 0 0 0;
}

#menu ul li.section-title { /* property of the section titles */
font-family : Adobe Ming Std;
color : #000000;
font-size : 20px;
font-style : light;
text-align : left;
text-decoration : none;
width : 180px;
border-bottom : 1px solid #000000;
padding : 0 0 1px 0;
margin : 0 3px 5px 0;
}
#menu ul li.section-title:hover {
color : #d3d3d3;
border-bottom : 1px solid #d3d3d3;
}
#menu ul li {  /* property of the projects/exhibitions titles */
font-family : Helvetica;
font-style :light;
text-align : right;
font-size : 11px;
width : 180px;
line-height : 130%;
margin : 0 0 0 0;
}
#menu ul a:link {
padding : 0 0 0 0;
text-decoration : none;
color : #000000;
}
#menu ul a:active {
padding : 0 0 0 0;
text-decoration : none;
color : #000000;
}
#menu ul a:visited {
padding : 0 0 0 0;
text-decoration : none;
color : #777777;
}
#menu ul a:hover {
padding : 0 0 0 0;
text-decoration : underline;
color : #FF0000;
}


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

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

a img { border: none; }

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

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

#menu ul li.section-title { }

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

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

#content p { width: 250px; 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; }