body {
	background-color: #dadada;
	width: 860px;
	max-width: 860px;
	padding: 10px;
	
	color: black;
	font-family: "Myriad Pro", sans-serif;
	margin-left:auto;
	margin-right:auto;
	
	background-image: url(images/top_image.png);
	background-repeat: repeat-x;
}

div.header {
	padding: 10px 15px 5px 15px;
	width: 830px;
	background-color: #bbb;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

div.section {
	padding: 15px 15px 2px 15px;
	margin-top: 10px;
	width: 830px;
	clear:both;
	background-color: white;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

div.artist {	
	float:left;
	padding: 10px 10px 2px 10px;
	width: 240px;
	margin: 15px 0px 0px 20px;
	text-align:center;
	background-color: white;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

div.feature {	
	float:left;
	width: 240px;
	margin: 15px 0px 5px 27px;
	text-align:left;
	font-size:smaller;
}

div.navigator {
	width: 100%;
	clear: both;
	margin-left:-10px;
	padding: 8px 20px 5px 20px;
	margin-bottom: 1em;
}

span.brushes_file {
	font-weight:bolder;
}

span.selected {
	font-size: larger;
	font-weight: bold;
	padding-right:1em;
}

span.destination:hover {
	color: white;
}

span.destination {
	font-size: larger;
	padding-right:1em;
	color: #282828
}

span.title {
	font-size:larger;
	font-weight:bolder;
	color: #444;
}

img {
	border-style: none;
}

img.painting {
	width:240px;
	border: 1px solid #444;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

img.screenshot {
	width: 240px;
	border: 1px solid #555;
	margin-bottom:5px;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

div.copyright {
	clear: both;
	color: #666;
	font-size: smaller;
	text-align: center;
	margin-top:10px;
}

h2 {
	color: #444;
}

a.navigator {
	text-decoration: none;
}

a.navigator:hover {
	color: rgb(200,200,200);
}