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

<title>::Lightful Press::</title>


body {
	font-size:18px;
	font-style: bold;
	font-family: Arial;
	background: #fff;
}


a:link { text-decoration: none;color: #0c2f8e; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #0c2f8e; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
margin-top: -30px;
    width: 180px;
    padding-left: 20px;
    overflow: auto;
    position: fixed;
    height: 100%;
}

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

#menu a {
	font-size: 17px;
}
#menu p {
}

#title {
font-style: bold;
font-size: 30px;
color: black;
}

#menu ul li.section-title {
font-size:50px
}

#content {
    height: 100%;
    margin-left: 215px;
    margin-top: 40px;
    text-align: justify;
    
}

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

#content p { width: 600px; margin-bottom: 8px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; a:hover }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

img.exhibit {
float: right;
width: 224px;
margin-top: 10px;
margin-left:20px;
margin-bottom:20px;
display:block;


}

div.exhibit {
width: 400px;
font-size: 20px;
font-style: bold;
margin-top: 0px;
}
#once { clear: left; }
