/* HEADER */
#Header		{
	margin-top: 20px;
	border-bottom: 1px solid #bbb;
	width: 800px;
	height: 100px;
}
#Info		{
	width: 800px;
	height: 50px;
	padding-bottom: 10px;
}
#Info img.logo		{
	float: left;
	padding-right: 20px;
}
#Info div.add		{
	float: left;
	font-size: 14px;
	color: #A09080;
	width: 350px;
	text-align: left;
}
#Info img.info		{
	float: right;
}

/* MENU */
#Menu {
	font-size: 12px;
	width: 725px;
	height: 30px;
	margin: 0 auto;
	color: #000;
}

#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#Menu a {
	display: block;
	margin: 6px 4px 6px 2px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 1em;
	float: right;
	font-weight: normal;
	color: #000;
	background: #fff;
}

#Menu a:hover {
	background: #fff;
	color: #ccc;
	text-decoration: underline;
}

#Menu .current_page_item {
    background: #fff;
    color: #000;
    text-decoration: underline;
}

#Menu .current_page_item a {
	background: #fff;
	color: #000;
}


/* FOOTER */
#Footer		{
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 750px;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: D2CBC4;
}
#Footer div.copy		 {
	font-size: 12px;
}
