body {
	font: 12px OptimaLTStd, Optima, Arial, Verdana, sans-serif;
	background-color: #2b2b2b;
	color: #fff;
}

a {
	color: #fff;
}

em {
	font-style: oblique;
}

/* WRAPPER */

#wrapper { 
	 width: 865px;
	 height: 647px;
	 background: url( '../images/wrapper.jpg' ) no-repeat;
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
}

/* MENU */

#menu {
	position: relative;
	float: right;
	top: 143px;
	right: 114px;
}

#menu div {
	position: relative;
	float: right;
	width: 112px;
	height: 51px;
	margin-left: 5px;
}

#menu div a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
}

#menu div a:hover {
	background-image: none;
}

div#home {
	background: url( '../images/menu-home.gif' ) 0 -51px no-repeat;
	}

div#home a {
	background: url( '../images/menu-home.gif' ) top left no-repeat;
	}

div#gallery {
	background: url( '../images/menu-gallery.gif' ) 0 -51px no-repeat;
	}

div#gallery a {
	background: url( '../images/menu-gallery.gif' ) top left no-repeat;
	}

div#order {
	background: url( '../images/menu-order.gif' ) 0 -51px no-repeat;
	}

div#order a {
	background: url( '../images/menu-order.gif' ) top left no-repeat;
	}
	
/* CONTENT */

#rightpane {
	position: relative;
	float: right;
	right: 114px;
	top: 187px;
}

#rightpane div {
	margin-bottom: 9px;
}

.floatright {
	position: relative;
	float: right;
}

#leftpane {
	position: relative;
	float: left;
	left: 129px;
	top: 185px;
	width: 532px;
	height: 293px;
	padding: 9px;
	background: url( '../images/content-border.gif' ) top left no-repeat;
}

#gallerypane {
	padding: 15px;
}

#orderpane {
	padding: 5px;
	top: 185px;
	background: url( '../images/wideborder.gif' ) top left no-repeat;
}

.widepane {
	top: 185px;
	left: 129px;
	text-align: left;
	position: relative;
	float: left;
	width: 628px;
	height: 298px;
	color: #000;
	background: url( '../images/wideborder.gif' ) top left no-repeat;
}

#gallerypane a {
	color: #000;
}

#subtitle {
	font-style: oblique;
	position: relative;
	top: -10px;
}

.alignleft {
	text-align: left;
}

#gallerypane h3 {
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #fff;
	color: #000;
}

#gallerypane div {
	width: 19%;
	position: relative;
	float: left;
	text-align: left;
	margin-left: 2px;
}

.thumb {
	position: relative;
	float: left;
}

/* FOOTER */

#footer {
	position: absolute;
	top: 680px;
	width: 800px;
	height: 40px;
	margin-left: 45px;
	
}

.footeritem {
	
}

#footer-copy {
	float: left;
	text-align: left;
}

#footer-menu {
	text-align: right;
	float: right;
}