@charset "UTF-8";
/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif; font-size:15px; line-height:21px;
}

h1, h2, h3, h4, div, p, ul, li, dt, dd {
	margin:0; padding:0; font-weight:normal;
}

#wrapper {
	width:645px; margin:30px 0 0 30px;
}


#logo {
	width:100%; height:74px; padding:30px 0; background:url(/img/div.gif) bottom repeat-x; text-align:left;
}

h1 {
	color:#672222; 	font-size:30px; padding:30px 0; background:url(/img/div.gif) bottom repeat-x;
}

p {
	padding:25px 0 0 0;
}



dl.centered_list {
	width:100%;
	padding:15px 0 25px 0;
	margin:35px 0 0 0;
	background:url(/img/div.gif) top repeat-x;
}

.centered_list dt {
	text-align: left;
	font-size:17px;
	letter-spacing:0.02em;
	color:#412925;
	margin-top:10px;
}

.centered_list dt a {
	color:#412925;
	text-decoration:none;
}


.centered_list dt a:hover{
	text-decoration:underline;
}

.centered_list dd {
	text-align: left;
	color:#86786a;
	font-size:12px;
	line-height:15px;
	letter-spacing:0.01em;
	
}

.centered_list dd span {
	display:none;
}



