/* CSS Document */

/* ================ The following code is for basic page layout & features ================= */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: medium;
	color: #999999;
}
body {
	background: #111111 url(../images/back3.jpg) top center repeat-x fixed;
	margin: 20px auto 20px auto;
	width: 750px;
	}
p {
	text-align: justify;
	}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
#mainContainer {
	background-color: #222222;
 	min-height: 400px;
	}
#offsetContainer {  /* ** to produce the drop shadow ** */
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #000044;
	}
#topRedBar {
	background: #0000FF url(../images/blue_tube.jpg) repeat-x top center;
	height: 20px;
	border-bottom: solid 1px #000000;
	}
#logoBar {
	background-color: #FFFFFF;
	height: 53px;
	}
#logo {
	padding: 10px;
	}
#content {
	background-color: #000000;
	min-height: 285px;
	padding: 1em 1em 3em 1em;
	}
#bottomRedBar {
	background: #0000FF url(../images/blue_tube.jpg) repeat-x top center;
	height: 20px;
	}

/* ================ The following code is for site navigation ================= */

#NavBar {
	font-family: "Times New Roman", Times, serif;
	padding-left: .7em;
	background-color: #000000;
	height: 30px;
	}
#NavBar	ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#NavBar	ul li {
	float: left;
	}
#NavBar a	{
	display: block;
	background-color: #111111;
	width: 180px;
	height: 1.5em;
	color: Silver;
	text-decoration: none;
	text-align: center;
	padding-top: .3em;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
}
#NavBar a:hover	{
	background: black url(../images/back_button_blue.jpg) bottom center repeat-x;
	color: FFFFFF;
	font-size: medium;
}

/* ================ The following code is for page footer components ================= */

#footer {
	position: relative;
	font-size: x-small;
	padding: 0 1em 0 1em;
	left: -5px;
	color: #333333;
	}
#footer a {
	color:#333333;
	text-decoration: none;
	}
#footer a:hover {
	color: #0000FF;
	}
#copyright {
	position: relative;
	top: .25em;
	color: #333333;
	}
#DesignedBy {
	position: relative;
	float: right;
	top: -2.25em;
	}
#admin {
	position: relative;
	left: 350px;
	top: -1em;
	}

/* ================ The following code is for the gallery layout ================= */

#galleryTable {
	width: auto;
	margin: 0 auto 0 auto;
	}
#caption {
	margin: .5em auto 0 auto;
	text-align: center;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	}
#galleryTable TD {
	padding: 0 45px 25px 45px;
	}
#galleryImage {
	border: solid thin #cccccc;
	}

/* ================ The following code is used at different places in the site ================= */

#imageHolder {
	text-align: center;
	line-height: 2em;
	}
#artPiece {
	margin: auto auto 1em auto;
	border: solid medium #CCCCCC;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	}
#basic	{
	width: 100%;
	}
#imageSide	{
	float: left;
	max-width: 250px;
	margin: 0 2em 1em 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
	}
#textSide {
	text-align: justify;
	}
#line {
	margin: -1em 0 .5em 0;
	color: #999999;
	}
#galleryText {
	margin: -2em auto auto auto;
	}
#galleryText p {
	margin: 0 0 1em 2em;
	}
#signature {
	float: right;
	margin-right: 2em;
	text-transform: lowercase;
	font-style: italic;
	}
#sold {
	font-size: 14;
	font-weight: bold;
	letter-spacing: 1em;
	color: #FF0000;
	}

