/* PAGELAYOUT */

body { margin: 0; padding: 0 0 20px 0; }

#page {
	background: url(bg.jpg) no-repeat 0% 0%;
	margin: 0 auto;
	overflow: hidden;
	width: 600px;

	height: auto !important;
	height: 880px;
	min-height: 880px; /* Must be the same value as height */
}

#header {
	float: left;
	height: 110px;
	margin: 100px 0 0 140px;
	text-align: center;
	width: 310px;
}

#main-section {
	float: left;
	width: 360px;
}

#right-column {
	float: left;
	width: 240px;
}

#footer {
	float: left;
	padding: 16px 0;
	width: 600px;
}

/* COLORS AND FONTS */

/* COLORS */

body { background-color: #040000; }

#footer { color: #fff; text-align: center; }

#footer a { color: #f5e19a; font-weight: bold; text-decoration: underline; }

#footer a:hover { text-decoration: none; }

/* FONTS */

body { font-size: 16px; }

#page { font: normal 93%/1.1em georgia,serif; }

h1, h2, h2, h3, h4, h5, h6 { 
	clear: both;
	color: #58261b;
	float: left;
	font-weight: normal; 
	line-height: 1.1em;
	margin: 0; 
	padding: 0 0 8px 0;
	width: 100%;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 138.5%; font-weight: bold; }
h4, h5, h6 { font-size: 100%; font-weight: bold; }

/*  PAGE STYLES */

p { margin: 0; padding: 0 0 8px 0; }

/*  MISCELLANEOUS */

.left { float: left; }

.right { float: right; }

.middle { text-align: center; }

img { border: 0; }

img.left { float: left; margin: 5px 10px 0 0; }

img.right { float: right; margin: 5px 0 0 10px; }

img.middle { margin: 0 auto; text-align: center; }

/* GALLERY */

#gallery {
	margin: 43px 0px 0px 86px;
}

*:first-child+html #gallery  {  
/* CSS-Hack IE7 */ margin: 42px 0px 0px 86px;  
}

#gallery p {
	float: left;
	font-size: 75%;
	margin: 0;
	padding: 16px 0 0 0;
	position: relative;
	width: 230px;
	z-index: 3;
}

.hidden { display: none; }

#prevNext { margin: 0 0 -2.5em 0; }
#prevNext img { position: relative; z-index: 2; cursor: pointer; }

/* MENU */

#menu {
	background: url(bg_menu.jpg) no-repeat 0% 0%;
	height: 195px;
	margin: 322px 0 0 -59px;
	padding: 120px 0 0 50px;
	position: relative;
	z-index: 5;
	width: 200px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li a {
	color: #58261b;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}




