html {
	font-family:sans-serif;
	color: black;
	background-image:url('../images/header_backdrop.png');
	background-repeat:repeat-x;
	font-weight: bold;
}
.page {
	width: 900px; 
	margin: 0 auto;
}
#header h1 {
	font-size:1.4em;
}
#header h2 {
	font-size:1.2em;
	font-style:italic;
}
ul.links li {
	background-color: #FFFF33;
	font-style: italic;
	border-right: 2px solid #CC6633;
	border-bottom: 2px solid #CC6633;
	border-top: 2px solid #FFFF99;
	border-left: 2px solid #FFFF99;
	padding: 3px 13px;
}
.links a {
	text-decoration: none;
	color: black;
}
.links a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;	
}
ul.main_menu > li {
	display:block;
	float:left;
	list-style: none;
	margin-top: 10px;
}
#header {
	width: 900px;
	margin: auto;
	
}
#center_content {
	float:left;
	max-width: 300px;
}
#left_content {
	float:left;
}
#left_content > ul {
	margin: 0 auto;
}
#right_content {
	float:right;
}
#right_content > img, #left_content > img {
	display:block;
	float:none;
	clear:both;
	margin: 10px;
}

p {
	margin: 15px;
}
#center_content > ul > li {
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}

.order_options {
	font-size: 1.4em;
	width: 500px; 
	margin-top: 50px; 
	margin-bottom: 200px;
	left: -100px;
	position:relative; 
	text-align: center;
}
.order_options p {
	margin: 0px;
}
.order_options .price {
	display:block;
	right: 0px;
	position: relative;
}