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

body {
	text-align: right;
	font-size: 13px;
	font-family: Garamond, Goudy Old Style, serif;
	background: #
	color: #545454
}

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

a:link { color: #545454; text-decoration: none; }
a:visited { color: #545454; text-decoration: none; }
a:hover { color: #1E90FF; text-decoration: none; }
a:active { color: #1E90FF; text-decoration: none; }
a img { border: none; }
a.pic_num{color:#1e90ff;}
a.active_pic{color:gray;}

#menu {
    width: 150px;
    overflow: hidden;
    top: 10;
    left: 20;
    position: fixed;
    z-index:2;
    background:white;
    opacity:0.75;
    margin:10px 10px;
    padding-right:15px;
}

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

#menu li.active{
	width:150px;
}

#menu ul li.section-title {
	text-align: right;
	font-size: 15px;
	font-family: Garamond, Goudy Old Style, serif; font-style: italic;
	color: #1E90FF;
}

#content {
	/* These two lines make the ghost box around the description.
	background:white;
	opacity:0.75;
	*/
    top: 30px;
	left: 250px;
	position:fixed;
    background-color: #
    padding: 10px 0;
	z-index:2;
	width:400px;
}
#content p { 
	text-align: left;
}

p {
    margin: 0 0 9px 0;
}

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

#image_holder{position:fixed;line-height:0;overflow:hidden;left:0;top:0;}
#image_holder img{position:relative;}
