/* screen.css andrei roiter */

*{
	
	margin: 0;
	padding: 0;
	
}
h1 {
	position: absolute;
	top: -5000px;
}
a {

	text-decoration: underline;
	color: #000;

}

html {
	
	height: 100%;
	
}

body {

	height: 100%;
	background-color: #b5b5b3;

}

#wrapper{

	height: 100%;	

}

#content {

	/*height: 100%;*/
	float: left;
	
	font-family: courier;
	font-size: 10px;
	color: #000;

}

/* ========================================================= */

#navigation {

	position: relative;	
	width: 410px;
	float: left;
	height: 100%;
	background-color: #928c7d;
	

}

#navigationitems {

	margin-left: 50px;
	position: absolute;
	bottom: 20px; 
		
}

#navigation2 {

	position: relative;	
	height: 100%;
	width: 100%;
	
	background-color: #928c7d;	

}

#navigationitems2 {

	left: 50%;
	margin-left: -205px;
	top: 50%;
	margin-top: -100px;
	position: absolute;
		
}

.navigationitem img{
	
	display: block;
	border: none;
	
}

/* ========================================================= */

.select_paintings {
	
	position: absolute;
	left: 410px;
	height: 100%;
	width: auto;
	background-image: url(./../img/paintings_select_bg.jpg);
	background-repeat: no-repeat;
	/*overflow: hidden;*/
	background-color: #928c7d;

}

.recentpaintings img
{
	
	margin-left: 474px;
	margin-top: 424px;
	border: none;
	
}

.olderpaintings img{

	margin-left: 474px;
	margin-top: 180px;
	border: none;

}

/* ========================================================= */

.select_drawings {
	
	position: absolute;
	left: 410px;
	height: 100%;
	width: auto;
	background-image: url(./../img/drawings_select_bg.jpg);
	background-repeat: no-repeat;
	/*overflow: hidden;*/
	background-color: #928c7d;

}

.watercolours_drawings img
{
	position: absolute;
	margin-left: 280px;
	margin-top: 104px;
	border: none;
	
}

.otherworks img{
	position: absolute;
	margin-left: 570px;
	margin-top: 135px;
	border: none;
	
}

.blackwhite_drawings img{
	position: absolute;
	margin-left: 280px;
	margin-top: 305px;
	border: none;

}

.notes_drawings img {
	position: absolute;
	margin-left: 553px;
	margin-top: 420px;
	border: none;

}

/* ========================================================= */

.select_objects {
	
	position: absolute;
	left: 410px;
	height: 100%;
	width: auto;
	background-image: url(./../img/objects_select_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #928c7d;

}

.objects_models img
{
	
	margin-left: 583px;
	margin-top: 260px;
	border: none;
	
}

.objects_small img{
	
	margin-left: 70px;
	margin-top: 349px;
	border: none;

}

.object_notsosmall img {
	
	display: inline;
	margin-top: -65px;
	margin-left: 533px;
	border: none;

}

/* ========================================================= */

#gallery{
	
	position: absolute;
	left: 410px;
	margin-left: 20px;
	margin-top: 20px;

}

#gallery img {

	max-height: 450px;
	margin-right: 25px;
	

}

#galleryselector
{

	position: absolute;
	margin-left: 20px;
	width:60%;
	
}

#galleryselector img {
	
	border: none;
	margin-right: 20px;
	margin-top: 20px;

}

/* ========================================================= */

#bio {
	max-width: 600px;
	margin-left: 20px;
	margin-top: 20px;
}

/* ========================================================= */

#links {
	max-width: 600px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 24px;
}

/* ========================================================= */

#contact {
	max-width: 600px;
	font-size: 24px;
	margin-left: 20px;
	margin-top: 20px;
}
