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

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

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

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration:none; background:#FFFF99; color:#FFFFFF;}

a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30;
    position: fixed;
    height: auto;
	z-index:1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	letter-spacing:2px;
	line-height:100%;
	text-transform:uppercase;
}

#menu ul {
	list-style:none;
	margin: 0 0 12px 0;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	letter-spacing:2px;
}

#menu p {}

#menu a:hover {
	background:#FFFF99;
	color:#FFFFFF;
}


#menu ul li.section-title { 
	background-color:#FFFFFF;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	letter-spacing:2px;
	text-decoration:underline;
	padding-bottom:5px;
}

#content {
    height: auto;
	width:auto;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
	position:absolute;
	top:120px;
    padding: 5px 5px 30px 30px;
}


#content p {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; }


#pagetitle {
	position:fixed;
	text-align:right;
	left:30px;
	right:120px;
	top:60px;
	width:auto;
	height:auto;
	font-size:small;
	letter-spacing:5px;
	font-family:"Times New Roman", Times, serif;
	z-index:2;
	font-style:italic;
	background-color:#FFFFFF;
	color:#FFFFFF;
}

#pagetitle a:hover{
	background-color:#FFFFFF;
	color:#000000;
	border-top:1px solid yellow;
}

#pagetitle a{
	background-color:#FFFFFF;
	color:#000000;
	border-bottom:1px solid yellow;

}

.minilink {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

.minilink a{
	font-weight:bold;
}

#news {
	position:absolute;
	width:400px;
	top:-10px;
	left:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0,5px;
	line-height:200%;
}

#aboutme {
	position:absolute;
	width:230px;
	top:-70px;
	left:-60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0,5px;
	line-height:200%;
	padding-right:20px;
}

#education {
	position:absolute;
	width:230px;
	top:-70px;
	left:220px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0,5px;
	line-height:200%;
	padding-right:20px;
}

#exhibitions {
	position:absolute;
	width:230px;
	top:-70px;
	left:500px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0,5px;
	line-height:200%;
	padding-right:20px;
}
	

#long-sandy-beach {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:x-small;
line-height: 200%;
}

#credits {
	position:fixed;
	background-color:#FFFFFF;
	right:2px;
	bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:overline;
	letter-spacing:0,5px;
	font-size:xx-small;
	z-index:3;

}	