body {
	background: black url(../images/wallpaper.jpg) center top;
	margin: 0;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.photoselector {
	width: 338px;
	height: 80px;
	background: url(../images/print_base.png) no-repeat center;
	margin-bottom: 15px;
}


.print_select {
	position: relative;
	left: 99px;
	top: 6px;
	width: 70px;
	height: 68px;
}

.print_select:hover {
/*	background: url(../images/print_select.png) no-repeat; */
}

.print_size1 {
	position: absolute;
	left: 169px;
	top: 6px;
	width: 85px;
	height: 23px;
}

.print_size1:hover {
	background: url(../images/print_size1.png) no-repeat;
}

.print_size2 {
	position: absolute;
	left: 169px;
	top: 29px;
	width: 85px;
	height: 22px;
}

.print_size2:hover {
	background: url(../images/print_size2.png) no-repeat;
}

.print_size3 {
	position: absolute;
	left: 169px;
	top: 51px;
	width: 85px;
	height: 23px;
}

.print_size3:hover {
	background: url(../images/print_size3.png) no-repeat;
}


#div_banner {
	width: 1000px;
	height: 200px;
	background: black url(../images/banner.jpg) no-repeat center;
}

#div_container {
	width: 1000px;
	background: black;
	margin-top: 0;
	padding-bottom: 20px;
}

#div_subcontainer {
	width: 960px;
	background: #5c5c5c;
}

#div_menu {
	display: block;
	width: 200px;
	height: auto;
	background: black;
	float: left;
	margin: 0;
	padding: 15px 0;
	border: 10px solid #5c5c5c;
	border-bottom: none;
	overflow: hidden;
}

#div_login {
	padding: 5px;
	width: 190px;
	height: auto;
	bottom: 0px;
	background: black;
	clear: left;
	float: left;
	margin: 0;
	border: 10px solid #5c5c5c;
}

#div_content {
	width: 726px;
	min-height: 560px;
	background: white;
	border: 10px solid #5c5c5c;
	border-left: none;
	overflow: hidden;
	top: 0;
	right: 0;
	display: block;
	position: relative;
}

.contentpaneopen {
	color: #6d6d71;
	font: 0.85em;
}

.highslide {
	position: static;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

a.level1 {
	color: #c8b595;
}

a.level2 {
	color: #c5b393;
}

.separator {
	color: #6d6a63;
}

a {
	color: #917e52;
	text-decoration: none;
}

a:hover {
	color: #6d6d71;
}

.menu {
	display: block;
	position: relative;
	left: -10px;
	list-style-type: none;
	padding: 0 50px 0px -50px;
	font: 14px/1.5;
}

#form-login {
	color: #6d6a63;
	font: 1em;
}

#contact_form {
	width: 300px;
	display: block;
	float: right;
	padding-right: 50px;
	font: 0.8em;
	padding-bottom: 50px;
}

#contact_details {
	width: 300px;
	display: block;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	font: bold 0.8em/2;
}

.quotation {
	color: #909090;
	font: italic bold 0.85em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding: 30px 70px 10px;
}

.quotee {
	color: #515151;
	font: small-caps bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-bottom: 20px;
}

.back2top {
	color: #bdbdbd;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.back2top a:hover {
	color: #353535;
}

.question {
	color: #848484;
	text-align: left;
	font: italic bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 100px 0 70px;
}

.answer {
	color: #909090;
	text-align: left;
	padding: 0 100px 15px 80px;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}