@charset "utf-8";
/* CSS Document */

body{
	background-color:#9B9800;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:90%;
	color:#FFFFCC;
}

a:link    {color:#FFFFCC; text-decoration:none;}  /* unvisited link */
a:visited {color:#FFFFCC; text-decoration:none;}  /* visited link */
a:hover   {color:#FFFFCC; text-decoration:underline;}  /* mouse over link */
a:active  {color:#FFFFCC; text-decoration:underline;}  /* selected link */

#container{
	width:960px;
	margin:10px auto;
}

#header{
	width:100%;
}

#topmenu{
	width:100%;
	text-align:center;
}

#content{
	width:100%;
	border:2px solid #FFFFCC;
	background-color:#ACA92B;
	margin:10px 0px;
}

#paintingscontent{
	with:100%;
	/* background-color:#ACA92B; */
	margin:10px 0px;	
}

#paintings_selection{
	float:left;
}

#paintings_artists{
	width:460px;
	height:398px;
	margin-left:5px;
	float:left;
	border:2px solid #FFFFCC;
}

#paintings_artists p, #paintings_artists h1, #paintings_artists h2, #paintings_artists li{
	margin:10px;
}

#content p{
	margin:10px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	margin:10px;
}

#contentfrontpage{
	width:100%;
	text-align:center;
	margin:10px 0px;
}

#footer{
	width:100%;
	text-align:center;
	font-size:90%;
}

#containtheboxes{
	width:100%;
	margin:0 auto 12px;	
}

#topleftbox, #toprightbox, #bottomleftbox, #bottomrightbox{
	width:460px;
	float:left;
	border:1px solid #FFFFCC;
	min-height:200px;
	margin:12px 0px 12px 12px;
	background-color:#9B9800;
}

#onebox{
	width:932px;
	border:1px solid #FFFFCC;
	min-height:200px;
	margin:12px 0px 0px 12px;
	background-color:#9B9800;
}

/*----------------------------------------{   scroller stuff   }----------------*/

#scroller_container {
	float:left;
	/* width:920px; */
	width:960px;
}

#scroller_window {
	float:left;
	position:relative;
	overflow:hidden;
	/* width:808px; */
	width:840px;
	height:300px;
}

.scroller_control {
	float:left;
	width:55px;
	padding:25px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	text-align:center;
}

.scroller_control a {
	padding:0;
	text-decoration:none;
}

.scroller_control a:hover {
	background:none;
}

#scroller_content {
	position:absolute;
	top:0;
	left:0;
	height:300px;
	width:2200px;
	/* background:#efefef; */
	font-size:x-small;
}

#scroller_content img {
	margin:0 5px 5px 0;
}

#scroller_content p {
	padding:0;
}

.scroller_box {
	float:left;
	/* width:255px; */
	/* width:256px; */
	width:260px;
	/* height:300px; */
	height:280px;
	/* margin:0 5px 0 0; */
	/* margin:0 5px 0 0; */
	margin:0px;
	/* padding:5px; */
	/* padding:10px; */
	padding:9px;
	background-color:#ACA92B;
	text-align:center;	
	border:1px solid:#ACA92B;
}