@charset "UTF-8";

a img {border:0
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000000;
	border: 0;
	width: 600px;
}
.intro_text {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.7em;
}
#container {
	background: no-repeat;
	margin: 0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1020px;
} 
.float_class {
	float: left;
}
#header {
	height: 190px;
	position: absolute;
	top: 15px;
	left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#black_color_bar {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000 160px;
	border-style: none;
	position: relative;
	left: 160px;
	padding-left: 5px;
	height: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	width: 858px;
	padding-top: 0px;
	margin: 0px;
}
#Click_on_image {
	position: relative;
	font-size: 0.7em;
	font-style: italic;
	left: 300px;
	top: 15px;
}
#orange_color_bar {
	font-weight: normal;
	color: #FFFFFF;
	background: #E5825C 160px;
	border-style: none;
	position: relative;
	left: 160px;
	padding-left: 3px;
	height: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	width: 858px;
}
#purple_color_bar {
	font-weight: normal;
	color: #FFFFFF;
	background: #9B56D2 160px;
	border-style: none;
	position: relative;
	left: 160px;
	padding-left: 3px;
	height: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	width: 858px;
	padding-top: 0px;
	margin: 0px;
}
#Navbar1 {
	margin: 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the Navbar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	width: 160px;
	float: left;
	position: absolute;
	top: 213px;
	left: 0px;
	height: 350px;
} 
#mainContent_home {
	margin-left: 221px;
	position: absolute;
	left: 160px;
	width: 542px;
	top: 0px;
	font: .8em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#HappeningNow {
	font-weight: normal;
	height: 51px;
	position: absolute;
	top: 606px;
	width: 855px;
	text-align: left;
	text-indent: 0px;
	left: 161px;
}
#HappeningNowImageBox     {
	width: 0px;
	height: 42px;
	position: relative;
	top: 0px;
	right: 0px;
}
#footer {
	padding: 0;
	position: relative;
	width: 629px;
	border-style: none;
	top: 50px;
	left: 215px;
	color: #FFFFFF;
	font-size: .8em;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 380px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo1 {
	float: left;
	border-style: none;
}
#photo1_1 {
	margin-left: 0px;
	height: 125px;
	width: 125px;
	position: absolute;
	left: 381px;
	margin-top: 0px;
	float: left;
	clear: none;
	top: 1px;
	z-index: 5;
	visibility: visible;
}
#photo1_2 {
	margin-left: 0px;
	height: 125px;
	width: 125px;
	position: absolute;
	left: 520px;
	margin-top: 0px;
	float: left;
	clear: none;
	top: 1px;
	z-index: 3;
}
#photo1_3 {
	margin-left: 0px;
	height: 125px;
	width: 125px;
	position: absolute;
	left: 659px;
	margin-top: 0px;
	float: left;
	clear: none;
	top: 1px;
	z-index: 2;
	visibility: visible;
}
#photo1_4 {
	margin-left: 0px;
	height: 125px;
	width: 125px;
	position: absolute;
	left: 798px;
	margin-top: 0px;
	float: left;
	clear: none;
	top: 1px;
	z-index: 1;
}
#photocaption1_1 {
	width: 139px;
	background: #B2C5C1;
	z-index: 1;
	padding-left: 14px;
	position: absolute;
	left: -14px;
	visibility: hidden;
	padding-top: 8px;
}
#photocaption1_2 {
	position: absolute;
	background: #B2C5C1;
	width: 139px;
	padding-left: 14px;
	left: -14px;
	visibility: hidden;
	padding-top: 8px;
}
#photocaption1_3 {
	background: #B2C5C1;
	width: 139px;
	padding-left: 14px;
	position: absolute;
	left: -14px;
	visibility: hidden;
	padding-top: 8px;
}
#photocaption1_4 {
	background: #B2C5C1;
	width: 139px;
	padding-left: 14px;
	position: absolute;
	left: -14px;
	visibility: hidden;
	padding-top: 8px;
}
#HappeningText {
	background: #000000;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-top: 12px;
	text-indent: 12px;
	position: absolute;
	left: 207px;
	width: 650px;
	top: -3px;
	font-size: 0.8
	em;
	height: 25px;
}
#logo2 {
	float: left;
	border-style: none;
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: right;
}
.colorblack {
	background-color: #000000;
}
#header_2 {
	top: 0px;
	left: 160px;
	position: relative;
	width: 661px;
	height: 58px;
}
#Gallery_NavBoxes  {
	position: absolute;
	left: 380px;
	top: 210px;
	border: 0;
	vertical-align: top;
	width: 640px;
}
#Sample {
	position: absolute;
	left: 160px;
	top: 217px;
}
#L3_gallery_row1 {
	position: absolute;
	top: 200px;
	left: 285px;
	height: 100px;
	width: 722px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#L3_gallery_row2 {
	position: absolute;
	top: 315px;
	left: 285px;
	height: 100px;
	width: 722px;
}
#L3_gallery_row3 {
	position: absolute;
	top: 430px;
	left: 285px;
	height: 100px;
	width: 722px;
}
#L3_gallery_row4 {
	position: absolute;
	top: 545px;
	left: 285px;
	height: 175px;
	width: 722px;
}
#Descr_Text  {
	background: #000000;
	text-align: left;
	padding: 5px 20px 20px;
	color: #FFFFFF;
	vertical-align: top;
	margin-top: 5px;
}
.BoldFace {
	font-weight: bold;
}
.Italics {
	font-style: italic;
}
#L2_footer {
	position: relative;
	left: 0px;
	font-size: 0.8em;
	color: #FFFFFF;
	top: 0px;
}
#L3_footer {
	position: relative;
	left: 15px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#ArtistStatement {
	position: absolute;
	left: 160px;
	top: 213px;
	width: 701px;
	font-size: 1em;
}
#Commission_Descr {
	position: relative;
	left: 300px;
	top: 185px;
	width: 701px;
	font-size: 1em;
}
#watermark_container {
	margin: 0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1020px;
	height: auto;
}
.Hdr #L3_gallery_row4 #Continue_box {
	height: auto;
	width: 250px;
	vertical-align: bottom;
	text-align: right;
	float: right;
	clear: left;
}
#Commissions_1 table {
	padding-top: 20px;
}
#Commissions_1 {
	padding-top: 0px;
	left: -8px;
	position: relative;
	top: -10px;
}
#CommissionsTopBar {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	background: #9B56D2;
	left: 0px;
	height: 25px;
	width: 500px;
	text-align: left;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}
#Commission_description {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
}
.TableHead {
	font-size: .9em;
	line-height: 1.2em;
	font-weight: bold;
}
.link_image {
	cursor: pointer;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.link_image :hover {
	border: medium dotted #333333;
}
#L3_commissions_row1 {
	position: relative;
	top: 185px;
	left: 285px;
	height: 130px;
	width: 722px;
}
#L3_commissions_row2 {
	position: relative;
	top: 170px;
	left: 285px;
	height: 130px;
	width: 722px;
	z-index: auto;
}
#L3_commissions_row3 {
	position: relative;
	top: 155px;
	left: 285px;
	height: 130px;
	width: 722px;
}
#L3_commissions_row4 {
	position: relative;
	top: 140px;
	left: 285px;
	height: 130px;
	width: 722px;
}
#HappeningNowPopUpBox {
	background: #A0222B;
	margin: 0px;
	position: relative;
	left: -220px;
	top: -220px;
	text-align: center;
	padding: 17px;
	width: 174px;
	height: 200px;
	letter-spacing: normal;
	font-size: 1.2em;
	color: #FFFFFF;
	visibility: hidden;
	line-height: 1.6em;
}
#ContainerForHappeningNowPopup {
	position: relative;
	visibility: hidden;
	bottom: auto;
	height: 20px;
	left: auto;
}
#Body_region_Text  {
	width: 500px;
}
.Comm_intro_text {
	width: 125px;
	font-size: .9em;
}
#Comm_Click_on_image {
	font-style: italic;
	position: relative;
	top: 10px;
	font-size: .7em;
}
.back button {
	text-align: right;
	right: auto;
}

