body
{
	background: url(./../images/header.jpg) top center no-repeat;
	background-color: #333333;
	margin: 0px;
}

#entrance
{
	position: absolute;
	width: 957px;
	height: 416px;
	top: 50%;
	left: 50%;
	margin-top: -208px;
	margin-left: -479px;
}

#entrance a
{
	position: absolute;
	top: 0pt;
	left: 0pt;

	display: block;
	width: 957px;
	height: 416px;

	z-index: 999;
}

#logo
{
	width: 900px;
	height: 36px;

	margin: 0px auto;
	margin-top: 70px;
	background: url(./../images/logo.png) top left no-repeat;
}

#container
{
	width: 100%;
	height: 400px;

	margin-top: 10px;
	background-color: #181818;
}

#menuCol
{
	text-align: left;
	width: 900px;

	margin: 0px auto;
	margin-top: 5px;
}

#menuCol a
{
	font-family: Verdana, Sans-serif;
	font-size: 14px;
	color: #C1C1C1;
	text-decoration: none;
}

#menuCol a:hover
{
	color: #E79438;
}

#contentCol
{
	width: 900px; /* 900px */
	height: 370px; /* 400px */

	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px auto;
}

#footerCol
{
	width: 900px;

	text-align: left;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	color: #555555;
	
	margin: 0px auto;
	margin-top: 5px;
}

#footerCol a
{
	color: #555555;
	text-decoration: none;
}

.galleryThumb
{
	float: left;	width: 280px;
	height: 80px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 15px;

	border: 1px solid #444444;
}

.galleryTitle
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;

	margin-top: 10px;
}

.galleryTitle a
{
	color: #999999;
	text-decoration: none;
}
.galleryTitle a:hover
{
	color: #E79438;
}

.photoThumb
{
	float: left;
	width: 80px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.photoTitle
{
	width: 50%;

	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;

	margin-top: 10px;
	margin-bottom: 10px;
}

.thumbOrder
{
	border: 1px solid #000000;
}

#footprints
{
	width: 100%;

	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;

	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footprints a
{
	color: #E79438;
	text-decoration: none;
}

.noData
{
	height: 250px;

	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999; 
}

.orderButton
{
	width: 100%;
	margin-top: 5px;
}

#order
{
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
}

input, select, textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;

	background-color: #181818;
	border: 1px solid #333333;
	padding: 3px;
}

.dataMessage
{
	width: 100%;

	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #E79438;

	margin-top: 10px;
	margin-bottom: 10px;
}

#paging
{
	clear: left;
	width: 100%;
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#paging a
{
	color: #999999;
	text-decoration: none;
}

#paging a:hover
{
	color: #E79438;
	text-decoration: none;
}