@charset "UTF-8";
* { /* Wildcard selector to override browser defaults */
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0px;
	background: #FFF;
	text-align: center;
}
/*-----GENERAL STRUCTURE AND NAVIGATION-----*/
#wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	position: relative;
	width: 900px;
}
#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding-bottom: 20px;
}
#navigation {
	display: none;
}
#clear { /* this ID should be added to an empty div tag before the footer */
	clear: both;
}
#footer {
	padding-top: 15px;
}
#footer p {
	font-size: 9px;
	color: #000;
}
/*-----ABOUT-----*/
#sidebarAbout {
	width: 180px;
	position: relative;
}
#sidebarAbout h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#contentAbout {
	width: 710px;
}
#contentAbout p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
/*-----COMMISSIONS, PRICES-----*/
#commissions {
	width: 900px;
	position: relative;
}
#commissions h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#commissions ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	list-style-type: none;
}
#commissions p a {color:#000; text-decoration: none; font-size: 11px;
}
#commissions li a {color:#000; text-decoration: none; font-size: 11px;
}
#table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #000;
}
#commissions h2 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	background-color: #064867;
}
#commissions h2 {
	display: none;
}

/*-----PRESS-----*/
#press {
	width: 900px;
	position: relative;
}
#press h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#press p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
#press img {
	display: block;
}
/*-----GALLERY-----*/
#sidebarGallery {
	width: 900px;
	position: relative;
	margin-bottom: 10px;
}
#sidebarGallery img {
	margin-top: 15px;
}
#sidebarGallery h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.thumbnails {
	display: none;
}
#caption {
	display: none;
}
#contentGallery {
	width: 900px;
}
#contentGallery img {
	margin-top: 20px;
	margin-right: 20px;
}
#contentGallery h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#contentGallery p a {
	color:#000; text-decoration: none;
}
#contentCaption {
	padding-top: 5px;
	text-align: left;
}
.contentCaption {
	padding-top: 5px;
}
.captionVisible {
	padding-top: 5px;
	padding-bottom: 5px;
}
.captionVisible p a {
	color: #000; text-decoration: none;
}
.new {
	color: #000;
	font-style: italic;
	font-weight: normal;
}
/*-----TEXT STYLING-----*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.superscript {
	font-size: 8px;
	font-variant: small-caps;
}
.italic {
	font-style: italic;
}
.smallcapsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}#header a img {
	display: none;
}
