/** ELEMENTS **/
/***/
/**/

html {
  height:100%;
  max-height:100%;
  width:100%;
  max-width:100%;
  padding:0;
  margin:0;
  border:0;
  font-size:80%;
  font-family:Lucida Console, Lucida sans Unicode, Verdana, sans-serif;
  overflow:hidden;
}

body {
  background-color:#FFF;
  color:#000;
  font-family:Times New Roman, Lucida Console, Lucida sans Unicode, Verdana, sans-serif;
  font-size:13px;
  letter-spacing:1.4px;
  text-align:center;
}

div {
  line-height:12px;
  top:0;
  left:0;
  margin:0;
  padding:0;
  display:block;
  position:absolute;
  z-index:auto;
}

div.spacer {
  height:1px;
  line-height:0px;
  font-size:0;
  clear:both;
}

p {
  margin:5px 2px;
  text-align:justify;
  line-height:15px;
}

.p_6px {
  margin:6px;
}

a {
  text-decoration:underline;
  color:#000;
}
a:hover {
  text-decoration:none;
  color:#BA0404;
}


/** TXT FORMAT **/
/***/
/**/

.justify {
  text-align:justify;
}

.center {
  text-align:center;
}

._underline {
  text-decoration:underline;
}

.f_cap {
  font-style:italic;
  font-size:11px;
}

.f_header {
  font-weight:bold;
  font-size:18px;
}

.f_work {
  font-size:15px;
}

.form_error {
  color:#BA0404;
  font-style:italic;
  font-size:11px;
  font-weight:bold;
  letter-spacing:0.8px;
}

/** COLORS **/
/***/
/**/

.white {
  color:#FFFFFF;
}

.black {
  color:#000;
}

/** BK-COLORS **/
/***/
/**/

._grey_l_1 {
  background-color:#F3F3F3;
}

._grey_l_2 {
  background-color:#e2dada;
}

._white {
  background-color:#FFF;
}

/** FORMS **/
/***/
/**/
.form1 {
  font-family:Times New Roman, Lucida Console, Lucida sans Unicode, Verdana, sans-serif;
}

.form1 textarea {
  font-family:Times New Roman, Lucida Console, Lucida sans Unicode, Verdana, sans-serif;
  width:200px;
  font-size:12px;
}

.input1 {
  font-family:Times New Roman, Lucida Console, Lucida sans Unicode, Verdana, sans-serif;
  width:200px;
  height:14px;
  font-size:12px;
}

.form_url {
  font-weight:bold;
}

/** DIVS **/
/***/
/**/
.col_left {
  float:left;
  display:inline;
  position:relative;
}

.col_right {
  float:right;
  display:inline;
  position:relative;
}

.thumbnail_container {
  width:155px;
  height:305px;
  margin:10px 0 0 0;
  position:relative;
}

.thumbnail {
  width:70px;
  height:70px;
  margin:5px 0 0 5px;
  position:relative;
}

#artwork_div {
  text-align:center;
  top:50%;
  left:50%;
  display:none;
}

#navbar {
  text-align:center;
  font-family:Times New Roman, Lucida Console, Lucida sans Unicode, Verdana, sans-serif;
  font-weight:bold;
  color:#BA0404;
  width:900px;
  height:30px;
  top:0;
  left:50%;
  margin:5px 0 0 -450px;
}

#Stmt_header {
  text-align:center;
  font-weight:bold;
  color:#BA0404;
  width:250px;
  height:30px;
  top:0;
  left:50%;
  margin:0 0 0 -125px;
}

._Stmt {
  padding:5px;
}

._Stmt p {
  font-style:italic;
}

#CONTACT_div a {
  text-decoration:underline;
}

#CONTACT_div a:hover {
  text-decoration:none;
  color:#474545;
}

#cnc_credits {
  text-align:right;
  font-style:italic;
  font-size:11px;
  width:200px;
  height:15px;
  top:100%;
  left:100%;
  margin:-15px 0 0 -210px;
}

.formcode {
	background: #706233;
	width: 200px;
	border: 1px solid #706233;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}