/* CSS Document */
body {
	background:#000000;
	text-align: center;
}

#wrapper {
  background:#000000;
  margin:0 auto;
  text-align:left;
  width:1000px
}
.wrapper {
  background:#000000;
  margin:0 auto;
  text-align:left;
  width:1000px
}

/* ------------------- Header with Logo --------------------------- */

.Logo {
	text-align: center;
	width: 990px;
	height: auto;
	border: 0px solid #000000;
	background-color: #000000;
		}

/* ------------------- Sub Header --------------------------- */

.subtitle {
	background-color: #333333;
	width: 900px;
	vertical-align: text-top;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 10pt;
	border:5px solid #000000;
	color: #999999;
	font-weight: bold;
	font-variant: normal;
}

/* ------------------- Gallery Image areas --------------------------- */

.ImageTable {
	color: #FF6600;
	text-align: center;
	margin: 2px;
	padding: 20px 2px 2px;
	background-color: #000000;
	width: 1000px;
	vertical-align: text-top;
}
.AboutImage {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FF3300;
	text-align: center;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 990px;
	vertical-align: text-top;
	font-variant: small-caps;
	text-transform: capitalize;
}
.PurchasePrints {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FF3300;
	text-align: left;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 200px;
	vertical-align: text-top;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bolder;
}
.Comments {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FF3300;
	text-align: right;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 200px;
	vertical-align: text-top;
	font-variant: small-caps;
	text-transform: capitalize;
	float: right;
	font-weight: bolder;
}
.BackButton
 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FF3300;
	text-align: right;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 200px;
	vertical-align: text-top;
	font-variant: small-caps;
	text-transform: capitalize;
}
.ImageTitle {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3300;
	text-align: center;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 1000px;
	vertical-align: text-top;
}
.ImageTableText {
	font-family: "Century Gothic";
	font-size: 12px;
	text-transform: uppercase;
	color: #FF6600;
	text-align: center;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 1000px;
	vertical-align: text-top;
}
.ImageTableSmText {
	font-family: "Century Gothic";
	font-size: 9px;
	text-transform: uppercase;
	color: #FF6600;
	text-align: center;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 1000px;
	vertical-align: text-top;
}

/* ------------------- Footer area --------------------------- */

.hidden {
  display:none;
}
.footer {
	font-family: "Century Gothic";
	font-size: 9px;
	text-transform: uppercase;
	color: #FF8800;
	text-align: center;
	margin: 2px;
	padding: 2px;
	background-color: #000000;
	width: 998px;
	vertical-align: text-top;
}

/* ------------------- Other Stuff --------------------------- */

.buttoncolor {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	text-transform: uppercase;
	color: #660099;
	vertical-align: text-top;
	text-align: center;
	border: thin #000000;
}

a:link {color: #FF6600; text-decoration: none; }
a:active {color: #FF6600; text-decoration: none; }
a:visited {color: #FF6600; text-decoration: none; }
a:hover {color: #FF3300; text-decoration: none; }

/* ------------------- Search -------------------  */

input.button
{
background: #FF6C1F url('n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}