html,body{
	height:100%;
	color:#63533f;
}

html{
	background-color:white;
}

body{
}

#container
{
	background-image:url(../img/background3.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	
	height:auto;
	min-height:100%;
	position:relative;
}

#container_top, #container_bottom{
	width:950px;
	margin:0 auto 0 auto;
}

#header{
}

#container_menu{
	border:solid #867257;
	border-width:1px 0;
	max-width:1200px;
	margin:0 auto 0 auto;
	margin-bottom:3em;
}

#menu_top{
	padding:10px;
	float:left;
}

#menu_top a,
#menu_top a:link,
#menu_top a:active,
#menu_top a:visited {
	color:#63533f;
	text-decoration:none;
}

#menu_top a:hover {
	color:#63533f;
	text-decoration:underline;
}

#logo{
	float:right;
}

#title{
	padding-bottom:30px;
}

#title h1{
	font-size:2em;
	font-weight:bold;
}

#content{
	z-index:10;
	padding-bottom:160px;
	font-size:130%;
}

#content a,
#content a:link,
#content a:active,
#content a:visited {
	color:#63533f;
	text-decoration:underline;
}

#content a:hover {
	color:#63533f;
	text-decoration:none;
}

#menu {
	position:relative;
	width:950px;
	margin:0 auto 0 auto;
	font-size:140%;
	color:#4b4434;
	font-family: "Times New Roman";
}

#menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 0px;
	width:100%;
}

#menu li{
	float:left;
	position:relative;
}

#menu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}

#menu a b, #menu :visited b {
	display:block;
	font-weight:normal;
	float:left;
	padding:0 0px;
	height:1.5em;
	line-height:1.5em;
	cursor:pointer;
	font-weight:bold;
}

#menu ul ul {
	padding:0;
	margin:0;
	display:block;
	visibility:hidden;
	position:absolute;
	height:2em;
	top:1.5em;
	left:-5px;
	width:1000px;
	background-image:url(../img/transparent.gif);
	padding:0 5px;
	z-index:20;
}

#menu :hover {
	white-space:normal;
}

#menu a:hover b {
	color:#bd0217;
	border-bottom-color:transparent;
}

#menu li:hover > a b{
	color:#bd0217;
	border-bottom-color:transparent;
}

#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible;
}

#menu ul li ul li {
	display:block; 
	height:2em;
}

#menu ul li ul li a {
	display:block; 
	font-size:0.8em;
	height:2em;
	line-height:2.5em;
	width:auto;
	float:left;
	color:#6B583A;
	font-weight:bold;
	padding:0 6px 0 5px;
	background-image:url(../img/menu_spacer.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#menu ul :hover ul li a:hover {
	color:#bd0217;
}

#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
	color:#63533f;
	text-decoration:none;
}

#menu a:hover {
	color:#bd0217;
	text-decoration:none;
}

#footer {
	position:absolute;
	width:950px;
	height:170px;
	bottom:0;
}

#footer_wraper {
	position:relative;
	height:170px;
	overflow:hidden;
}

#footer table#bottom{
	position:absolute;
	z-index:2;
	/*margin-top:80px;*/
	bottom:10px;
}

#footer table#bottom td img{
	border:1px solid #5c4e3c;
	background-color:white;
}

#footer table#bottom .small_bottom{
	width:202px;
	height:52px;
}

#footer table#bottom .big_bottom img{
	margin:0 22px 0 22px;
}

#footer img#ink_drop {
	position:absolute;
	right:0px;
	z-index:0;
	top:0px;
}
