/* fonts, links et al */

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #020;
}

/* preload */

.preload {
  display:none;
}


/* layout */
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 800px;
	position: relative;
}

#header {
  padding-top: 51px;
  width: 252px;
  position: relative;
}

/* Header */
h1 {
  color: #FDE7C2;
  background: #991111;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

/* Body */
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 292px;
  background: url(../images/back.jpg) no-repeat;
}
#nav .fademe {
    position:absolute;
    top: 0;
    left: 20px;
}
#nav ul {
  background: bottom right #991111 url(../images/nav_bottom.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(../images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 16px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
}

/* Content */

#content {
  background: #eee bottom right url(../images/bottom_right.jpg) no-repeat;
  width: 500px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main {
  float: right;
  width: 250px;
  margin-top: 15px;
  padding-right: 80px;
  text-align: justify;
  padding-bottom: 0;
  border-bottom: 1px solid #D6D3BA;
}

#content .main2 {
  width: 320px;
  padding-right: 80px;
  text-align: justify;
  margin-top: 0px;
  padding-left: 10px;
}


#content .main p, #content .main2 p {
  margin: 0em 0em 1em 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .maingallery {
  margin-left: 10px;
}

#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#content_right {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(../images/top_right.jpg) no-repeat;
}

#content_right p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}

#content_right .clear {
  height: 10px;
}

h2 {
  font: italic 20px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0 0;
}

/* Footer */

#footer {
  color: #777;
  margin: 2px 0 0 275px;
}

/* EoF */
