@charset "utf-8";
/* CSS Document */
body {
	/* [disabled]font-family: arial; */
	font-size: 11px;
	/* [disabled]margin-bottom: 0; */
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: #fafafa;
}
.imgcontainer {
	height: 600px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	width: 840px;
	border: 5px solid #CCCCCC;
	background-color:#fff;
}
.img1{
position:absolute;
}
.img2{
position:absolute;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
.img3{
position:absolute;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
.top{
top:0;
}
.middle{
top:0;
bottom:0;
margin:auto;
}
.bottom{
bottom:0;
}
.left{
left:0;
}
.center{
 left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;

}
.right{
right:0;
}

.info  {
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
.info1 {
    background-color: #e8e8d2;
    font-size: 1.2em;
    margin: 5px;
    padding: 15px;
    width: 350px;
}
.info2 {
    background-color: #e8e8d2;
    float: left;
    font-size: 1.2em;
    height: 250px;
    margin: 5px;
    padding: 15px;
    width: 250px;
}
.info3 {
    background-color: #e8e8d2;
    float: left;
    font-size: 1.2em;
    min-height: 250px;
    margin: 5px;
    padding: 15px;
    width: 250px;
}
.figuration {
    height: 150px;
    width: 180px;
}
.naturalistic{
	background-image: url(img/realism-manet.jpg);
background-repeat: no-repeat;
background-position: center;
background-width: 100%;
background-height: 100%;

}
.abstract {
	background-image: url(img/abstract-Chuck_Close_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-width: 100%;
	background-height: 100%;
}
.nonfigurative {
	background-image: url(img/nonfigurative-post-abstraction.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-width: 100%;
	background-height: 100%;
}
.nonrepresentational {
	background-image: url(img/minimalism-blinky-palermo2.jpg);
background-repeat: no-repeat;
background-position: center;
background-width: 100%;
background-height: 100%;

}
hr {
	clear: both;
	display: table;
	height: 0em;
	margin: 1em 0
	}
.form {
	background: silver none repeat scroll 0 0;
	display: inline-block;
	padding: 15px;
	margin: 5px;
}
td {width: 150px;}
