html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	background-color: #000;
	background-image: url("../images/layout/main_background.png");
	background-repeat: repeat-x;
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #c2c3c4;
}

h1 {
	position: absolute;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	top: 366px;
}

h2 {
	margin: 12px -12px 9px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #f90518;
	border-bottom: 1px solid #a9a9a9;
}

h4 {
	display: inline;
	margin: 12px 0px 9px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #828384;
}

h4.underline {
	border-bottom: 1px solid #3b3d3d;
}

h4.underline + p {
	margin: 15px 0px 9px 0px;
}

a {
	color: #f90518;
	text-decoration: none;
}

a:hover {
	color: #f90518;
	text-decoration: underline;
}

p {
	margin: 8px 0px 8px 0px;
}

p a {
	font-size: 0.9em;
	font-weight: bold;
}

p.indent {
	text-indent: 9px;
}

p.justify {
	text-align: justify;
}

p.price {
	font-size: 0.8em;
	color: #f90518;
}

p.price strong {
	font-size: 1.3em;
	font-weight: normal;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid gray;
}

img.right {
	float: right;
}

ul {
	list-style-image: url("../images/style/list.gif");
}

ul a {
	font-size: 0.9em;
	font-weight: bold;
}

td {
	vertical-align: top;
	text-align: left;
}

span.comment {
	font-size: 0.9em;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.clickable {
	cursor: pointer;
	_cursor: hand;
}

#frame {
	width: 768px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #000;
	background-image: url("../images/layout/frame_background.png");
	background-repeat: repeat-x;
	min-height: 700px;
}

#top {
	height: 18px;
	padding: 20px 0px 0px 266px;
}

#top a.active {
	color: #828384;
}

#left {
	float: left;
	width: 248px;
}

#right {
	float: right;
	width: 490px;
	padding-right: 12px;
	padding-left: 12px;

	background-color: #000;
	background-image: url("../images/layout/frame_background.png");
	background-repeat: repeat-x;
	background-position: 0px -38px;
}

#home {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.gallery img {
	float: left;
	margin: 0px 1px 0px 0px;
}

#signature {
	margin: 0px;
	clear: both;
	padding: 12px 12px 0px 0px;
	text-align: right;
}