* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 10px 0 0 0;
	font-size: 101%;
	text-align:center;
	font-family:Verdana,Arial,sans-serif;
	color: rgb(40,40,40);
	background: rgb(255,238,208);
}
/* ----------------------------------------------------------------------- */
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
a {
	color: rgb(160,143,114);
}
/* ----------------------------------------------------------------------- */
img {
	border: 0;
}
.clearer {
	clear: both;
}
.clearer_5px {
	height: 5px;
	clear: both;
}
.tab_l { 
	float: left;
}
table, tr, th {
	padding: 1px;
	font-style:normal;
	text-align:left;
	color: rgb(40,40,40);
}
.body_content_linie {
	width: 655px;
	text-align:right;
	height: 1px;
	border-top: 1px dashed rgb(172,153,128);
}
span {
}
/* --------------------------------- input --------------------------- */
input [type=radio], input [type=checkbox] {
	border: none;
	background: none;
}
input, textarea, select {
	padding: 2px;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid rgb(215,215,215);
	background: rgb(250,250,250);
	color: rgb(40,40,40);
}
input:hover, textarea:hover, select:hover, input [type=text]:focus, input [type=number]:focus, input [type=password]:focus, textarea:focus, select:focus {
	font-size: 0.8em;
	background: rgb(255,248,228);
	border: 1px solid rgb(245,228,198);
}
input:focus, textarea:focus, select:focus {
	font-size: 0.8em;
	background: rgb(255,248,228);
	border: 1px solid rgb(245,228,198);
}
/* ------------------------------------------------------------------- */
#site {
	margin: 0 auto;
	width: 900px;
	border: 5px solid rgb(245,228,198);
	background: rgb(237,218,186);
}
/* -------------------------------------------------- Content Info ------- */
#body_content {
	width: 100%;
	clear: both;
}
/* -------------------------------------------------- Footer ------------- */
#body_footer {
	margin: 0 auto;
	width: 900px;
}
