/* CSS Document */

body
{
	padding: 0px, 0px, 0px, 0px;
	margin: 0px 0px 0px 0px;
	background: #d3d3d3;
	font-family: Garamond, Papyrus, Georgia, Courier, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	letter-spacing: 1px;
}

a, a:hover, a:active, a:visited
{
	color: blue;
	background: transparent;
	text-decoration: none;
	border-bottom: 0px;
}

#content
{
	position: absolute;
	margin-top: 10px;
	margin-left: 0px;
	top: 0%;
	left: 0%;
	width:  100%;
	height: 700px;
	background: transparent;
}

#header
{
	position: absolute;
	top : 10px;
	left: 0%;
	width: 100%;
	text-align: center;
	background: black;
	line-height: 2;
	color: white;
	font-size: 25px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#footer
{
	position: absolute;
	bottom : 10px;
	left: 0%;
	width: 100%;
	text-align: center;
	background: black;
	line-height: 2;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
}

#cart
{
	position: absolute;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 50%;
	left:  50%;
	text-align: left;
	background: transparent;
	line-height: 2;
	color: white;
	font-size: 12px;
}

#gallerytitle
{
	position: absolute;
	margin-top: 55px;
	margin-left: 25px;
	top: 0%;
	left: 0%;
	color: black;
	font-size: 25px;
	font-style: italic;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	letter-spacing: 1px;
}

#gallerysidebar
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	top: 0%;
	left: 0%;
	height: 812px;
	width: 150px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid white;
}

#gallerycontent
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin-top:  0px;
	margin-left: 150px;
	top:  0%;
	left: 0%;
	width:  650px;
	height: 812px;
	background: transparent;
	border: 1px solid white;
}

#gallerytable
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin-top:  110px;
	margin-left: -300px;
	top:  0%;
	left: 50%;
	width:  600px;
	height: 625px;
	background: transparent;
	border: 3px ridge white;
}

.gallerycell
{
	width: 398px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
}

.gallerysubtitle
{
	color: white
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}

.gallerythumb
{
	border: 1px ridge #000000;
}

.contentx
{
	position: relative;
	border: none;
	margin-top: 5px;
	margin-left: 0px;
	left: 0%;
	width: 800px;
	height: 100%;
	
}

.header
{
	position:relative;
	top : 0px;
	left: 0%;
	width: 100%;
	text-align: center;
	background: black;
	line-height: 2;
	color: white;
	font-size: 25px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
}
