html * {
	margin:0;
}
body {
	background-color:#000000;
	overflow-x:hidden;
	color:white;
	margin:0;
}

div#wrapper {
	width:778px;
	margin:0 auto;
	position:relative;
	overflow:visible;
}

div#bg_left {
	background-image:url(../images/bg_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:scroll;
	width:295px;
	height:847px;
	position:absolute;
	top:0;
	left:-295px;
}
div#bg_right {
	background-image:url(../images/bg_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:207px;
	height:847px;
	position:absolute;
	top:0;
	right:-207px;
}
div#main {
	width:778px;
}
div#main_bg {
	position:absolute;
	background:url(../images/bg.jpg) no-repeat;
	height:600px;
	width:778px;
	z-index:-10;
}
div#logo {
	height:199px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
}
div#logo a {
	height:199px;
	display:block;
}
div#content-container {
	background:url(../images/main_repeat.jpg) repeat-y;
}
div#contents {
	background:url(../images/main_bg.jpg) no-repeat;
	min-height:484px;
	padding:36px;
	padding-bottom:15px;
	clear:both;
}
div#footer {
	clear:both;
}
div#footer img {
	behavior: url(css/iepngfix.htc)
}

h1, h2, h3, h4 {
	color:#f99033;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	font-size:20px;
	width:150px;
}
h4 {
	color:white;
	font-size:20px;
}

#contents p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:1em;
}

.centered { width:300px; margin:0 auto; }
.float_left { float:left; }
.clear { clear:both; }
.underlined { text-decoration:underline; }

#contents a {
	color:white;
	text-decoration:none;
	border-bottom:2px dotted #f99033;
}
#contents a:hover {
	border-bottom:2px solid white;
}

ul.menu {
	padding-left:8px;
}
ul.menu li {
	width:80%;
	float:left;
	list-style-type:none;
}
ul.menu li.price {
	width:20%;
	float:right;
	text-align:right;
}
#contents img#ribbon {
	float:right;
	position:relative;
	right:-76px;
	top:-43px;
	z-index:100;
	margin-left:-60px;
}

ul.two-col {
	width:40%;
	float:left;
}

