/* CSS Document */
html{
height:100%;
}
body {
	background-image:url(images/backgroundRepeat_C.jpg);
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	top:0px;
	height:100%;
}
.container{
width:1000px;
margin-right:auto;
margin-left:auto;
margin-top:50px;
padding:0;
top:0;
min-height:100%;
position:relative;
}
.plateTop{
background-image:url(images/plateTop.png);
background-position:top;
background-repeat:no-repeat;
height:170px;
position:relative;
padding:0;
}
.plateMid{
background-image:url(images/plateMid.png);
background-repeat:repeat-y;
height:275px;
background-position:top;
position:relative;
}
.plateMidArtistStatement{
background-image:url(images/plateMid.png);
background-repeat:repeat-y;
height:1000px;
background-position:top;
position:relative;
}
.plateBottom{
background-image:url(images/plateBottom.png);
background-position:top;
background-repeat:no-repeat;
height:209px;
position:relative;
}
.logo{
background-image:url(images/logo.png);
height:60;
width:460;
position:absolute;
left:54px;
top:60px;
}
.flashViewer{
height:451;
width:634;
position:absolute;
left:176px;
top:143px;
}
.artistLabel{
height:20;
width:158;
position:absolute;
top:68px;
left:540px;
background-image:url(images/mixedMediaArtist.png);
}
.mainNav{
height:20px;
width:388px;
position:absolute;
left:540px;
top:89px;
}
.artistStatement{
	position:absolute;
	width:800px;
	height:255px;
	margin-right:auto;
	margin-left:auto;
	left: 100px;
	top: 149px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-align:justify;
	text-indent:0;
	color:#000000;
	margin:0px;
	line-height:24px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	text-indent:0;
	color:#666666;
	margin-bottom:3px;
}
