@charset "utf-8";
/* CSS Document */

body {
	background-color: #161616;
	font-family: Arial;
	font-size: .8em;
	line-height: 1.6em;
}

.gallery {
	padding: 3px;
	border: 1px #CCC solid;
	margin: 3px;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #630;
}

.price {
	font-size: 15px;
	color: #996600;
	font-weight: bold;
}

h2 {
	font-family: "Papyrus";
	color: #fff;
	padding-top: 15px;
}
.menu {
	background-color: #717171;
}
.menu a{
	color: #FFF;
	}
.menu a:hover {
	color: #FC6;
	}
.left {
	background-color: #555;
	color: #CCCCCC;
}
.detail {
	font-size: 11px;
	background-color: #9E9E9E;
}
.l_border {
	border-left: 1px #888 solid;
}
.r_border {
	border-right: 1px #888 solid;
}
.footer {
	color: #666666;
	font-size:10px;
}
.footer a{
	color: #666666;
}
.footer a:visited{
	color: #666666;
}
p { margin:0; padding:0}
