body {
	background: #fff url(../images/background-top3.jpg) repeat-x;
	text-align: center;
	color: #000;
	letter-spacing: 0.5px;
	font: 14px Arial, sans-serif;
	margin: 0px;
}

p {
	line-height: 20px;
}

b, strong {
	font-weight: bold;
	/*letter-spacing: 1px;*/
}

a:link, a:visited {
	text-decoration: none;
	color: #04a;
}

a:hover, a:active, span.selected {
	color: #F79234;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 0px 20px 3px 10px;
}

.image-right {
	float: right;
	margin: 0px 10px 3px 20px;
}
	

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}



#container { 
	background: #fff;
	width: 710px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	padding: 0px 0px 5px 0px;
}

#clearer {
}

#pageHeader {
}

#pageHeader h1 {
}

#pageHeader h2 {
}

#navcontainer {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #272D2D;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 5px 20px 7px 20px;
}

#navcontainer li {
	font-size: 13px;
	display: inline;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#navcontainer a {
	text-decoration: none;
	color: #fff;
	border-bottom: 3px solid #272D2D;
	margin-right: 20px;
	padding-bottom: 0px;
}

#navcontainer a.current {
	border-bottom: 3px solid #fff;
}

#navcontainer a:hover {
	border-bottom: 3px solid #F79234;
}

#navcontainer a.current:hover {
	border-bottom: 3px solid #fff;
}



#sidebarContainer {
	width: 170px;
	float: left;
	padding: 0px 20px 0px 20px;
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
}




#contentContainer {
	margin: 0px;
	padding: 0px;
}

#contentContainer #content {
	margin: 0px;
	padding: 0px;
	padding-left: 210px;
}

#footer {
	display: block;
	clear: both;
	text-align: right;
	color: #aaa;
}

#footer p {
	margin: 0;
	padding-top: 8px;
	padding-left: 40px;
	padding-bottom: 6px;
}

#footer a:link, #footer a:visited {
 color: #888;
}

#footer a:hover, #footer a:active {
 color: #F79234;
}

#customMessage {
	padding: 0px;
	margin-top: 20px;
	border: 2px solid #aaa;
	background: #ddd;
}

#customMessage h3 {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#customMessage small {
	font-size: 12px;
}

#customMessageOptions {
	padding: 10px 0px 5px 5px;
	background: #fff;
	border-top: 1px solid #aaa;
}

span.paintingTitle {
	font-size: 16px;
	font-weight: bold;
}

h1.paintingTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

span.customMessage {
	display: block;
	text-align: center;
	padding: 5px;
}

ul.linksList {
	list-style: none;
}

ul.linksList li{
	line-height: 40px;
	font-weight: bold;
}

ul.artCategories{
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}

a.artCategories:link, a.artCategories:visited {
	color: #035;
}

a.artCategories:hover, a.artCategories:active {
	color: #F79234;
}

li.browse {
	list-style: none;
	display: block;
	position: relative;
	left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#thumbnailOptions {
	text-align: left;
}

span.thumbnailOption {
	display: block;
	float: left;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
	margin-right: 8px;
	margin-top: 8px;
	color: #888;
	font-size: 12px;
	border: 3px solid #eee;
}

span.thumbnailOption:hover {
	border: 3px solid #F79234;	
}

span.thumbnailOption a {
	color: #aaa;	
}

span.thumbnailOption a:hover {
	color: #F79234;	
}

span.thumbnailCurrent {
	display: block;
	float: left;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
	margin-right: 8px;
	margin-top: 8px;
	color: #555;
	font-size: 12px;
	border: 3px solid #000;
}



