@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a img{
	border:none;
}

body{
	background-color:#888;
}

#conteiner{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	text-align:center;
	border:#231815 1px solid;
}

#header1{
	/*background-color:#555;*/
	height:19px;
	font-size:9px;
	padding-top:4px;
	color:#fff;
	background-image:url(img/header1-bg.gif);
	background-repeat:repeat-x;
	border-bottom:#fff 1px solid;
}

#header2{
	height:185px;
	background-repeat:no-repeat;
}

#menu{
	width:800px;
	height:25px;
	padding-top:30px;
}

#menu ul li{
	float:left;
	list-style:none;
	line-height:0;
}

#contents{
	padding:10px 130px;
	text-align:left;
}

#contents h1{
	margin-top:20px;
	margin-bottom:30px;
}

#contents h2{
	font-size:80%;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	color:#666;
}

#contents p{
	line-height:135%;
	margin-bottom:2em;
}

#contents address{
	text-align:right;
	font-style:normal;
}

#contents dl{
	line-height:180%;
}

#contents dt{
	float:left;
}

#contents dd{
	margin-left:8em;
	margin-bottom:1em;
}

#contents p,#contents dl,#contents address{
	font-size:70%;
	color:#777;
}

#top-link{
	text-align:left;
	padding-top:25px;
}

#footer{
	height:19px;
	background-image:url(img/header1-bg.gif);
	background-repeat:repeat-x;
}

#footer address{
	text-align:right;
	margin-right:10px;
	padding-top:4px;
	font-size:9px;
	color:#fff;
}