* {
	margin: 0;
	padding: 0;
}

/* General Setup */

body {
	background: #a0a0a0 url('img/bg.jpg') no-repeat center top;
	width: 100%;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	overflow-x:hidden;
}

#container {
	width: 100%;
}

/* Header */

.page#header {
	width: 980px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#headerleft {
	float: left;
	width: 200px;
	height:60px;
}

#headerleft p {
	margin-top:20px;
}

#headeright {
	float: left;
	width: 780px;
	height: 60px;
}

#headerlogo {
	text-align: right;
	height: 34px;
}

#headermenu {
	text-align: right;
	height: 25px;

}

#headermenu p {
	font-size: 15px;
}

#headermenu p a {
	color: #6d6a6a;
	text-decoration: none;
}

#headermenu p a:hover {
	color: #b30d0d;
	text-decoration: none;
	border-bottom: 2px solid;
}

/* Home Page */

#pagebody {
	clear: both;
	width: 100%;
}


#contenthome {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentpaintings {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentpaper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentcolorbox {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentbiography {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentpresspage {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentexhibitions {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentcontact {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#contentbod {
	clear: both;
	width:100%;
	position:relative;
	min-height: 580px;
}

.pagebody {
	width: 100%;
	margin-top: 50px;
	position:absolute;
}

#rotator {
height:480px;
width:980px;
overflow:hidden;
position:relative;
}

#rotator ul li {
	float:left;
	list-style: none;
	position:absolute;
}

#rotator ul li.show {
	z-index:500
}


.footer {
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.footer p {
	padding-top: 3px;
	font-size: 10px;
	color: #b30d0d;
}

#contentexhibitions p, #contentpresspage p, #contentcontact p {
	line-height: 1.5em;
	font-size: 16px;
}

#contentexhibitions p {
	padding-left:50px;
	padding-right:50px;
	font-size:12px !important;
}

#contentpresspage p {
	padding-left:50px;
	padding-right:50px;
	font-size:14px !important;
}

#contentcontact p {
	padding-left:70px;
	padding-right:50px;
	font-size:16px !important;
}




#contentbiography p {
	padding-left:50px;
	padding-right:50px;
	line-height: 1.8em;
	font-size: 17px;
	text-indent:25px;
}

.indicator {
	position:absolute;
}

a#exscrolldown, a#exscrollup, a#prscrollup, a#prscrolldown {
	color: #b30d0d;
	text-decoration:underline;
}

a#exscrolldown:hover, a#exscrollup:hover, a#prscrollup:hover, a#prscrolldown:hover {
	color: black;
	text-decoration:none;
	font-weight: bold;
}

