body {
	margin:0;
	padding:0;
	font:1em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-image:url(../pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
	background-color:#f6fee1;	
}

#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

}

.clear {
	clear:both;
}

/* =============================== HEADER */

#header {
	background-image:url(../pix/header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:142px;
}

/* =============================== NAVIGATION */

#navigation {
	padding:110px 50px 10px 0;
	text-align:right;
	color:#fff;
	font-size:0.9em;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}

#navigation ul li {
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

#navigation ul li a, #navigation ul li a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation ul li a:hover {
	text-decoration:underline;
}

#navigation ul li a:active {
	position:relative;
	top:1px;
}

/* =============================== LEFT CONTENT */

#left-content {
	float:left;
	width:470px;
}

#main-image {
	margin-bottom:12px;
	margin-top:12px;
}

#main-image img {
	width:470px;
	height:313px;
}

#thumbnails {
	margin-bottom:10px;
}

.middle-image {
	margin:0 13px 0 13px;
}

/* =============================== RIGHT CONTENT */

#right-content {
	float:right;
	width:440px;
	min-height:420px;
	background-image:url(../pix/rightcontent_bg.jpg);
	background-position:20px 0;
	background-repeat:no-repeat;
	padding:0 20px 20px 10px;
	color:#666;
	font-size:0.8em;
	line-height:1.6em;
}

#right-content h1 {
	font-size:1.6em;
	font-weight:100;
	color:#660000;
	line-height:1.3em;
}

#right-content h2 {
	font-size:1.1em;
}

#right-content a, #right-content a:visited {
	color:#660000;
}

/* =============================== FOOTER */

#footer {
	background-image:url(../pix/footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:30px;
	text-align:right;
	color:#fff;
	line-height:1.6em;
	font-size:0.8em;
}

#footer a, #footer a:visited {
	color:#fff;
}
