/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #D8D9DA;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

img {
	border: none;
}

p {
	margin: 0 0 10px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.illus {
	float: right;
	margin: 0 0 20px 40px;
	border: 1px solid #999;
}


h1 {
	font-size: 19px;
	padding-bottom: 30px;
	color: #D5D53C;
	letter-spacing: -1px;
}

h2 {
	font-size: 14px;
	padding-bottom: 8px;
}


ul {
	list-style: none;
	margin-bottom: 20px;
}

ul li {
	list-style: none;
	margin: 0 0 15px;
}

a:link, a:visited {
	color: #CD8B43;
	text-decoration: none;
}

a:hover, a.sel {
	color: #333 !important;
}


/* Structure =================================================================*/

#prepage {
width: 888px; 
margin: 0 auto;
background: url("/images/bg_menu_top.jpg") no-repeat left top;
border-top: 1px solid #D8D9DA;
}

#page {
text-align: left;
min-height: 450px;
height: auto !important;
height: 450px;
margin: 220px auto 0;
background: url("/images/bg_menu_foot.jpg") no-repeat left bottom;
position: relative;
}

#page .wrap {
padding: 0 75px 100px;
}

#menu {
float: right;
position: absolute;
right: 75px;
top: -70px;
}

#menu li {
float: left;
margin-left: 29px;
font-weight: bold;
font-size: 13px;
}

#foot, #foot a {
color: #999;
}