/* CSS Document */

body {
	background-color: #EBC8A9;
	font: 12px Arial, Helvetica, sans-serif ;
}
#container {
	margin: 0 auto;
	width: 700px;}
#left {
	width: 253px;
	height: 454px;
	background-image:url("images/161206.jpg");
	float: left}
#right {
	width: 400px;
	float: right;
	border: 1px solid #C8915B;
	padding: 4px;
	background-color: #FFFFFF}
#menu {
	text-align: center}
#content {}
h1 {
	text-align: center;
	font:  18px italic  Georgia;
	color:  #A75D27;}
h2 {
	font: 16px icon  Georgia;
	color: #A75D27;
	padding-left: 7px}
h3 {
	padding-left: 12px;
	color: #A75D27;
	font: 12px Georgia;
}
a {
	color: #A75D27;
	text-decoration: none;}
a:hover {
	color: #A75D27;
	text-decoration:line-through}
input, textarea, option, select {
	background-color: #EBC8A9;
	border: 1px solid #C8915B;}
#bottom {
	float: right;
	}
ul {
	list-style-type: square;
	list-style-position: inside}