@charset "iso-8859-2";

* {
	padding:0px;
	margin:0px;
}
body, html {
	height:100%;
	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:2em;
	color: #b7720a;
}
body {
	background-color: #ffedd2;
	
}
a:link {
	color: #b46d02;
}
a:visited {
	color: #b46d02;
}
a:hover {
	color: #b46d02;
}
a:active {
	color: #b46d02;
}
h1 {
	font-size: 2em;
	padding-bottom:1em;
}
#all_container {
	width:750px;	
	
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -4em;
}
#header {
	padding-top:20px;
	height:189px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#menu {
	float:left;
	width:193px;
	margin:0 4px;
	height:192px;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#content {
	float:left;
	margin:0 4px;
	width: 537px;
}
.float_clearer {
	clear:both;
}

#menu ul{
	margin-top:30px;
	margin-right:20px;
}

#menu ul li{
	list-style:none;
	font-weight:bold;
}

li a{
	background-image:url(img/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	text-decoration:none;
}

li a:hover{
	text-decoration:underline;
}

#content p{
	padding-bottom:3em;
}

#sticky_footer_helper, #footer{
clear:both;
height: 4em;
text-align:center;
}
