body {
	background: #251606 url('/components/bg.jpg') top left repeat-x !important;
	background-attachment: fixed !important;
	background: #251606 url('/components/bg2.jpg') -952px 0px fixed repeat-x;
	font: bold 12px/14px Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

a:link, a:visited {
	color: #fff;
}
a:hover {
	color: #aca492;
}


h4 {
	margin: 3px 0px;
	font: bold 14px Arial, sans-serif;
	color: black
}

/***************************** HEADER *****************************/
#Logo {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 474px;
	height: 400px;
	background: transparent url('/components/header.jpg') top left no-repeat !important;
	background: none;
	z-index: 1;
}
#Logo span {
	display: none;
}

#Header {
	position: relative;
	width: 800px;
	margin: 10px auto;
	padding: 10px 20px;
	z-index: 10;
}

#Header .Nav {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	z-index: 10;
}

#Header .Nav a {
	padding: 0px 0px 0px 10px;
}
#Header .Nav a span {
	display: none;
}
#Header .Nav a:link, #Header .Nav a:visited {
	color: #fff;
	text-decoration: none;
}
#Header .Nav a:hover {
	color: #aca492;
	text-decoration: none;
}
#Header .Nav a.Selected:link, #Header .Nav a.Selected:visited, #Header .Nav a.Selected:hover {
	color: #5c93a1;
	text-decoration: none;
}

/***************************** CONTENT ****************************/
#Content {
	position: relative;
	width: 800px;
	margin: 10px auto;
	padding: 0px 20px;
	text-align: justify;
	z-index: 10;
}

#ImageHome {
	margin: 40px 0px 20px 0px;
	border: 2px solid #696554;
}

.ImageLeft {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}

.Thumb {
	position: relative;
	float: left;
	margin: 0px 14px 16px 0px;
	border: 1px solid #fff;
}

.Image {
	margin: 0px 0px 4px 0px;
}

.Description {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	text-align: center;
}

.Date {
	margin: 0px;
	padding: 0px;
	font: normal 11px/12px Arial, sans-serif;
	text-align: center;
	color: #595441;
}

.ImageLinks {
	margin: 3px 0px 2px 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}
.ImageLinks a:link, .ImageLinks a:visited {
	color: #000;
}
.ImageLinks a:hover {
	color: #aca492;
}

textarea.ImageDesc {
	width: 400px; 
	height: 70px;
}
input.SortOrder {
	width: 20px;
}

.Links {
	padding: 0px 0px 0px 100px;
}

.Links a {
	text-decoration: none;
}

.Short {
	width: 304px;
	margin: 40px auto 10px auto;
}

/***************************** FOOTER *****************************/
#Footer {
	position: relative;
	width: 800px;
	height: 30px;
	margin: 20px auto 5px auto;
	padding: 0px 20px;
	text-align: center;
	font: normal 11px/12px Arial, sans-serif;
	color: #595441;
}
#Footer a:link, #Footer a:visited {
	color: #595441;
}
#Footer a:hover {
	color: #000;
}

/***************************** MISC *******************************/
.Clearer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.Error {
	color: #f3ec73;
}

.Label {
	position: relative;
	float: left;
	width: 100px;
}